guix-commits
[Top][All Lists]
Advanced

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

304/311: gnu: tectonic: Update package.


From: guix-commits
Subject: 304/311: gnu: tectonic: Update package.
Date: Sat, 28 Oct 2023 16:39:47 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 15c7912d8a7535d6ad5216e43713b82dc9081049
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 28 16:04:42 2023 +0300

    gnu: tectonic: Update package.
    
    * gnu/packages/rust-apps.scm (tectonic)[arguments]: Remove
    cargo-build-flags.  Don't install the sources.
    
    Change-Id: I368fdbee3da7b1747620d507f2ae72bf768c441b
---
 gnu/packages/rust-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index a867267ce0..e97f58b436 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1534,7 +1534,7 @@ of the project is to be runnable on untrusted networks 
without crashing.")
         (base32 "1q4mz2c32gfypx33zlzgd1q9h4322jrk13fzvsf8h676ylclqzpc"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-build-flags '("--release" "--features" "external-harfbuzz")
+     `(#:install-source? #f
        #:cargo-inputs
        (("rust-atty" ,rust-atty-0.2)
         ("rust-byte-unit" ,rust-byte-unit-4)



reply via email to

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