haskellPackages.barbly: fix platforms meta attribute
This commit is contained in:
@@ -516,7 +516,7 @@ supported-platforms:
|
||||
alsa-mixer: [ platforms.linux ]
|
||||
alsa-pcm: [ platforms.linux ]
|
||||
alsa-seq: [ platforms.linux ]
|
||||
barbly: [ platforms.linux ]
|
||||
barbly: [ platforms.darwin ]
|
||||
bindings-parport: [ platforms.linux ] # parport is a linux kernel component
|
||||
blake3: [ platforms.x86 ] # uses x86 intrinsics
|
||||
btrfs: [ platforms.linux ] # depends on linux
|
||||
|
||||
+1
-1
@@ -39633,7 +39633,7 @@ self: {
|
||||
];
|
||||
description = "Create status bar menus for macOS from executables";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.darwin;
|
||||
mainProgram = "barbly";
|
||||
}) {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user