summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/guix.scm b/guix.scm
index 14b48f0..a545579 100644
--- a/guix.scm
+++ b/guix.scm
@@ -34,8 +34,4 @@
   (inherit guile-xapian)
   (source (local-file %source-dir
                       #:recursive? #t
-                      #:select? (git-predicate %source-dir)))
-  (native-inputs
-   `(,@(package-native-inputs guile-xapian)
-     ("autoconf" ,autoconf)
-     ("automake" ,automake))))
+                      #:select? (git-predicate %source-dir))))