Skip to content

Commit

Permalink
guix: use cmake-minimal over cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Feb 28, 2023
1 parent 1475515 commit 2c9eb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -611,5 +611,5 @@ inspecting signatures in Mach-O binaries.")
((string-contains target "-linux-")
(list (make-bitcoin-cross-toolchain target)))
((string-contains target "darwin")
(list clang-toolchain-10 binutils cmake xorriso python-signapple))
(list clang-toolchain-10 binutils cmake-minimal xorriso python-signapple))
(else '())))))

0 comments on commit 2c9eb4a

Please sign in to comment.