xml-security-c: should work on any unix

In practice its xalanc dependency will fail on platforms other than Linux
and Darwin, but if that gets fixed there's no reason this shouldn't work.
This commit is contained in:
Dan Peebles 2017-04-25 17:50:02 -04:00
parent 91f55f4e8a
commit b2ce7fd3a9

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = http://santuario.apache.org/;
description = "C++ Implementation of W3C security standards for XML";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.jagajaga ];
};
}