gnu: gnome: Hide devhelp-with-libsoup2.

To avoid the ambiguous package specification.

* gnu/packages/gnome.scm (devhelp-with-libsoup2): Hide package.
This commit is contained in:
Christopher Baines 2023-07-17 09:07:34 +01:00
parent 54a74d35e6
commit 22c7ac4109
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -6182,9 +6182,10 @@ throughout GNOME for API documentation).")
(license license:gpl2+)))
(define-public devhelp-with-libsoup2
(package/inherit devhelp
(inputs (modify-inputs (package-inputs devhelp)
(replace "webkitgtk" webkitgtk-with-libsoup2)))))
(hidden-package
(package/inherit devhelp
(inputs (modify-inputs (package-inputs devhelp)
(replace "webkitgtk" webkitgtk-with-libsoup2))))))
(define-public cogl
(package