Home Gen38 @ 2025-08-17-14:42 by jonas@monolith
This commit is contained in:
parent
b1aa40c7d8
commit
96f8715f7e
@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
gitUpdater,
|
||||
kdeclarative,
|
||||
libplasma,
|
||||
plasma-workspace,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
@ -20,6 +19,8 @@ stdenv.mkDerivation rec {
|
||||
# Propagate sddm theme dependencies to user env otherwise sddm does
|
||||
# not find them. Putting them in buildInputs is not enough.
|
||||
propagatedUserEnvPkgs = [
|
||||
kdeclarative
|
||||
plasma-workspace
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user