cvs: add license
This commit is contained in:
parent
17702d0416
commit
d15421f451
@ -32,9 +32,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
doCheck = false; # fails 1 of 1 tests
|
doCheck = false; # fails 1 of 1 tests
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://cvs.nongnu.org;
|
homepage = http://cvs.nongnu.org;
|
||||||
description = "Concurrent Versions System - a source control system";
|
description = "Concurrent Versions System - a source control system";
|
||||||
platforms = stdenv.lib.platforms.all;
|
license = licenses.gpl2; # library is GPLv2, main is GPLv1
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user