--- Begin Message ---
|
Subject: |
[PATCH core-updates 0/4] import: {utils, go, crate}: Emit new-style package inputs. |
|
Date: |
Sun, 11 Jul 2021 22:35:11 -0700 |
Hello Guix,
This should bring the go and crate importers into the new input-label-less
world (they both use PACKAGE-NAMES->PACKAGE-INPUTS in import/utils.scm). Cargo
build system is correspondingly updated to accept both new- and old-style
package inputs. I successfully tested importing, building, and running
'drill', a cargo-build-system package.
I think this leaves the hackage/stackage, egg, gem, and opam importers. Should
we open a bug to track them?
--
Sarah Morgensen (4):
import: utils: Emit new-style package inputs.
import: go: Emit new-style package inputs.
import: crate: Emit new-style package inputs.
cargo-build-system: Accept new-style package inputs.
guix/build-system/cargo.scm | 9 ++++++---
guix/import/crate.scm | 5 +++--
guix/import/utils.scm | 13 ++++++-------
guix/packages.scm | 2 ++
tests/crate.scm | 30 +++++++++++-------------------
tests/go.scm | 3 ++-
6 files changed, 30 insertions(+), 32 deletions(-)
base-commit: 9b4c3c675c05870e5983c21ce4ff944e0b0bc2fa
--
2.31.1
--- End Message ---
--- Begin Message ---
|
Subject: |
Re: [bug#49531] Removing input labels for Rust #:cargo-inputs & co.? |
|
Date: |
Sat, 20 Jan 2024 16:06:05 -0500 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Efraim Flashner <efraim@flashner.co.il> writes:
> On Tue, Jul 20, 2021 at 11:29:13PM +0200, Ludovic Courtès wrote:
>> Sarah Morgensen <iskarian@mgsn.dev> skribis:
>>
>> > Sanitize cargo's inputs here since the package field sanitizers don't
>> > know about them.
>> >
>> > * guix/packages.scm (sanitize-inputs): Export procedure.
>> > * guix/build-system/cargo.scm (package-cargo-inputs)
>> > (package-cargo-development-inputs)
>> > (lower): Sanitize inputs before using them.
I've lined up the v2 changes in this series for core-updates.
Closing!
--
Thanks,
Maxim
--- End Message ---