about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-06 17:57:14 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-06 17:57:14 +0200
commit1fca83e1b6765313e92ef7dc609ae1f50e773766 (patch)
tree610a4d6be6ec784a12819ebf6772d7121dfb7ace /pkgs
parent778f07cea82267a0969c01a0a62239b43d8b2b37 (diff)
downloadnixlib-1fca83e1b6765313e92ef7dc609ae1f50e773766.tar
nixlib-1fca83e1b6765313e92ef7dc609ae1f50e773766.tar.gz
nixlib-1fca83e1b6765313e92ef7dc609ae1f50e773766.tar.bz2
nixlib-1fca83e1b6765313e92ef7dc609ae1f50e773766.tar.lz
nixlib-1fca83e1b6765313e92ef7dc609ae1f50e773766.tar.xz
nixlib-1fca83e1b6765313e92ef7dc609ae1f50e773766.tar.zst
nixlib-1fca83e1b6765313e92ef7dc609ae1f50e773766.zip
haskellPakcages.reactive-balsa: disable on darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml1
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix3
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index 56e2791c4f1d..6f3808103063 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -405,6 +405,7 @@ unsupported-platforms:
   PortMidi:                                     [ x86_64-darwin ]
   posix-api:                                    [ x86_64-darwin ]
   Raincat:                                      [ x86_64-darwin ]
+  reactive-balsa:                               [ x86_64-darwin ] # depends on alsa-core
   reactivity:                                   [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
   reflex-dom-fragment-shader-canvas:            [ x86_64-darwin, aarch64-linux ]
   reflex-dom:                                   [ x86_64-darwin, aarch64-linux ]
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index bc3fbd9b7b16..6f04f9a75acc 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -216616,6 +216616,9 @@ self: {
        ];
        description = "Programmatically edit MIDI events via ALSA and reactive-banana";
        license = lib.licenses.bsd3;
+       platforms = [
+         "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
+       ];
      }) {};
 
   "reactive-banana" = callPackage