mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Merge pull request #48224 from volth/patch-252
coreutils-full: fix cross build
This commit is contained in:
commit
2434a2ee3a
@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = optionalString (stdenv.hostPlatform != stdenv.buildPlatform && !minimal) ''
|
||||
rm $out/share/man/man1/*
|
||||
cp ${buildPackages.coreutils}/share/man/man1/* $out/share/man/man1
|
||||
cp ${buildPackages.coreutils-full}/share/man/man1/* $out/share/man/man1
|
||||
''
|
||||
# du: 8.7 M locale + 0.4 M man pages
|
||||
+ optionalString minimal ''
|
||||
|
Loading…
Reference in New Issue
Block a user