GNU bug report logs -
#73073
[PATCH 0/6] Allow origin with label as inputs.
Previous Next
Full log
Message #136 received at 73073 <at> debbugs.gnu.org (full text, mbox):
Am Donnerstag, dem 12.12.2024 um 12:27 +0100 schrieb Ludovic Courtès:
> Hi Liliana,
>
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> skribis:
>
> > Am Mittwoch, dem 04.12.2024 um 18:54 +0100 schrieb Ludovic Courtès:
> > > From: Simon Tournier <zimon.toutoune <at> gmail.com>
> > >
> > > * gnu/packages/dlang.scm (gnome-recipes)[arguments]<phases>: Move
> > > libgd
> > > origin from here...
> > > [native-inputs]: ...to here.
>
> [...]
>
> > > + #$(this-package-native-input (git-file-name
> > > "libgd"
> > > version))
> > > "subprojects/libgd"))))))
> > > (inputs (list glib
> > > gnome-autoar
> > > @@ -821,6 +813,15 @@ (define-public gnome-recipes
> > > (native-inputs (list desktop-file-utils ;for update-desktop-
> > > database
> > > gettext-minimal
> > > `(,glib "bin")
> > > + (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
> > > +
> > Not sure what the state of this is here, but again noting that
> > "version" has no meaning in the libgd input and "checkout" would be
> > more honest.
>
> You’re right, though packages do have a ‘version’ field; use of
> ‘git-file-name’ here follows established convention in Guix.
Does it? Assume libfoo 3.0 and libbar 0.1.0 pull in the same libgd.
What happens?
Cheers
This bug report was last modified 237 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.