Merge bitcoin/bitcoin#34944: guix: Clean up module list in manifest

325f743eed guix: Clean up module list in manifest (Hennadii Stepanov)

Pull request description:

  These modules are no longer in use:

  1. `cmake-build-system` since bitcoin/bitcoin#34550.

  2. `gnu-build-system` since bitcoin/bitcoin#34627.

  3. `download` since bitcoin/bitcoin#34550.

  4. `cc-for-target` from `utils` since bitcoin/bitcoin#34627.

ACKs for top commit:
  janb84:
    ACK 325f743eed

Tree-SHA512: 5f32a74cc5c13cd4cd181f6d23fe5198e71a0d8f18378f4a2e38aa7a06eedd6f2c5cfbeea9b8eb50baac4d6c5c5bf6aa4d898143c8f2f9899871c6c2991d1b59
This commit is contained in:
merge-script
2026-04-01 10:53:21 +08:00

View File

@@ -20,17 +20,14 @@
((gnu packages python-xyz) #:select (python-lief))
((gnu packages tls) #:select (openssl))
((gnu packages version-control) #:select (git-minimal))
(guix build-system cmake)
(guix build-system gnu)
(guix build-system python)
(guix build-system pyproject)
(guix build-system trivial)
(guix download)
(guix gexp)
(guix git-download)
((guix licenses) #:prefix license:)
(guix packages)
((guix utils) #:select (cc-for-target substitute-keyword-arguments)))
((guix utils) #:select (substitute-keyword-arguments)))
(define-syntax-rule (search-our-patches file-name ...)
"Return the list of absolute file names corresponding to each