From f23b73f82e64083161d5659f638a1676fa807ba1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 6 Jun 2022 22:32:58 +0530 Subject: guix.scm: Do not override native-inputs. * guix.scm (guile-xapian)[native-inputs]: Do not override. --- guix.scm | 6 +----- 1 file changed, 1 insertion(+), 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)))) -- cgit v1.2.3