mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
cvs: add license
This commit is contained in:
parent
17702d0416
commit
d15421f451
1 changed files with 3 additions and 2 deletions
|
@ -32,9 +32,10 @@ stdenv.mkDerivation {
|
|||
|
||||
doCheck = false; # fails 1 of 1 tests
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://cvs.nongnu.org;
|
||||
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 a new issue