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