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

@ -9,15 +9,11 @@ stdenv.mkDerivation {
rev = "d72b68ed356f726c77c60294f9220275f16c9931";
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; {
description = ''
Push ALL changes in a git repository