guix-commits
[Top][All Lists]
Advanced

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

23/23: gnu: Remove rust-security-framework-0.1.


From: guix-commits
Subject: 23/23: gnu: Remove rust-security-framework-0.1.
Date: Thu, 4 Jan 2024 15:39:10 -0500 (EST)

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

commit d15ee33955b704a5eb43ddb6535ae1a38034884a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 4 22:30:08 2024 +0200

    gnu: Remove rust-security-framework-0.1.
    
    * gnu/packages/crates-apple.scm (rust-security-framework-0.1): Delete 
variable.
    
    Change-Id: I9d76a39d94e1365d43b9ef133212bae908d96d20
---
 gnu/packages/crates-apple.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/crates-apple.scm b/gnu/packages/crates-apple.scm
index f25baecdd2..8ae341869d 100644
--- a/gnu/packages/crates-apple.scm
+++ b/gnu/packages/crates-apple.scm
@@ -1324,31 +1324,6 @@ macOS and iOS.")
        (("rust-hex" ,rust-hex-0.3)
         ("rust-tempdir" ,rust-tempdir-0.3))))))
 
-(define-public rust-security-framework-0.1
-  (package
-    (inherit rust-security-framework-0.2)
-    (name "rust-security-framework")
-    (version "0.1.16")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "security-framework" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0ci39ax08h2ngrl1yf1ra9smivhjs6xarmg7kp6fxracqpllx96z"))))
-    (arguments
-     `(#:skip-build? #t ; MacOS specific
-       #:cargo-inputs
-       (("rust-core-foundation" ,rust-core-foundation-0.2)
-        ("rust-core-foundation-sys" ,rust-core-foundation-sys-0.2)
-        ("rust-libc" ,rust-libc-0.2)
-        ("rust-security-framework-sys" ,rust-security-framework-sys-0.1))
-       #:cargo-development-inputs
-       (("rust-hex" ,rust-hex-0.2)
-        ("rust-tempdir" ,rust-tempdir-0.3))))))
-
 (define-public rust-security-framework-sys-2
   (package
     (name "rust-security-framework-sys")



reply via email to

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