From c477c6c48ccfcae0a996ed929411f47b5213ced1 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Sat, 6 Jul 2024 17:01:03 +0100 Subject: [PATCH] Bugfix guix build --- Makefile.am | 1 - hall.scm | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index c5e2cef..ce2abb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ SUFFIXES = .scm .go $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<" SOURCES = geohash.scm \ - geohash/hconfig.go \ geohash/hconfig.scm TESTS = tests/geohash.scm diff --git a/hall.scm b/hall.scm index 4b7a356..02ae051 100644 --- a/hall.scm +++ b/hall.scm @@ -22,8 +22,7 @@ ((scheme-file "geohash") (directory "geohash" - ((compiled-scheme-file "hconfig") - (scheme-file "hconfig"))))) + ((scheme-file "hconfig"))))) (tests ((directory "tests" ((scheme-file "geohash"))))) (programs ((directory "scripts" ()))) (documentation