libconfuse: supports darwin

This commit is contained in:
Matthew Bauer
2017-04-23 18:08:36 -05:00
parent d3084b2798
commit 0b58b437ea
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
quick to integrate with your code. quick to integrate with your code.
''; '';
license = licenses.isc; license = licenses.isc;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };
} }