libxslt: runs on all platforms

Mingw/Windows support works out of the box.
This commit is contained in:
Matthew Bauer 2018-07-20 13:57:16 -04:00
parent 92daacc9b0
commit ef087554d0

View file

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