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:
parent
4756e6ff3b
commit
fc048073e6
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue