guix-commits
[Top][All Lists]
Advanced

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

304/436: gnu: tectonic: Update package.


From: guix-commits
Subject: 304/436: gnu: tectonic: Update package.
Date: Sun, 5 Nov 2023 05:29:27 -0500 (EST)

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

commit 9e9e43c72730b67c169256c4afe7b620a256aa42
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]