libconfuse: supports darwin
This commit is contained in:
parent
d3084b2798
commit
0b58b437ea
@ -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…
Reference in New Issue
Block a user