mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
hyprpaper: mark as broken on darwin
This commit is contained in:
parent
214bafa0dd
commit
a265d187c9
@ -59,5 +59,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ wozeparrot fufexan ];
|
maintainers = with maintainers; [ wozeparrot fufexan ];
|
||||||
inherit (wayland.meta) platforms;
|
inherit (wayland.meta) platforms;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user