aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-11 16:46:20 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-25 03:03:47 +0200
commit9a7133ca970ab83a7d6667acbb9edbe27a5bd298 (patch)
tree8e93661f37bbfb86f55d5695f39af469ba87a432
parentc3ca4328aac0440fb90cfce53eafea80aa276c58 (diff)
downloadhardware_replicant_libsamsung-ipc-history/12-09-2022-replicant-next-replicant-11-test.tar.gz
hardware_replicant_libsamsung-ipc-history/12-09-2022-replicant-next-replicant-11-test.tar.bz2
hardware_replicant_libsamsung-ipc-history/12-09-2022-replicant-next-replicant-11-test.zip
The patch to fix that is now merged in Guix. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-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"