File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed
pkgs/by-name/ca/catppuccin-sddm-corners Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 stdenvNoCC ,
44 fetchFromGitHub ,
5- libsForQt5 ,
6- unstableGitUpdater ,
5+ nix-update-script ,
6+ qt6 ,
77} :
88
99stdenvNoCC . mkDerivation {
1010 pname = "catppuccin-sddm-corners" ;
11- version = "0-unstable-2024-05-07 " ;
11+ version = "0-unstable-2025-03-25 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "khaneliman" ;
1515 repo = "catppuccin-sddm-corners" ;
16- rev = "aca5af5ce0c9dff56e947938697dec40ea101e3e " ;
17- hash = "sha256-xtcNcjNQSG7SwlNw/EkAU93wFaku+cE1/r6c8c4FrBg =" ;
16+ rev = "10831dea7298bd1c3262a7f48417b5af1b92ed99 " ;
17+ hash = "sha256-nQImL5eDMENNDCXEqgrL2eszWXtBpbVlzjMxNdpxZlQ =" ;
1818 } ;
1919
2020 dontConfigure = true ;
2121 dontBuild = true ;
2222 dontWrapQtApps = true ;
2323
24- propagatedBuildInputs = with libsForQt5 . qt5 ; [
25- qtgraphicaleffects
26- qtquickcontrols2
24+ propagatedUserEnvPkgs = with qt6 ; [
25+ qt5compat
26+ qtwayland
27+ qtquick3d
2728 qtsvg
2829 ] ;
2930
30- postFixup = ''
31- mkdir -p $out/nix-support
32- echo ${ libsForQt5 . qt5 . qtgraphicaleffects } >> $out/nix-support/propagated-user-env-packages
33- echo ${ libsForQt5 . qt5 . qtquickcontrols2 } >> $out/nix-support/propagated-user-env-packages
34- echo ${ libsForQt5 . qt5 . qtsvg } >> $out/nix-support/propagated-user-env-packages
35- '' ;
36-
3731 installPhase = ''
3832 runHook preInstall
3933
@@ -43,7 +37,7 @@ stdenvNoCC.mkDerivation {
4337 runHook postInstall
4438 '' ;
4539
46- passthru . updateScript = unstableGitUpdater { } ;
40+ passthru . updateScript = nix-update-script { extraArgs = [ "--version=branch" ] ; } ;
4741
4842 meta = {
4943 description = "Soothing pastel theme for SDDM based on corners theme" ;
You can’t perform that action at this time.
0 commit comments