3
0
Fork 0
forked from mirrors/nixpkgs

eww: set meta.broken on darwin

This commit is contained in:
figsoda 2021-11-04 21:30:01 -04:00
parent 686e37edf8
commit c39e93249a

View file

@ -5,6 +5,7 @@
, gtk3
, withWayland ? false
, gtk-layer-shell
, stdenv
}:
rustPlatform.buildRustPackage rec {
@ -39,5 +40,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/elkowar/eww";
license = licenses.mit;
maintainers = with maintainers; [ figsoda legendofmiracles ];
broken = stdenv.isDarwin;
};
}