summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2023-10-21 13:42:45 -0300
committerJosé Romildo <malaquias@gmail.com>2023-10-22 18:46:15 -0300
commitef1e70356bf389f18d0a76ab552ffc151df5c062 (patch)
tree2fde7f5433cf3cbe5055a68429c89caf226097f2
parent77313a5b05f7218646c9eb6fd89b8ecc37f1efc1 (diff)
downloadnixpkgs-ef1e70356bf389f18d0a76ab552ffc151df5c062.tar
nixpkgs-ef1e70356bf389f18d0a76ab552ffc151df5c062.tar.gz
nixpkgs-ef1e70356bf389f18d0a76ab552ffc151df5c062.tar.bz2
nixpkgs-ef1e70356bf389f18d0a76ab552ffc151df5c062.tar.lz
nixpkgs-ef1e70356bf389f18d0a76ab552ffc151df5c062.tar.xz
nixpkgs-ef1e70356bf389f18d0a76ab552ffc151df5c062.tar.zst
nixpkgs-ef1e70356bf389f18d0a76ab552ffc151df5c062.zip
nordic: propagate sddm qt dependencies to user env
Otherwise sddm cannot find them. Putting them in buildInputs is not enough.
-rw-r--r--pkgs/data/themes/nordic/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/data/themes/nordic/default.nix b/pkgs/data/themes/nordic/default.nix
index 8768aee86a1..abda1dec630 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