diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-02-16 14:01:31 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-02-25 00:33:27 +0100 |
commit | 15b34a875fa93157e745935f248aab4ef1131be5 (patch) | |
tree | 20edf07736a284ae6f9cce959caa6a8e5108dba2 /gnu/packages/guile-xyz.scm | |
parent | 2cb3df5c24e005be925911069c7fb751104112bb (diff) |
gnu: guile-g-golf: Document --no-grafts requirement.
Note that packages are unaffected.
* gnu/packages/guile-xyz.scm: Tell about grafts bug.
Change-Id: Ic0b2c63daa07c693171965d90410aef5a2e41d49
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 468031b5ac..2b525afdcb 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2628,7 +2628,12 @@ capabilities.") modern applications in Guile Scheme. It comprises a direct binding to the GObject Introspection API and higher-level functionality for importing Gnome libraries and making GObject classes (and methods) available in Guile's -object-oriented programming system, GOOPS.") +object-oriented programming system, GOOPS. + +Note: Currently, when developing with G-Golf in @command{guix shell}, there is +a @uref{https://bugs.gnu.org/75157, grafts bug in Guix}. To avoid it, use +Guix' @code{--no-grafts} option. Guix packages that use @code{wrap-program} +are unaffected.") (license license:lgpl3+))) (define-public g-golf |