mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
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 New Issue
Block a user