mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
Merge bitcoin/bitcoin#30752: guix: Drop unused autotools packages
Some checks are pending
Some checks are pending
0004dcc7b1
guix: Drop unused autotools packages (Hennadii Stepanov) Pull request description: This PR implements https://github.com/hebasto/bitcoin/pull/294. From https://github.com/hebasto/bitcoin/pull/294#issuecomment-2317292100: > I think guix was already bumped to cmake, so this can be done in a separate pull already today? ACKs for top commit: fanquake: ACK0004dcc7b1
Tree-SHA512: 60d0be8df6340797bebcd6a734e2a5a0a24df18b65c174af47ea652110f26aca00b019dd205b83ae0e664ba1322628f252ade461d2dc01353045347d405ad5fa
This commit is contained in:
commit
96b0a8f858
1 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
(use-modules (gnu packages)
|
||||
(gnu packages autotools)
|
||||
((gnu packages bash) #:select (bash-minimal))
|
||||
(gnu packages bison)
|
||||
((gnu packages certs) #:select (nss-certs))
|
||||
|
@ -511,9 +510,6 @@ inspecting signatures in Mach-O binaries.")
|
|||
gcc-toolchain-12
|
||||
cmake-minimal
|
||||
gnu-make
|
||||
libtool
|
||||
autoconf-2.71
|
||||
automake
|
||||
pkg-config
|
||||
;; Scripting
|
||||
python-minimal ;; (3.10)
|
||||
|
|
Loading…
Reference in a new issue