guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit a93168e109478d2262ef3fc54e4de5abc00f315b
Author: gemmaro <[email protected]>
AuthorDate: Tue Aug 25 14:00:18 2026 +0900

    gnu: gnome-shell: Remove ruby-sass from dependencies.
    
    * gnu/packages/gnome.scm (gnome-shell)[arguments]
    <disallowed-references>: Remove ruby-sass.
    [native-inputs]: Remove ruby-sass.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 6ec5b69767..0e16f4f4a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9811,8 +9811,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
@@ -9978,7 +9977,6 @@ printf '~a is deprecated.  Use the \"gnome-extensions\" 
CLI or \
            python-dbus
            python-dbusmock
            python-docutils
-           ruby-sass
            sassc
            umockdev))
     (inputs

Reply via email to