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

commit c0b6c75c9aeefd35597c04136f63780e1c5047fe
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 e459c9ad4a..3ef15c632e 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

Reply via email to