libconfuse: supports darwin

wip/yesman
Matthew Bauer 7 years ago
parent d3084b2798
commit 0b58b437ea
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
  1. 2
      pkgs/development/libraries/libconfuse/default.nix

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
quick to integrate with your code.
'';
license = licenses.isc;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ nckx ];
};
}

Loading…
Cancel
Save