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