From c0b6c75c9aeefd35597c04136f63780e1c5047fe Mon Sep 17 00:00:00 2001 From: gemmaro Date: Tue, 25 Aug 2026 14:00:18 +0900 Subject: gnu: gnome-shell: Remove ruby-sass from dependencies. * gnu/packages/gnome.scm (gnome-shell)[arguments] : Remove ruby-sass. [native-inputs]: Remove ruby-sass. Signed-off-by: Andreas Enge --- gnu/packages/gnome.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e459c9ad4a2..3ef15c632e9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9807,8 +9807,7 @@ properties, screen resolution, and other GNOME parameters.") (let ((disallowed-references (list (gexp-input (this-package-native-input "glib") "bin") (this-package-native-input "libxslt") - meson - (this-package-native-input "ruby-sass")))) + meson))) (list #:glib-or-gtk? #t #:disallowed-references disallowed-references @@ -9973,7 +9972,6 @@ printf '~a is deprecated. Use the \"gnome-extensions\" CLI or \ python-dbus python-dbusmock python-docutils - ruby-sass sassc umockdev)) (inputs -- cgit v1.2.3