guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: gnome: Hide devhelp-with-libsoup2.


From: guix-commits
Subject: 05/06: gnu: gnome: Hide devhelp-with-libsoup2.
Date: Mon, 17 Jul 2023 04:57:20 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 22c7ac4109aaf92a0c176ab7bd2a7423996fa8d0
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jul 17 09:07:34 2023 +0100

    gnu: gnome: Hide devhelp-with-libsoup2.
    
    To avoid the ambiguous package specification.
    
    * gnu/packages/gnome.scm (devhelp-with-libsoup2): Hide package.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 360c657741..4f5734dc0a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]