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