From ab6d86481a1fdc5677e2b9e5f67582731efa558f Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 4 Feb 2026 19:37:39 +0800 Subject: [PATCH] rosenthal: noctalia-shell: Add more missing dependencies. * modules/rosenthal/packages/wm.scm (noctalia-shell) [inputs]: Add glibc, grep, wl-clipboard, wtype. [arguments] <#:phases>: Adjust accordingly. --- modules/rosenthal/packages/wm.scm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/modules/rosenthal/packages/wm.scm b/modules/rosenthal/packages/wm.scm index aa12b35..a4648eb 100644 --- a/modules/rosenthal/packages/wm.scm +++ b/modules/rosenthal/packages/wm.scm @@ -83,13 +83,17 @@ exec ~a --path ~a/share/noctalia-shell \"$@\"~%" "bin/fastfetch" "bin/fc-list" "bin/find" + "bin/getent" "bin/git" + "bin/grep" "bin/ls" "bin/nmcli" "bin/python3" "bin/sh" "bin/which" - "bin/wlsunset")))) + "bin/wl-paste" + "bin/wlsunset" + "bin/wtype")))) (chmod script #o555) (install-file script (in-vicinity #$output "bin"))))) (add-after 'make-wrapper 'qt-wrap @@ -108,6 +112,8 @@ exec ~a --path ~a/share/noctalia-shell \"$@\"~%" findutils fontconfig git-minimal + glibc + grep guile-3.0 imagemagick network-manager @@ -116,7 +122,9 @@ exec ~a --path ~a/share/noctalia-shell \"$@\"~%" qtwayland quickshell which - wlsunset)) + wl-clipboard + wlsunset + wtype)) (home-page "https://noctalia.dev/") (synopsis "Wayland desktop shell") (description