diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-23 14:28:49 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-23 14:28:49 +0900 |
| commit | e8612d3349ddc621419da159755fe2faf3f16ea7 (patch) | |
| tree | 98cd48a2ef43d68671b2804007f6380b5e6be7ff /gnu | |
| parent | 3ea95cd8ca62b553c2c0cd7f0cf4cc5eee1d17b0 (diff) | |
gnu: gnome-builder: Do not depend on libsoup2.
* gnu/packages/gnome.scm (gnome-builder) [inputs]: Replace
devhelp-with-libsoup2 with devhelp.
(devhelp-with-libsoup2): Delete variable.
Change-Id: I9a683fab6e7c091ddb5f69f8cb6ca760adae9792
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 125c5beb56a..3f69c0fd826 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6019,12 +6019,6 @@ natively with GTK-Doc (the API reference system developed for GTK+ and used throughout GNOME for API documentation).") (license license:gpl2+))) -(define-public devhelp-with-libsoup2 - (hidden-package - (package/inherit devhelp - (inputs (modify-inputs inputs - (replace "webkitgtk-for-gtk3" webkitgtk-with-libsoup2)))))) - (define-public cogl (package (name "cogl") @@ -13294,7 +13288,7 @@ GtkTextView widgets.") (list bash-minimal ;for wrap-program cmark clang - devhelp-with-libsoup2 + devhelp d-spy ;; Cyclic modular dependency (module-ref |
