tig: cleanup
This commit is contained in:
parent
c04f546618
commit
f787a71451
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# those files are inherently impure, we'll handle the corresponding dependencies.
|
# those files are inherently impure, we'll handle the corresponding dependencies.
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
rm -f contrib/config.make-*
|
rm contrib/config.make-*
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://jonas.github.io/tig/";
|
homepage = "https://jonas.github.io/tig/";
|
||||||
description = "Text-mode interface for git";
|
description = "Text-mode interface for git";
|
||||||
maintainers = with maintainers; [ bjornfor domenkozar qknight globin ];
|
maintainers = with maintainers; [ bjornfor domenkozar qknight globin ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user