meta.license is a list of strings (not attribute sets)

http://hydra.nixos.org/build/5453648
This commit is contained in:
Eelco Dolstra
2013-07-03 12:41:27 +02:00
parent e84ba407f9
commit 80213cbb05
2 changed files with 7 additions and 20 deletions
+3 -3
View File
@@ -18,12 +18,12 @@ stdenv.mkDerivation rec {
meta = {
description = "HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications.";
homepage = "http://haproxy.1wt.eu";
homepage = http://haproxy.1wt.eu;
maintainers = [ stdenv.lib.maintainers.garbas ];
platforms = stdenv.lib.platforms.linux;
license = [
pkgs.lib.licenses.gpl2
pkgs.lib.licenses.lgpl21
stdenv.lib.licenses.gpl2
stdenv.lib.licenses.lgpl21
];
};
}