3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #155196 from veprbl/pr/broken_i3lock-color

i3lock-color: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-01-17 11:02:50 +08:00 committed by GitHub
commit 896b959497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.all;
broken = stdenv.isDarwin;
};
}