mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
m1n1: remove broken font generation
This results in an oddly broken font, and it's unclear why it would be needed in the first place
This commit is contained in:
parent
fd9e2ea29b
commit
e0143a8364
1 changed files with 0 additions and 9 deletions
|
|
@ -3,7 +3,6 @@
|
|||
stdenv,
|
||||
fetchFromGitHub,
|
||||
imagemagick,
|
||||
source-code-pro,
|
||||
python3Packages,
|
||||
nix-update-script,
|
||||
nixos-icons,
|
||||
|
|
@ -62,14 +61,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
rustPlatform.cargoSetupHook
|
||||
];
|
||||
|
||||
postConfigure = ''
|
||||
patchShebangs --build font/makefont.sh
|
||||
FONT_PATH=${source-code-pro}/share/fonts/opentype/SourceCodePro-Bold.otf
|
||||
rm font/{SourceCodePro-Bold.ttf,font.bin,font_retina.bin}
|
||||
./font/makefont.sh 8 16 12 $FONT_PATH font/font.bin
|
||||
./font/makefont.sh 16 32 25 $FONT_PATH font/font_retina.bin
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
"ARCH=${stdenv.cc.targetPrefix}"
|
||||
"RELEASE=1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue