diff options
author | Arun Isaac | 2022-06-06 22:32:58 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-06 22:32:58 +0530 |
commit | f23b73f82e64083161d5659f638a1676fa807ba1 (patch) | |
tree | c15a7214cc94c44eaeec72621d07f05809841fcd | |
parent | 25a6d51e44577179378fd2b3e83042ff1de1cec9 (diff) | |
download | guile-xapian-f23b73f82e64083161d5659f638a1676fa807ba1.tar.gz guile-xapian-f23b73f82e64083161d5659f638a1676fa807ba1.tar.lz guile-xapian-f23b73f82e64083161d5659f638a1676fa807ba1.zip |
guix.scm: Do not override native-inputs.
* guix.scm (guile-xapian)[native-inputs]: Do not override.
-rw-r--r-- | guix.scm | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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)))) |