about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-27 18:58:23 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-27 19:04:43 +0100
commita8abf054eefa864a87675da49219db3663237f13 (patch)
tree4ac5f42562a1ecab28940f89737ed584ef3ee457 /pkgs
parent504ca69cd4e9cb1abc48c15a8d85808f1b46f6c7 (diff)
goPackages.git-lfs: remove `man` and `script`
After dc3ec30 these are back in $PATH where they don't belong. Just
remove them ‘for now’.

(`postInstall` seems to have been modified in the gap between 741bf84,
where those files were simply removed, and 6602f49.)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/go-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/go-packages.nix b/pkgs/top-level/go-packages.nix
index af484c189586a..d33b4f8f35860 100644
--- a/pkgs/top-level/go-packages.nix
+++ b/pkgs/top-level/go-packages.nix
@@ -776,6 +776,10 @@ let
         go generate ./commands
       popd
     '';
+
+    postInstall = ''
+      rm -v $bin/bin/{man,script}
+    '';
   };
 
   glide = buildFromGitHub {