Skip to content

Commit e79b717

Browse files
authored
budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308)
2 parents b9cf08c + dd59f2c commit e79b717

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pkgs/by-name/bu/budgie-media-player-applet/package.nix

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
stdenv,
44
fetchFromGitHub,
55
glib,
6+
gtk3,
67
meson,
78
ninja,
89
nix-update-script,
@@ -11,30 +12,31 @@
1112

1213
stdenv.mkDerivation (finalAttrs: {
1314
pname = "budgie-media-player-applet";
14-
version = "1.0.1";
15+
version = "1.1.1";
1516

1617
src = fetchFromGitHub {
1718
owner = "zalesyc";
1819
repo = "budgie-media-player-applet";
19-
rev = "v${finalAttrs.version}";
20-
hash = "sha256-E4aD7/SJNvWe6B3iX8fUZeZj14+uxjn0s+30BhU0dxE=";
20+
rev = "refs/tags/v${finalAttrs.version}";
21+
hash = "sha256-wmtO4Djs1xXBjimAEV6pvPo7zxDM+XQIOi/WOPRieQ8=";
2122
};
2223

24+
strictDeps = true;
25+
2326
nativeBuildInputs = [
24-
glib # glib-compile-schemas
27+
glib # for `glib-compile-schemas`
28+
gtk3 # for `gtk-update-icon-theme`
2529
meson
2630
ninja
2731
python3Packages.wrapPython
2832
];
2933

3034
pythonPath = with python3Packages; [
31-
pillow
3235
requests
3336
];
3437

3538
postPatch = ''
3639
substituteInPlace meson.build --replace-fail "/usr" "$out"
37-
substituteInPlace meson_post_install.py --replace-fail '"/", "usr"' "\"$out\""
3840
'';
3941

4042
postFixup = ''

0 commit comments

Comments
 (0)