guix-commits
[Top][All Lists]
Advanced

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

148/308: gnu: rust-aes-soft-0.3: Don't skip the build.


From: guix-commits
Subject: 148/308: gnu: rust-aes-soft-0.3: Don't skip the build.
Date: Wed, 4 Dec 2024 16:21:01 -0500 (EST)

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

commit fb0cc9fb40085e45582ff68c25d33b4862e08a12
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 10:20:06 2024 +0200

    gnu: rust-aes-soft-0.3: Don't skip the build.
    
    * gnu/packages/crates-crypto.scm (rust-aes-soft-0.3)[arguments]: Don't
    skip the build.
    [cargo-development-inputs]: Add rust-block-cipher-trait-0.6.
    
    Change-Id: Icc871e079e5651abe525865df3ee5f038e067853
---
 gnu/packages/crates-crypto.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 67f8e679c8..3054d785b0 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -491,11 +491,12 @@ This package is deprecated and was replaced by the 
@code{aes} crate.")
        (sha256
         (base32 "039si7yjp0wcd750sgq52c60sh2ikaxwd7rq7g0ba7ws7ypfgmyg"))))
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-block-cipher-trait" ,rust-block-cipher-trait-0.6)
         ("rust-byteorder" ,rust-byteorder-1)
-        ("rust-opaque-debug" ,rust-opaque-debug-0.2))))))
+        ("rust-opaque-debug" ,rust-opaque-debug-0.2))
+       #:cargo-development-inputs
+       (("rust-block-cipher-trait" ,rust-block-cipher-trait-0.6))))))
 
 (define-public rust-aesni-0.10
   (package



reply via email to

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