xmlrpc-c: enable darwin build

This commit is contained in:
Mario Rodas 2018-04-03 20:30:51 -05:00
parent 5a53b98248
commit eb6a85e03d

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
# <xmlrpc-c>/doc/COPYING also lists "Expat license", # <xmlrpc-c>/doc/COPYING also lists "Expat license",
# "ABYSS Web Server License" and "Python 1.5.2 License" # "ABYSS Web Server License" and "Python 1.5.2 License"
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.unix;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
}; };
} }