From eecbc8d2407910420ab04fe47713dd55fa338614 Mon Sep 17 00:00:00 2001 From: maralorn Date: Tue, 13 Aug 2024 22:42:16 +0200 Subject: [PATCH] haskellPackages.xnobar: Disable on darwin --- .../haskell-modules/configuration-hackage2nix/main.yaml | 1 + pkgs/development/haskell-modules/hackage-packages.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 1e8c0d9419c8..4cd419ab7e4f 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -780,6 +780,7 @@ unsupported-platforms: xmobar: [ platforms.darwin ] xmonad-extras: [ platforms.darwin ] xmonad-volume: [ platforms.darwin ] + xnobar: [ platforms.darwin ] kmonad: [ platforms.darwin ] supported-platforms: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 5fd30ee9f963..17f432fdc047 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -335938,6 +335938,7 @@ self: { doHaddock = false; description = "Text-based notification server for XMobar"; license = lib.licenses.bsd3; + badPlatforms = lib.platforms.darwin; }) {}; "xor" = callPackage