git: remove object file from closure
This file pulls in some big dependencies that are unneeded (like clang).
This commit is contained in:
@@ -109,6 +109,7 @@ stdenv.mkDerivation {
|
|||||||
preInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
preInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp -a $PWD/contrib/credential/osxkeychain/git-credential-osxkeychain $out/bin
|
cp -a $PWD/contrib/credential/osxkeychain/git-credential-osxkeychain $out/bin
|
||||||
|
rm -f $PWD/contrib/credential/osxkeychain/git-credential-osxkeychain.o
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
|
|||||||
Reference in New Issue
Block a user