utterly-nord-plasma: migrate to by-name (#430971)

authored by Yohann Boniface and committed by GitHub 3878ff81 493a74c2

+9 -18
+9 -13
pkgs/data/themes/utterly-nord-plasma/default.nix pkgs/by-name/ut/utterly-nord-plasma/package.nix
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 - breeze-icons, 6 - kdeclarative, 7 - kirigami, 8 - plasma-framework, 9 - plasma-workspace, 10 }: 11 12 - stdenv.mkDerivation rec { 13 pname = "utterly-nord-plasma"; 14 version = "3.2"; 15 16 src = fetchFromGitHub { 17 owner = "HimDek"; 18 - repo = pname; 19 rev = "e513b4dfeddd587a34bfdd9ba6b1d1eac8ecadf5"; 20 hash = "sha256-moLgBFR+BgoiEBzV3y/LA6JZfLHrG1weL1+h8LN9ztA="; 21 }; 22 23 - propagatedUserEnvPkgs = [ 24 breeze-icons 25 kdeclarative 26 kirigami 27 - plasma-framework 28 plasma-workspace 29 ]; 30 ··· 54 runHook postInstall 55 ''; 56 57 - meta = with lib; { 58 description = "Plasma theme with Nordic Colors, transparency, blur and round edges for UI elements"; 59 homepage = "https://himdek.com/Utterly-Nord-Plasma/"; 60 - license = licenses.gpl2Plus; 61 - platforms = platforms.all; 62 - maintainers = [ maintainers.romildo ]; 63 }; 64 }
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 + kdePackages, 6 }: 7 8 + stdenv.mkDerivation { 9 pname = "utterly-nord-plasma"; 10 version = "3.2"; 11 12 src = fetchFromGitHub { 13 owner = "HimDek"; 14 + repo = "utterly-nord-plasma"; 15 rev = "e513b4dfeddd587a34bfdd9ba6b1d1eac8ecadf5"; 16 hash = "sha256-moLgBFR+BgoiEBzV3y/LA6JZfLHrG1weL1+h8LN9ztA="; 17 }; 18 19 + propagatedUserEnvPkgs = with kdePackages; [ 20 breeze-icons 21 kdeclarative 22 kirigami 23 + libplasma 24 plasma-workspace 25 ]; 26 ··· 50 runHook postInstall 51 ''; 52 53 + meta = { 54 description = "Plasma theme with Nordic Colors, transparency, blur and round edges for UI elements"; 55 homepage = "https://himdek.com/Utterly-Nord-Plasma/"; 56 + license = lib.licenses.gpl2Plus; 57 + platforms = lib.platforms.all; 58 + maintainers = with lib.maintainers; [ romildo ]; 59 }; 60 }
-5
pkgs/top-level/all-packages.nix
··· 11577 11578 tex-gyre-math = callPackages ../data/fonts/tex-gyre-math { }; 11579 11580 - utterly-nord-plasma = kdePackages.callPackage ../data/themes/utterly-nord-plasma { 11581 - # renamed in KF6 11582 - plasma-framework = kdePackages.libplasma; 11583 - }; 11584 - 11585 whitesur-kde = kdePackages.callPackage ../data/themes/whitesur-kde { }; 11586 11587 xkeyboard_config = xkeyboard-config;
··· 11577 11578 tex-gyre-math = callPackages ../data/fonts/tex-gyre-math { }; 11579 11580 whitesur-kde = kdePackages.callPackage ../data/themes/whitesur-kde { }; 11581 11582 xkeyboard_config = xkeyboard-config;