Bugfix guix build
This commit is contained in:
parent
19e722b694
commit
c477c6c48c
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
3
hall.scm
3
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
|
||||
|
|
Loading…
Reference in a new issue