haskellPackages.barbly: fix platforms meta attribute

This commit is contained in:
sternenseemann
2022-06-18 14:48:04 +02:00
parent a7658643b9
commit 9a3e8f3cd4
2 changed files with 2 additions and 2 deletions
@@ -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
View File
@@ -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";
}) {};