about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-12 11:34:38 +0100
committerGitHub <noreply@github.com>2018-10-12 11:34:38 +0100
commit2434a2ee3a2920f98162e86e35a23d071041cf55 (patch)
tree2506d4ecda7a9a435143875f19ad07fbe5c0c212 /pkgs/tools
parentee561d9f57d28d15925ae3407c6ae82065369bfe (diff)
parent432c44f6f0f48978f891747b4a62f583f4cf3ae2 (diff)
downloadnixlib-2434a2ee3a2920f98162e86e35a23d071041cf55.tar
nixlib-2434a2ee3a2920f98162e86e35a23d071041cf55.tar.gz
nixlib-2434a2ee3a2920f98162e86e35a23d071041cf55.tar.bz2
nixlib-2434a2ee3a2920f98162e86e35a23d071041cf55.tar.lz
nixlib-2434a2ee3a2920f98162e86e35a23d071041cf55.tar.xz
nixlib-2434a2ee3a2920f98162e86e35a23d071041cf55.tar.zst
nixlib-2434a2ee3a2920f98162e86e35a23d071041cf55.zip
Merge pull request #48224 from volth/patch-252
coreutils-full: fix cross build
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/coreutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index 582f8d8f05f9..fe8d1a8380fc 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -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 ''