set all licenses to be attributes (and wait for Nix 1.7)
This commit is contained in:
@@ -29,9 +29,9 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://haproxy.1wt.eu;
|
||||
maintainers = [ stdenv.lib.maintainers.garbas ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = [
|
||||
/* TODO license = [
|
||||
stdenv.lib.licenses.gpl2
|
||||
stdenv.lib.licenses.lgpl21
|
||||
];
|
||||
];*/
|
||||
};
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ buildPythonPackage {
|
||||
|
||||
homepage = http://allmydata.org/;
|
||||
|
||||
license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
|
||||
# TODO license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
|
||||
|
||||
maintainers = [ lib.maintainers.simons ];
|
||||
platforms = lib.platforms.gnu; # arbitrary choice
|
||||
|
||||
Reference in New Issue
Block a user