mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
parent
a7e1bfe792
commit
9d2bd32b79
@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
|
||||
postInstall =
|
||||
''
|
||||
rm $out/share/zoneinfo-posix
|
||||
ln -s . $out/share/zoneinfo/posix
|
||||
mkdir $out/share/zoneinfo/posix
|
||||
( cd $out/share/zoneinfo/posix; ln -s ../* .; rm posix )
|
||||
mv $out/share/zoneinfo-leaps $out/share/zoneinfo/right
|
||||
|
||||
mkdir -p "$dev/include"
|
||||
|
Loading…
Reference in New Issue
Block a user