mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
libmodulemd: Enable darwin support.
This commit is contained in:
parent
f654cad7c8
commit
4939188964
1 changed files with 1 additions and 1 deletions
|
@ -83,6 +83,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/fedora-modularity/libmodulemd";
|
homepage = "https://github.com/fedora-modularity/libmodulemd";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin ;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue