Bugfix guix build

This commit is contained in:
Ray Miller 2024-07-06 17:01:03 +01:00
parent 19e722b694
commit c477c6c48c
2 changed files with 1 additions and 3 deletions

View file

@ -25,7 +25,6 @@ SUFFIXES = .scm .go
$(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<" $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<"
SOURCES = geohash.scm \ SOURCES = geohash.scm \
geohash/hconfig.go \
geohash/hconfig.scm geohash/hconfig.scm
TESTS = tests/geohash.scm TESTS = tests/geohash.scm

View file

@ -22,8 +22,7 @@
((scheme-file "geohash") ((scheme-file "geohash")
(directory (directory
"geohash" "geohash"
((compiled-scheme-file "hconfig") ((scheme-file "hconfig")))))
(scheme-file "hconfig")))))
(tests ((directory "tests" ((scheme-file "geohash"))))) (tests ((directory "tests" ((scheme-file "geohash")))))
(programs ((directory "scripts" ()))) (programs ((directory "scripts" ())))
(documentation (documentation