[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
470/470: Revert "gnu: rust: Remove more bundled sources."
From: |
guix-commits |
Subject: |
470/470: Revert "gnu: rust: Remove more bundled sources." |
Date: |
Thu, 16 Mar 2023 03:02:43 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 7f50ff0e264eef9e5a48d29e68555b81a5d338ab
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 15 22:57:51 2023 +0200
Revert "gnu: rust: Remove more bundled sources."
This reverts commit 7e777d70e67cc90f019988aa2af68bbf1fe25c00.
This makes it impractical to update several libraries without a rust
rebuild. Since rust doesn't retain a reference to these libraries it
isn't clear that this is the best choice.
---
gnu/packages/rust.scm | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index a98ab87955..7b0436841f 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -50,7 +50,6 @@
#:use-module (gnu packages python)
#:use-module (gnu packages ssh)
#:use-module (gnu packages tls)
- #:use-module (gnu packages version-control)
#:use-module (gnu packages)
#:use-module (guix build-system cargo)
#:use-module (guix build-system copy)
@@ -718,33 +717,6 @@ safety and thread safety guarantees.")
(package
(inherit base-rust)
(outputs (cons "rustfmt" (package-outputs base-rust)))
- ;; This is the rust we build everything with, so we make sure to
unbundle more.
- ;; We allow other versions of the rust compiler to use bundled sources
so we
- ;; don't have to worry about carrying old versions of some libraries.
- (source
- (origin
- (inherit (package-source base-rust))
- (snippet
- '(begin
- (for-each delete-file-recursively
- '("src/llvm-project"
- "vendor/curl-sys/curl"
- "vendor/jemalloc-sys/jemalloc"
- "vendor/libgit2-sys/libgit2"
- ;"vendor/libnghttp2-sys/nghttp2"
- "vendor/libssh2-sys/libssh2"
- "vendor/libz-sys/src/zlib"
- ;"vendor/libz-sys/src/zlib-ng"
- "vendor/lzma-sys/xz-5.2"
- ;"vendor/openssl-src"
- "vendor/tikv-jemalloc-sys/jemalloc"))
- ;; Remove vendored dynamically linked libraries.
- ;; find . -not -type d -executable -exec file {} \+ | grep ELF
- (delete-file "vendor/vte/vim10m_match")
- (delete-file "vendor/vte/vim10m_table")
- ;; Also remove the bundled (mostly Windows) libraries.
- (for-each delete-file
- (find-files "vendor" ".*\\.(a|dll|exe|lib)$"))))))
(arguments
(substitute-keyword-arguments (package-arguments base-rust)
((#:tests? _ #f)
@@ -841,11 +813,6 @@ safety and thread safety guarantees.")
((file) file))
(("fn ctrl_c_kills_everyone")
"#[ignore]\nfn ctrl_c_kills_everyone"))))
- (add-after 'set-env 'set-more-env
- (lambda* (#:key inputs #:allow-other-keys)
- (setenv "LIBGIT2_SYS_USE_PKG_CONFIG" "1")
- (setenv "LIBSSH2_SYS_USE_PKG_CONFIG" "1")
- (setenv "OPENSSL_DIR" (assoc-ref inputs "openssl"))))
(add-after 'configure 'add-gdb-to-config
(lambda* (#:key inputs #:allow-other-keys)
(let ((gdb (assoc-ref inputs "gdb")))
@@ -890,8 +857,6 @@ safety and thread safety guarantees.")
(("prefix = \"[^\"]*\"")
(format #f "prefix = ~s" (assoc-ref outputs "rustfmt"))))
(invoke "./x.py" "install" "rustfmt")))))))
- (inputs (modify-inputs (package-inputs base-rust)
- (prepend curl libgit2 libssh xz zlib)))
;; Add test inputs.
(native-inputs (cons* `("gdb" ,gdb)
`("procps" ,procps)
- 427/470: gnu: Add rust-argmax-0.3., (continued)
- 427/470: gnu: Add rust-argmax-0.3., guix-commits, 2023/03/16
- 420/470: gnu: rust-ucd-trie-0.1: Update to 0.1.5., guix-commits, 2023/03/16
- 407/470: gnu: Add rust-crossterm-0.25., guix-commits, 2023/03/16
- 431/470: gnu: rust-adblock: Update to 0.7.5., guix-commits, 2023/03/16
- 437/470: gnu: rust-arbitrary-1: Update to 1.2.3., guix-commits, 2023/03/16
- 439/470: gnu: rust-bytes-1: Update to 1.4.0., guix-commits, 2023/03/16
- 440/470: gnu: rust-derive-arbitrary-1: Update to 1.2.3., guix-commits, 2023/03/16
- 441/470: gnu: rust-env-logger-0.9: Update to 0.9.3., guix-commits, 2023/03/16
- 432/470: gnu: Remove rust-tokio-1.8., guix-commits, 2023/03/16
- 468/470: gnu: rbw: Add missing input., guix-commits, 2023/03/16
- 470/470: Revert "gnu: rust: Remove more bundled sources.",
guix-commits <=
- 451/470: gnu: libsequoia: Use existing rust-tokio-1., guix-commits, 2023/03/16
- 458/470: gnu: rust: Remove more bundled sources., guix-commits, 2023/03/16
- 465/470: gnu: agate: Add missing input., guix-commits, 2023/03/16
- 469/470: gnu: Add rust-1.68., guix-commits, 2023/03/16
- 430/470: gnu: rust-tokio-1: Update to 1.26.0., guix-commits, 2023/03/16
- 361/470: gnu: rust-num-rational-0.4: Update to 0.4.1., guix-commits, 2023/03/16
- 381/470: gnu: Remove rust-crunchy-0.1., guix-commits, 2023/03/16
- 388/470: gnu: Remove rust-askama-derive-0.10., guix-commits, 2023/03/16
- 387/470: gnu: Add rust-av1-grain-0.2., guix-commits, 2023/03/16
- 413/470: gnu: rust-linked-hash-map-0.5: Update to 0.5.6., guix-commits, 2023/03/16