Merge #34878: fontconfig: Fix for HFS+ 1s date resolution
This commit is contained in:
commit
753db3e2d0
@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
|
|||||||
# additionally required for the glibc-2.25 patch; avoid requiring gperf
|
# additionally required for the glibc-2.25 patch; avoid requiring gperf
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed s/CHAR_WIDTH/CHARWIDTH/g -i src/fcobjshash.{h,gperf}
|
sed s/CHAR_WIDTH/CHARWIDTH/g -i src/fcobjshash.{h,gperf}
|
||||||
touch src/*
|
sleep 2
|
||||||
|
touch src/fcobjshash.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "lib" "out" ]; # $out contains all the config
|
outputs = [ "bin" "dev" "lib" "out" ]; # $out contains all the config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user