1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/guix
Jan (janneke) Nieuwenhuizen be78f55238 REMOVEME guix: guile-mingw: Hardcode file-name-convention.
Build it:

    GUIX_PACKAGE_PATH=guix guix build --target=x86_64-w64-mingw32 guile-mingw

Run it:

    WINEPATH=$(guix shell wine64 -- winepath -w                                     \
        $(echo $(guix gc -R                                                         \
                      $(GUIX_PACKAGE_PATH=guix guix build                           \
                                         --target=x86_64-w64-mingw32 guile-mingw))) \
                   | sed 's,$,/bin,g' | tr '\n' ';')                                \
            guix shell wine64 -- wine                                               \
            $(GUIX_PACKAGE_PATH=guix guix build --target=x86_64-w64-mingw32         \
                               guile-mingw)/bin/guile.exe                           \
            -c '(format #t "Hello  ~a world!\n" %host-type)'

* guix/guile-mingw-file-name-convention.patch: New file.
* guix/mingw.scm (guile-mingw): Use it.
2022-11-10 10:33:56 -08:00
..
guile-mingw-file-name-convention.patch REMOVEME guix: guile-mingw: Hardcode file-name-convention. 2022-11-10 10:33:56 -08:00
guile-patched.scm guix: Add guile-patched, guile-mingw. 2022-11-10 10:33:55 -08:00
mingw.scm REMOVEME guix: guile-mingw: Hardcode file-name-convention. 2022-11-10 10:33:56 -08:00