"(" <[email protected]> writes:
> Timothy Washington <[email protected]> writes:
>> (native-inputs
>> `(("rustc" ,rustc)
>> ("cargo" ,cargo)))
>> (inputs
>> `(("ansi_term" ,ansi-term)))
> You don't need these.
>
>> (arguments
>> `(#:cargo-inputs
>> (("ansi-term" ,ansi-term))))
>
> Try this:
>
> ```
> (arguments
> (list #:cargo-inputs
> #~`(("rust-ansi-term" ,rust-ansi-term-0.12))))
> ```(You'll need to import (guix gexp) and (gnu packages cargo-xyz) for this to work.)
