cvsps: use standard install phase
This commit is contained in:
parent
2516472050
commit
f2c5bc6d7d
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cvs zlib ];
|
buildInputs = [ cvs zlib ];
|
||||||
|
|
||||||
installPhase = "make install prefix=$out";
|
installFlags = [ "prefix=$(out)" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = ''A tool to generate CVS patch set information'';
|
description = ''A tool to generate CVS patch set information'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user