Mike Gran writes:

Hey Mike!

> If any of you are running Guile on anything uncommon,
> I'd like to know what results you get for
> (utsname:sysname (uname))
> and
> %host-type

This is about as uncommon/weird as it gets for me :)

--8<---------------cut here---------------start------------->8---
16:18:35 janneke@glimdal:~/src/guile/pr-90 
$ guix shell wine64
16:18:59 janneke@glimdal:~/src/guile/pr-90 [env]
% export WINEPATH=$(find $(guix gc -R $(guix build -f guix.scm 
--target=x86_64-w64-mingw32 | grep -v debug)) -name '*.dll' | xargs dirname | 
sort -u | tr '\n' ';')
16:19:56 janneke@glimdal:~/src/guile/pr-90 [env]
$ wine64 $(guix build -f guix.scm --target=x86_64-w64-mingw32 | grep -v 
debug)/bin/guile.exe -c '(begin (display (utsname:sysname (uname))) (newline))'
Windows 8
16:20:10 janneke@glimdal:~/src/guile/pr-90 [env]
$ wine64 $(guix build -f guix.scm --target=x86_64-w64-mingw32 | grep -v 
debug)/bin/guile.exe -c '(begin (display %host-type) (newline))'
x86_64-w64-mingw32
16:20:33 janneke@glimdal:~/src/guile/pr-90 [env]
--8<---------------cut here---------------end--------------->8---

Greetings,
Janneke

-- 
Reasonable | Free Software for Correctness | GNU Dezyne -- https://dezyne.org
+Sourcery+ | Correctness for Free Software | https://reasonable-sourcery.coop

Reply via email to