about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-11-11 17:46:51 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-11-11 17:46:51 +0900
commit6947a267ef2f8c7d73fe0b38c4b1388b049a14a5 (patch)
tree1f8eb5306aa5e3b82535dd1e836b53be813cae0d /pkgs/development/haskell-modules/hackage-packages.nix
parentc717d863e5a6a201e19e4049638505440911beaf (diff)
haskellPackages.rsi-break: disable on darwin
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 2064023fbb27d..c15444a2d6c78 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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