From b2ce7fd3a925127ce1549755433bb2b7cb45e0fd Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Tue, 25 Apr 2017 17:50:02 -0400 Subject: [PATCH] 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. --- pkgs/development/libraries/xml-security-c/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/xml-security-c/default.nix b/pkgs/development/libraries/xml-security-c/default.nix index 1932acbd7ede..37936caf2b9f 100644 --- a/pkgs/development/libraries/xml-security-c/default.nix +++ b/pkgs/development/libraries/xml-security-c/default.nix @@ -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 ]; }; }