cvsps: use standard install phase

This commit is contained in:
Joachim Fasting 2016-12-30 20:07:38 +01:00
parent 2516472050
commit f2c5bc6d7d
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cvs zlib ];
installPhase = "make install prefix=$out";
installFlags = [ "prefix=$(out)" ];
meta = {
description = ''A tool to generate CVS patch set information'';