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

View File

@ -11577,11 +11577,6 @@ with pkgs;
tex-gyre-math = callPackages ../data/fonts/tex-gyre-math { }; 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 { }; whitesur-kde = kdePackages.callPackage ../data/themes/whitesur-kde { };
xkeyboard_config = xkeyboard-config; xkeyboard_config = xkeyboard-config;