i3lock-blur: mark as broken on darwin
This commit is contained in:
parent
b47203b28f
commit
e24c1567a6
@ -1,4 +1,4 @@
|
||||
{ i3lock-color, lib, fetchFromGitHub }:
|
||||
{ i3lock-color, lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
i3lock-color.overrideAttrs (oldAttrs : rec {
|
||||
pname = "i3lock-blur";
|
||||
@ -17,5 +17,6 @@ i3lock-color.overrideAttrs (oldAttrs : rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ dan4ik605743 ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/i3lock-blur.x86_64-darwin
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user