Home Gen37 @ 2025-06-24-20:34 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-08-17 14:33:09 +02:00
parent ba8d13bf4f
commit d9afe380c6

View File

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