Home Gen38 @ 2025-08-17-14:42 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-08-17 15:02:58 +02:00
parent b1aa40c7d8
commit 96f8715f7e

View File

@ -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 = ''