System Gen98 @ 2025-08-17-14:20:01 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-08-17 14:24:05 +02:00
parent 41d4f40b7b
commit 447499e37b

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
gitUpdater,
kdeclarative,
libplasma,
plasma-framework,
plasma-workspace,
}:
stdenv.mkDerivation rec {
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
# not find them. Putting them in buildInputs is not enough.
propagatedUserEnvPkgs = [
kdeclarative.bin
libplasma
plasma-framework
plasma-workspace
];