budgie-media-player-applet: 1.1.1 -> 1.2.0 (#426575)

This commit is contained in:
Bobby Rong
2025-07-20 11:06:29 +08:00
committed by GitHub
2 changed files with 12 additions and 2 deletions
@@ -2,6 +2,7 @@
lib,
stdenv,
glib,
gobject-introspection,
xorg,
wrapGAppsHook3,
budgie-desktop,
@@ -20,6 +21,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
glib
gobject-introspection.setupHook
wrapGAppsHook3
];
@@ -8,17 +8,18 @@
ninja,
nix-update-script,
python3Packages,
xfce,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "budgie-media-player-applet";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "zalesyc";
repo = "budgie-media-player-applet";
tag = "v${finalAttrs.version}";
hash = "sha256-wmtO4Djs1xXBjimAEV6pvPo7zxDM+XQIOi/WOPRieQ8=";
hash = "sha256-FTc/cl4qjVYx45SuZPizOGC09JERIuifCo86+Tqu5hk=";
};
strictDeps = true;
@@ -31,6 +32,13 @@ stdenv.mkDerivation (finalAttrs: {
python3Packages.wrapPython
];
# To be passed to budgie-desktop-with-plugins.
buildInputs = [
glib
gtk3
xfce.libxfce4windowing
];
pythonPath = with python3Packages; [
requests
];