mes/module/mescc
Jan Nieuwenhuizen 53c0941937
guix: Refactor package setup.
Next to the convenient environment setup and package build from git

   guix environment -l .guix.scm
   guix build -f .guix.scm

we can now also build other included packages

    GUIX_PACKAGE_PATH=guix guix build mes@0.17
    GUIX_PACKAGE_PATH=guix guix build nyacc@0.80.42

* guix/git/mes.scm: Move from .guix.scm, make a module.
* .guix.scm: Move from guix.scm, use it.
* build-aux/manifest.scm: Update location.
* build-aux/pre-inst-env.in: Support it.
* configure: Check for guix.
* build-aux/export.make: Export GUIX.
* GNUmakefile (update-hash): New target.
2018-07-22 08:41:48 +02:00
..
i386 build: Separate Mes and Guile modules. 2018-07-21 07:15:52 +02:00
M1.scm mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
as.scm mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
bytevectors.scm mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
compile.scm mescc: Support verbose int types. 2018-07-21 12:02:16 +02:00
info.scm mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
mescc.scm guix: Refactor package setup. 2018-07-22 08:41:48 +02:00
preprocess.scm mescc: Support binutils-2.5.1. 2018-05-30 21:55:39 +02:00