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
|
||||
];
|
||||
];*/
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user