File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
pkgs/by-name/bu/budgie-media-player-applet Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 33 stdenv ,
44 fetchFromGitHub ,
55 glib ,
6+ gtk3 ,
67 meson ,
78 ninja ,
89 nix-update-script ,
1112
1213stdenv . 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 = ''
You can’t perform that action at this time.
0 commit comments