guix-patches
[Top][All Lists]
Advanced

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

[bug#46340] [PATCH] gnu: Add gnome-recipes.


From: Leo Prikler
Subject: [bug#46340] [PATCH] gnu: Add gnome-recipes.
Date: Sun, 07 Feb 2021 12:30:42 +0100
User-agent: Evolution 3.34.2

Hello,

Am Sonntag, den 07.02.2021, 10:48 +0100 schrieb Nicolas Goaziou:
> > +       ("libgd"
> > +        ,(origin
> > +           (method git-fetch)
> > +           (uri (git-reference
> > +                 (url "https://gitlab.gnome.org/GNOME/libgd";)
> > +                 (commit
> > "c7c7ff4e05d3fe82854219091cf116cce6b19de0")))
> > +           (file-name (git-file-name "libgd" version))
> > +           (sha256
> > +            (base32
> > "16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs"))))
> 
> Do you know why we cannot use gd package from Guix? If so, it could
> be
> useful to add a comment about it.
Those are two different projects.  It might perhaps be worth packaging
GNOME's libgd inside gnome.scm, but there seems to be no public
release. 
Other than that, I merely copied the snippet from gedit, which also has
it as a subproject.  

> > +       ("pkg-config" ,pkg-config)))
> > +    (home-page "https://wiki.gnome.org/Apps/Recipes";)
> > +    (synopsis "Recipes for preparing food")
> 
> Maybe "Discover recipes for preparing food"
Good hint.  Should I push this with that change or should I do
something about libgd first?

Regards,
Leo








reply via email to

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