haskellPackages.rsi-break: disable on darwin

This commit is contained in:
Dennis Gosnell 2023-11-11 17:46:51 +09:00
parent c717d863e5
commit 6947a267ef
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 2 additions and 0 deletions

View file

@ -676,6 +676,7 @@ unsupported-platforms:
reflex-dom-fragment-shader-canvas: [ platforms.darwin, aarch64-linux ]
reflex-dom: [ platforms.darwin ]
reflex-localize-dom: [ platforms.darwin, aarch64-linux ]
rsi-break: [ platforms.darwin ] # depends on monomer
rtlsdr: [ platforms.darwin ]
rubberband: [ platforms.darwin ]
SDL-mixer: [ platforms.darwin ] # depends on mesa

View file

@ -259528,6 +259528,7 @@ self: {
testHaskellDepends = [ base ];
description = "Let your mind know that your hands need a rest!";
license = lib.licenses.bsd2;
badPlatforms = lib.platforms.darwin;
}) {};
"rspp" = callPackage