yambar-hyprland-wses: init at 0.1.0

This commit is contained in:
Ludovico Piero 2023-08-30 20:05:34 +10:00
parent 88aedf6eab
commit 97c5f63899
No known key found for this signature in database
GPG Key ID: 3911DD276CFE779C
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{ lib
, fetchFromGitHub
, rustPlatform
}:
rustPlatform.buildRustPackage rec {
pname = "yambar-hyprland-wses";
version = "0.1.0";
src = fetchFromGitHub {
owner = "jonhoo";
repo = "yambar-hyprland-wses";
rev = "v${version}";
hash = "sha256-furHj1AAFgNiNHP9RBsVrIvrDckSKU8FXilzH9TQ99c=";
};
cargoHash = "sha256-/ewEgrBxRw5Xii5PX1GLKzBrZjgnzYc/Hz+M1pJpncQ=";
meta = {
description = "Enable Yambar to show Hyprland workspaces";
homepage = "https://github.com/jonhoo/yambar-hyprland-wses";
license = with lib.licenses; [ asl20 mit ];
maintainers = with lib.maintainers; [ ludovicopiero ];
mainProgram = "yambar-hyprland-wses";
platforms = lib.platforms.linux;
};
}

View File

@ -34335,6 +34335,8 @@ with pkgs;
yambar = callPackage ../applications/misc/yambar { };
yambar-hyprland-wses = callPackage ../applications/misc/yambar-hyprland-wses { };
polyphone = libsForQt5.callPackage ../applications/audio/polyphone { };
portfolio = callPackage ../applications/office/portfolio {