haskellPackages.rsi-break: disable on darwin
This commit is contained in:
parent
c717d863e5
commit
6947a267ef
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue