diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-02-05 21:00:56 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-06 10:48:16 +0200 |
commit | 3cc77ace226d78cf0d554866fe6725c32b97d3ad (patch) | |
tree | dc2eeefaa5072ea1be1784c070bd8ef96b6f6cdd /gnu | |
parent | 6030b76570e950b1d2c3cd13431a1a320622bac8 (diff) | |
download | guix-3cc77ace226d78cf0d554866fe6725c32b97d3ad.tar.gz guix-3cc77ace226d78cf0d554866fe6725c32b97d3ad.zip |
gnu: Remove rust-openssl-src-111.
* gnu/packages/crates-io.scm (rust-openssl-src-111): Remove variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ebd6ea58b1..afebd4d73e 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -7375,27 +7375,6 @@ system for OpenSSL.") (license (list license:asl2.0 license:expat)))) -(define-public rust-openssl-src-111 - (package - (name "rust-openssl-src") - (version "111.6.0+1.1.1d") - (source - (origin - (method url-fetch) - (uri (crate-uri "openssl-src" version)) - (file-name (string-append name "-" version ".crate")) - (sha256 - (base32 - "172xh95hp7aygahah1940kg1dnx60c5m80cwj5hgi8x7x0fxmhmr")))) - (build-system cargo-build-system) - (home-page "https://github.com/alexcrichton/openssl-src-rs") - (synopsis "Source of OpenSSL for rust crates") - (description - "This package contains the source of OpenSSL and logic to build it.") - (properties '((hidden? . #t))) - (license (list license:asl2.0 - license:expat)))) - (define-public rust-openssl-sys-0.9 (package (name "rust-openssl-sys") |