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

This commit is contained in:
Jonas Röger 2025-08-17 14:30:16 +02:00
parent 447499e37b
commit ba8d13bf4f

View File

@ -3,9 +3,7 @@
lib, lib,
fetchFromGitHub, fetchFromGitHub,
gitUpdater, gitUpdater,
kdeclarative, libsForQt6,
plasma-framework,
plasma-workspace,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "layan-kde"; pname = "layan-kde";
@ -19,7 +17,7 @@ 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 = with libsForQt6; [
kdeclarative.bin kdeclarative.bin
plasma-framework plasma-framework
plasma-workspace plasma-workspace