forked from mirrors/nixpkgs
libxslt: runs on all platforms
Mingw/Windows support works out of the box.
This commit is contained in:
parent
92daacc9b0
commit
ef087554d0
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://xmlsoft.org/XSLT/;
|
||||
description = "A C library and tools to do XSL transformations";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.eelco ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue