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 ];
};