mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
libchamplain: add darwin support
This commit is contained in:
parent
f9ac2c657d
commit
a3df11728e
@ -84,6 +84,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
maintainers = teams.gnome.members ++ teams.pantheon.members;
|
||||
platforms = platforms.gnu ++ platforms.linux; # arbitrary choice
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user