mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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:
parent
77313a5b05
commit
ef1e70356b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user