mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 21:35:36 +00:00
haskellPackages.xnobar: Disable on darwin
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -335938,6 +335938,7 @@ self: {
|
||||
doHaddock = false;
|
||||
description = "Text-based notification server for XMobar";
|
||||
license = lib.licenses.bsd3;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
}) {};
|
||||
|
||||
"xor" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user