diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-08-25 14:00:18 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 16:40:54 +0200 |
| commit | c0b6c75c9aeefd35597c04136f63780e1c5047fe (patch) | |
| tree | 4dc055049d51c7c214d1916108bc6b0e5812f77e /gnu | |
| parent | 8ae7ac26fbb2f74dab09f67a5002529b7055db71 (diff) | |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 1 insertions, 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.") | |||
| 9807 | (let ((disallowed-references | 9807 | (let ((disallowed-references |
| 9808 | (list (gexp-input (this-package-native-input "glib") "bin") | 9808 | (list (gexp-input (this-package-native-input "glib") "bin") |
| 9809 | (this-package-native-input "libxslt") | 9809 | (this-package-native-input "libxslt") |
| 9810 | meson | 9810 | meson))) |
| 9811 | (this-package-native-input "ruby-sass")))) | ||
| 9812 | (list | 9811 | (list |
| 9813 | #:glib-or-gtk? #t | 9812 | #:glib-or-gtk? #t |
| 9814 | #:disallowed-references disallowed-references | 9813 | #:disallowed-references disallowed-references |
| @@ -9973,7 +9972,6 @@ printf '~a is deprecated. Use the \"gnome-extensions\" CLI or \ | |||
| 9973 | python-dbus | 9972 | python-dbus |
| 9974 | python-dbusmock | 9973 | python-dbusmock |
| 9975 | python-docutils | 9974 | python-docutils |
| 9976 | ruby-sass | ||
| 9977 | sassc | 9975 | sassc |
| 9978 | umockdev)) | 9976 | umockdev)) |
| 9979 | (inputs | 9977 | (inputs |
