git-fire: nitpicks

This commit is contained in:
Jörg Thalheim 2017-08-28 10:49:10 +01:00
parent c91fe60d00
commit 4e0d38cee8

View File

@ -10,12 +10,8 @@ stdenv.mkDerivation {
sha256 = "1hdwkhyjjx31y0lpjkhbb4f5y9f7g70fnd4c2246cmk2rbsvj5b2";
};
unpackPhase = ":";
installPhase = ''
mkdir -p $out/bin
cp $src/git-fire $out/bin
chmod +x $out/bin/git-fire
install -D -m755 $src/git-fire $out/bin/git-fire
'';
meta = with stdenv.lib; {