From eb6a85e03dcb513c48e9ae05d78b2f48d3002c34 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 3 Apr 2018 20:30:51 -0500 Subject: [PATCH] xmlrpc-c: enable darwin build --- pkgs/development/libraries/xmlrpc-c/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/xmlrpc-c/default.nix b/pkgs/development/libraries/xmlrpc-c/default.nix index 92e3424a5f6a7b..8a0017109bbfa1 100644 --- a/pkgs/development/libraries/xmlrpc-c/default.nix +++ b/pkgs/development/libraries/xmlrpc-c/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { # /doc/COPYING also lists "Expat license", # "ABYSS Web Server License" and "Python 1.5.2 License" license = licenses.bsd3; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = [ maintainers.bjornfor ]; }; }