guix-devel
[Top][All Lists]
Advanced

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

Re: package updater: operate on package structs, not names?


From: Ludovic Courtès
Subject: Re: package updater: operate on package structs, not names?
Date: Wed, 02 Dec 2015 10:00:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> There are two ways to approach this: we change the Guix package names to
> closely match those of the upstream packages, or we pass the complete
> package structure to ‘latest-release’.  The latter approach would allow
> the CRAN updater to extract the appropriate name from the tarball URI.

This sounds like a good idea; I don’t think there are any good reasons
for just passing the package name.  Could you do that?

If need be, some of the CRAN packages could have a special property:

  (package
    (name "r-foo")
    ;; …
    (properties `((upstream-name . "Fo0"))))

Ludo’.



reply via email to

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