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:
parent
54a74d35e6
commit
22c7ac4109
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user