Thanks Arun
Mortimer
Quoting Arun Isaac :
Hi,
I just updated our artanis package to version 0.5. Not exactly an answer
to your question, but hope that helps!
Regards,
Arun
Hi,
I would like to install Artanis v0.5 into my store. I see the patch
https://issues.guix.gnu.org/46885#0 and incorporate the changes into a
local guix.scm (pasted at the end of this message). I do not change
guile-xyz.scm. The install seems to complete without error.
$ guix package
Thanks but I don't see how channels will help me. Artanis is in the
public Guix repository. If I query my local store for the missing
module:
mbc@HP8300:~/temp/limsn$ find /gnu/store -wholename '*artanis/utils*'
/gnu/store/2slcmvlhyr0n5chrr6nyz0df886xb31s-artanis-0.3.1/share/guile/site/2.2/a
Hi,
I am trying to package an application, my guix.scm is below. The
build starts OK but fails with the error:
ice-9/boot-9.scm:1669:16: In procedure raise-exception:
no code for module (artanis utils)
make: *** [Makefile:1878: limsn/app/controllers/target.go] Error 1
command "make" "-j" "4
Hi,
Why no guile-dbd-mysql in Guix? Are there plans to support
mysql/mariadb in the future?
Thanks
Mortimer
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/arta
Hi,
I am working with Artanis-4.1 on Guile-2.2.7 in a Guix protected environment.
I have a bug-fix branch of Artanis called artanis-fix-ssql.
I need to package artanis-fix-ssql for testing.
I tried to import the package recipe from artanis
--manifest.scm--
(
Hi,
Reading
https://www.gnu.org/software/guile/manual/html_node/Miscellaneous-String-Operations.html
I learn that string-replace-substring is found in (ice-9 string-fun),
but it is not:
(define-module (ice-9 string-fun)
:export (split-after-char split-before-char split-discarding-char
Hi Again,
I was able to generate the guile-json-4.3.2 package as previously
reported. If I query the store using find, I can find it:
mbc@xps:~$ find /gnu/store -name *guile-json-4.3.2*
/gnu/store/4kjf5q17mz8n7agii1wwgbkl8l8mqj5k-guile-json-4.3.2
/gnu/store/4kjf5q17mz8n7agii1wwgbkl8l8mqj5k-g
Thanks for your assistance. The final .scm that was successful is:
(use-modules (guix packages)
(guix download)
(guix build-system gnu)
(guix licenses)
(gnu packages pkg-config)
(gnu packages guile) )
(package
(name "guile-j
Quoting Julien Lepiller :
Hi,
Le Mon, 27 Jul 2020 06:52:52 -0500,
mbcladw...@stihie.net a écrit :
Hi,
I would like to upgrade guile-json in my local store.
I start with
$guix pull
$guix package -u (didn't do anything)
If guile-json is not installed in your default profile, that's
expecte
Quoting Efraim Flashner :
On Mon, Jul 27, 2020 at 06:52:52AM -0500, mbcladw...@stihie.net wrote:
Hi,
I would like to upgrade guile-json in my local store.
I start with
$guix pull
$guix package -u (didn't do anything)
[...]
Builds occur in a chrooted environment, so only the packages adde
Hi,
I would like to upgrade guile-json in my local store.
I start with
$guix pull
$guix package -u (didn't do anything)
Modifying the template at
https://guix.gnu.org/blog/2018/a-packaging-tutorial-for-guix/
I create the file guile-json.scm:
(use-modules (guix packages)
(guix
13 matches
Mail list logo