File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed
pkgs/by-name/hy/hyprcursor Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change 1- { lib
2- , stdenv
3- , fetchFromGitHub
4- , cmake
5- , pkg-config
6- , cairo
7- , hyprlang
8- , librsvg
9- , libzip
10- , tomlplusplus
11- , nix-update-script
1+ {
2+ lib ,
3+ stdenv ,
4+ fetchFromGitHub ,
5+ cmake ,
6+ pkg-config ,
7+ cairo ,
8+ hyprlang ,
9+ librsvg ,
10+ libzip ,
11+ xcur2png ,
12+ tomlplusplus ,
13+ nix-update-script ,
1214} :
1315stdenv . mkDerivation ( finalAttrs : {
1416 pname = "hyprcursor" ;
15- version = "0.1.9 " ;
17+ version = "0.1.10 " ;
1618
1719 src = fetchFromGitHub {
1820 owner = "hyprwm" ;
1921 repo = "hyprcursor" ;
2022 rev = "refs/tags/v${ finalAttrs . version } " ;
21- hash = "sha256-FIN1wMoyePBTtibCbaeJaoKNLuAYIGwLCWAYC1DJanw =" ;
23+ hash = "sha256-NqihN/x8T4+wumSP1orwCCdEmD2xWgLR5QzfY+kAtuU =" ;
2224 } ;
2325
24- patches = [
25- # fix icon directories system search path
26- "${ finalAttrs . src } /nix/dirs.patch"
27- ] ;
28-
2926 nativeBuildInputs = [
3027 cmake
3128 pkg-config
@@ -36,6 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
3633 hyprlang
3734 librsvg
3835 libzip
36+ xcur2png
3937 tomlplusplus
4038 ] ;
4139
You can’t perform that action at this time.
0 commit comments