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

This commit is contained in:
Yohann Boniface 2025-08-04 22:09:13 +02:00 committed by GitHub
commit 3878ff8168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 18 deletions

View File

@ -2,29 +2,25 @@
lib,
stdenv,
fetchFromGitHub,
breeze-icons,
kdeclarative,
kirigami,
plasma-framework,
plasma-workspace,
kdePackages,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "utterly-nord-plasma";
version = "3.2";
src = fetchFromGitHub {
owner = "HimDek";
repo = pname;
repo = "utterly-nord-plasma";
rev = "e513b4dfeddd587a34bfdd9ba6b1d1eac8ecadf5";
hash = "sha256-moLgBFR+BgoiEBzV3y/LA6JZfLHrG1weL1+h8LN9ztA=";
};
propagatedUserEnvPkgs = [
propagatedUserEnvPkgs = with kdePackages; [
breeze-icons
kdeclarative
kirigami
plasma-framework
libplasma
plasma-workspace
];
@ -54,11 +50,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "Plasma theme with Nordic Colors, transparency, blur and round edges for UI elements";
homepage = "https://himdek.com/Utterly-Nord-Plasma/";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = [ maintainers.romildo ];
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ romildo ];
};
}

View File

@ -11577,11 +11577,6 @@ with pkgs;
tex-gyre-math = callPackages ../data/fonts/tex-gyre-math { };
utterly-nord-plasma = kdePackages.callPackage ../data/themes/utterly-nord-plasma {
# renamed in KF6
plasma-framework = kdePackages.libplasma;
};
whitesur-kde = kdePackages.callPackage ../data/themes/whitesur-kde { };
xkeyboard_config = xkeyboard-config;