We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent be1c04e commit 7832806Copy full SHA for 7832806
pkgs/development/libraries/fontconfig/default.nix
@@ -34,9 +34,10 @@ stdenv.mkDerivation rec {
34
sha256 = "0x2a4qx51j3gqcp1kp4lisdzmhrkw1zw0r851d82ksgjlc0vkbaz";
35
})
36
];
37
- # additionally required for the glibc-2.25 patch
+ # additionally required for the glibc-2.25 patch; avoid requiring gperf
38
postPatch = ''
39
sed s/CHAR_WIDTH/CHARWIDTH/g -i src/fcobjshash.{h,gperf}
40
+ touch src/*
41
'';
42
43
outputs = [ "bin" "dev" "lib" "out" ]; # $out contains all the config
0 commit comments