Fix some meta.platforms attributes to build more stuff on Darwin
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user