summary refs log tree commit diff
path: root/pkgs/development/libraries/xmlrpc-c
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2018-04-03 20:30:51 -0500
committerMario Rodas <marsam@users.noreply.github.com>2018-04-03 20:30:51 -0500
commiteb6a85e03dcb513c48e9ae05d78b2f48d3002c34 (patch)
tree076ffb1295fefd0865cdd3ac6fced5792e5293fc /pkgs/development/libraries/xmlrpc-c
parent5a53b98248d76ad2ec5a6457f208af8890e308f6 (diff)
downloadnixpkgs-eb6a85e03dcb513c48e9ae05d78b2f48d3002c34.tar
nixpkgs-eb6a85e03dcb513c48e9ae05d78b2f48d3002c34.tar.gz
nixpkgs-eb6a85e03dcb513c48e9ae05d78b2f48d3002c34.tar.bz2
nixpkgs-eb6a85e03dcb513c48e9ae05d78b2f48d3002c34.tar.lz
nixpkgs-eb6a85e03dcb513c48e9ae05d78b2f48d3002c34.tar.xz
nixpkgs-eb6a85e03dcb513c48e9ae05d78b2f48d3002c34.tar.zst
nixpkgs-eb6a85e03dcb513c48e9ae05d78b2f48d3002c34.zip
xmlrpc-c: enable darwin build
Diffstat (limited to 'pkgs/development/libraries/xmlrpc-c')
-rw-r--r--pkgs/development/libraries/xmlrpc-c/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/xmlrpc-c/default.nix b/pkgs/development/libraries/xmlrpc-c/default.nix
index 92e3424a5f6..8a0017109bb 100644
--- a/pkgs/development/libraries/xmlrpc-c/default.nix
+++ b/pkgs/development/libraries/xmlrpc-c/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     # <xmlrpc-c>/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 ];
   };
 }