forked from mirrors/nixpkgs
libcyaml: enable on darwin
This commit is contained in:
parent
bfedf022ca
commit
05d8958644
|
@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/tlsa/libcyaml";
|
||||
description = "C library for reading and writing YAML";
|
||||
changelog = "https://github.com/tlsa/libcyaml/raw/v${version}/CHANGES.md";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue