3
0
Fork 0
forked from mirrors/nixpkgs

git: remove object file from closure

This file pulls in some big dependencies that are unneeded (like
clang).
This commit is contained in:
Matthew Bauer 2018-06-21 19:45:43 -04:00
parent 4756e6ff3b
commit fc048073e6

View file

@ -109,6 +109,7 @@ stdenv.mkDerivation {
preInstall = stdenv.lib.optionalString stdenv.isDarwin ''
mkdir -p $out/bin
cp -a $PWD/contrib/credential/osxkeychain/git-credential-osxkeychain $out/bin
rm -f $PWD/contrib/credential/osxkeychain/git-credential-osxkeychain.o
'';
postInstall =