libxml2: support all platforms
Mingw/Windows support works out of the box.
This commit is contained in:
parent
1e41fc8ded
commit
92daacc9b0
@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
|
||||
homepage = http://xmlsoft.org/;
|
||||
description = "An XML parsing library for C";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.eelco ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user