Skip to content

Commit 3533cf2

Browse files
yeahconsole: mark broken on Darwin
This package fails to build on Darwin and I'm not sure why. Change broken to reflect that. Caught in ZHF campaign. Signed-off-by: Ethan Carter Edwards <[email protected]>
1 parent 267994c commit 3533cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/ye/yeahconsole/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
3232
license = lib.licenses.gpl2Only;
3333
maintainers = with lib.maintainers; [ jceb ];
3434
platforms = lib.platforms.all;
35+
broken = stdenv.hostPlatform.isDarwin;
3536
};
3637
})

0 commit comments

Comments
 (0)