gnu: newsboat: Adjust to changes in cargo-build-system.
* gnu/packages/syndication.scm (newsboat)[arguments]: Add flag to not install source.
This commit is contained in:
parent
7af3daa757
commit
21ead0fc5b
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
((guix build gnu-build-system) #:prefix gnu:))
|
((guix build gnu-build-system) #:prefix gnu:))
|
||||||
#:vendor-dir "vendor"
|
#:vendor-dir "vendor"
|
||||||
|
#:install-source? #f
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-backtrace" ,rust-backtrace-0.3)
|
(("rust-backtrace" ,rust-backtrace-0.3)
|
||||||
("rust-bitflags" ,rust-bitflags-1)
|
("rust-bitflags" ,rust-bitflags-1)
|
||||||
|
|
Reference in a new issue