mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guix): avoid broken guile-gcrypt sha256 configure probe
This commit is contained in:
parent
079b6fddac
commit
913ebb3ba8
3 changed files with 47 additions and 26 deletions
|
|
@ -98,13 +98,6 @@ probe_guile_module() {
|
|||
find_module='git'
|
||||
probe_expression="(use-modules (git)) (display \"git-module-ok\\n\")"
|
||||
;;
|
||||
gcrypt)
|
||||
probe_label="gcrypt-related"
|
||||
probe_pkg_config="libgcrypt"
|
||||
find_name='*gcrypt*'
|
||||
find_module='gcrypt'
|
||||
probe_expression="(use-modules (gcrypt hash)) (unless (equal? (hash-algorithm sha256) (lookup-hash-algorithm 'sha256)) (error \"guile-gcrypt sha256 lookup mismatch\")) (display \"gcrypt-module-ok\\n\")"
|
||||
;;
|
||||
gnutls)
|
||||
probe_label="gnutls-related"
|
||||
probe_pkg_config="gnutls"
|
||||
|
|
@ -172,7 +165,6 @@ src_configure() {
|
|||
guile_libs="$(PKG_CONFIG_LIBDIR="${pkg_config_path}" PKG_CONFIG_PATH="${pkg_config_path}" \
|
||||
/usr/bin/pkg-config --libs guile-3.0)"
|
||||
|
||||
probe_guile_module gcrypt
|
||||
probe_guile_module gnutls
|
||||
probe_guile_module git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue