aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guix.scm')
-rw-r--r--scripts/guix.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index 7c23fea..eb9689c 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -202,12 +202,7 @@
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-before 'build 'patch-python
- (lambda _
- (substitute* (find-files "." ".*\\.py$")
- (("/usr/bin/env python") (which "python3")))
- #t))
- (add-after 'patch-python 'fix-valgrind
+ (add-after 'build 'fix-valgrind
(lambda _
(substitute* (find-files "." ".*\\.py$")
(("'--leak-check=full',")