Merge pull request #249470 from LudovicoPiero/nwg-panel-bump
nwg-panel: 0.7.17 -> 0.9.11
This commit is contained in:
commit
a3609e88fe
@ -10,17 +10,18 @@
|
||||
, pamixer # pamixer
|
||||
, pulseaudio # pactl
|
||||
, libdbusmenu-gtk3 # tray
|
||||
, playerctl
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "nwg-panel";
|
||||
version = "0.7.17";
|
||||
version = "0.9.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nwg-piotr";
|
||||
repo = "nwg-panel";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-HGbPBHf5PIjbuMSd/2fFSCLQ/7s1Xbys+KoGXctQOvM=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-4/R/x3iQ6nsG5OLy/FMA24uxS3xKD/2901gBNe6lkk4=";
|
||||
};
|
||||
|
||||
# No tests
|
||||
@ -30,7 +31,7 @@ python3Packages.buildPythonApplication rec {
|
||||
strictDeps = false;
|
||||
dontWrapGApps = true;
|
||||
|
||||
buildInputs = [ atk gdk-pixbuf gtk-layer-shell pango ];
|
||||
buildInputs = [ atk gdk-pixbuf gtk-layer-shell pango playerctl ];
|
||||
nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
|
||||
propagatedBuildInputs = (with python3Packages;
|
||||
[ i3ipc netifaces psutil pybluez pygobject3 requests dasbus setuptools ])
|
||||
@ -56,6 +57,7 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "GTK3-based panel for Sway window manager";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ ludovicopiero ];
|
||||
mainProgram = "nwg-panel";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user