meta.license should be a (list of) string(s), not an attribute set

http://hydra.nixos.org/build/4744513
This commit is contained in:
Eelco Dolstra 2013-04-14 20:10:23 +02:00
parent d8a2ae8d01
commit 7745357f0e
2 changed files with 3 additions and 9 deletions

View file

@ -43,7 +43,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
libxml2 = {
configureFlags = [
"--with-libxml-dir=${libxml2}"
"--with-iconv-dir=${libiconv}"
#"--with-iconv-dir=${libiconv}"
];
buildInputs = [ libxml2 ];
};

View file

@ -183,15 +183,9 @@
url = http://www.tcl.tk/software/tcltk/license.html;
};
unfree = {
shortName = "unfree";
fullName = "unfree non-redistributable license";
};
unfree = "unfree";
unfreeRedistributable = {
shortName = "unfree-redistributable";
fullName = "unfree redistributable license";
};
unfreeRedistributable = "unfree-redistributable";
zlib = {
shortName = "zlib";