Fix some meta.platforms attributes to build more stuff on Darwin

This commit is contained in:
Eelco Dolstra
2013-11-05 10:46:59 +01:00
parent d098a6d926
commit da426c7df5
11 changed files with 11 additions and 11 deletions
@@ -19,7 +19,7 @@ stdenv.mkDerivation (rec {
homepage = http://xmlsoft.org/XSLT/;
description = "A C library and tools to do XSL transformations";
license = "bsd";
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.eelco ];
};
} // (if !stdenv.isFreeBSD then {} else {