summaryrefslogtreecommitdiff
path: root/build-aux/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/guix.scm')
-rw-r--r--build-aux/guix.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/build-aux/guix.scm b/build-aux/guix.scm
index d816713..57ba8ab 100644
--- a/build-aux/guix.scm
+++ b/build-aux/guix.scm
@@ -60,12 +60,6 @@
(arguments
'(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'disable-repo-tests
- ;; Disable tests that use a connection to the Guix daemon.
- (λ _
- (substitute* "Makefile.am"
- (("tests/repo.scm \\\\") "\\"))
- #t))
(add-before 'configure 'bootstrap
(λ _ (zero? (system* "sh" "bootstrap"))))
(add-after 'install 'wrap-program