aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/guix.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index 5d59983..47ccd4d 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -107,7 +107,6 @@
("aclocal" ,automake)
("libcurl" ,curl)
("ddrescue", ddrescue)
- ("libc:debug", (@@ (gnu packages commencement) glibc-final) "debug")
("libtool" ,libtool)
("pkgconfig" ,pkg-config)
("python" ,python)
@@ -122,15 +121,6 @@
(lambda _
(substitute* (find-files "." ".*\\.py$")
(("/usr/bin/env python") (which "python3")))
- #t))
- (add-after 'patch-python 'fix-valgrind
- (lambda _
- (substitute* (find-files "." ".*\\.py$")
- (("'--leak-check=full',")
- (string-append
- "'--leak-check=full', '--extra-debuginfo-path="
- (assoc-ref %build-inputs "libc:debug")
- "/lib/debug',")))
#t)))
#:configure-flags
(list "--enable-debug"