To update my previous email - by including "bash" "bash-minimal" in
the manifest and importing modules
(guix build utils) (guix build-system guile)
I get past the aclocal error and now the error is:
cat: build.err.cache.go: No such file or directory
make: *** [Makefile:79: obj/artanis/artanis.go] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:79: obj/artanis/cache.go] Error 1
make[1]: 'artanis/version.scm' is up to date.
make[1]: Leaving directory
'/tmp/guix-build-artanis-fix-ssql-4.1.drv-0/artanis-fix-ssql'
command "make" "-j" "4"
"MOD_PATH=/gnu/store/a7b5389pb4nycx9lwywirxslhvchb52c-artanis-fix-ssql-4.1/share/guile/site/2.2"
"MOD_COMPILED_PATH=/gnu/store/a7$
So I am guessing that I am missing dependencies of the build system.
What are they?
And I thought import was supposed to provide all dependencies and
procedures utilized by the parent package. Why isn't that happening?
Thanks
Mortimer