guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: newsboat: Adjust to changes in cargo-build-system.


From: guix-commits
Subject: 03/04: gnu: newsboat: Adjust to changes in cargo-build-system.
Date: Sun, 14 Mar 2021 13:58:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 21ead0fc5b8519b586c051b75fbc9d3ee5520755
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 14 19:51:33 2021 +0200

    gnu: newsboat: Adjust to changes in cargo-build-system.
    
    * gnu/packages/syndication.scm (newsboat)[arguments]: Add flag to not
    install source.
---
 gnu/packages/syndication.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 79dbb77..5f0aa1b 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -90,6 +90,7 @@
                   (guix build utils)
                   ((guix build gnu-build-system) #:prefix gnu:))
        #:vendor-dir "vendor"
+       #:install-source? #f
        #:cargo-inputs
        (("rust-backtrace" ,rust-backtrace-0.3)
         ("rust-bitflags" ,rust-bitflags-1)



reply via email to

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