help-guix
[Top][All Lists]
Advanced

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

Re: Howto supply cargo-build-system dependency to guix package definitio


From: (
Subject: Re: Howto supply cargo-build-system dependency to guix package definition
Date: Thu, 27 Apr 2023 17:36:53 +0100

Timothy Washington <twashing@gmail.com> writes:
>  starting phase `build'
>  error: no matching package named `anyhow` found
>  location searched: registry `crates-io`
>  required by package `rustscan v2.1.1 
> (/tmp/guix-build-rustscan-2.1.1.drv-0/source)`

Just add the input to the #:CARGO-INPUTS:

```
`(...
  (("rust-anyhow" ,rust-anyhow-2)))
```

Make sure to keep the inputs in alphabetical order :)



reply via email to

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