set all licenses to be attributes (and wait for Nix 1.7)

This commit is contained in:
Domen Kozar
2014-03-12 21:20:01 +01:00
parent b13a5d4cca
commit 059e8e179b
10 changed files with 37 additions and 23 deletions

View File

@@ -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
];
];*/
};
}