git-fire: nitpicks
This commit is contained in:
parent
c91fe60d00
commit
4e0d38cee8
@ -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; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user