Merge pull request #252319 from LudovicoPiero/yambar-hypr-init

yambar-hyprland-wses: init at 0.1.0
This commit is contained in:
OTABI Tomoya 2023-09-03 11:14:53 +09:00 committed by GitHub
commit 510f6477f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -34382,6 +34382,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 {