cvsps: use standard install phase
This commit is contained in:
@@ -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'';
|
||||||
|
|||||||
Reference in New Issue
Block a user