From ef1e70356bf389f18d0a76ab552ffc151df5c062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo?= Date: Sat, 21 Oct 2023 13:42:45 -0300 Subject: [PATCH] nordic: propagate sddm qt dependencies to user env Otherwise sddm cannot find them. Putting them in buildInputs is not enough. --- pkgs/data/themes/nordic/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/data/themes/nordic/default.nix b/pkgs/data/themes/nordic/default.nix index 8768aee86a11..abda1dec6302 100644 --- a/pkgs/data/themes/nordic/default.nix +++ b/pkgs/data/themes/nordic/default.nix @@ -83,7 +83,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ jdupes ]; - buildInputs = [ + propagatedUserEnvPkgs = [ + gtk-engine-murrine breeze-icons plasma-framework plasma-workspace @@ -92,8 +93,6 @@ stdenv.mkDerivation rec { dontWrapQtApps = true; - propagatedUserEnvPkgs = [ gtk-engine-murrine ]; - installPhase = '' runHook preInstall