nordic: propagate sddm qt dependencies to user env

Otherwise sddm cannot find them. Putting them in buildInputs is not enough.
This commit is contained in:
José Romildo 2023-10-21 13:42:45 -03:00
parent 77313a5b05
commit ef1e70356b

View File

@ -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