aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-01-31 18:56:55 -0500
committerLeo Famulari <leo@famulari.name>2016-02-02 14:49:26 -0500
commitaaa49e8c21a8ca6d782e3b18f218b5b847069611 (patch)
treee836ff43267da688f4e7596cdd5c90063ab87582 /emacs
parent6a44697d01f06f4a61bffef400f6f6e2f9a604d0 (diff)
downloadguix-aaa49e8c21a8ca6d782e3b18f218b5b847069611.tar.gz
guix-aaa49e8c21a8ca6d782e3b18f218b5b847069611.zip
licenses: Add the Unlicense.
* guix/licenses.scm (unlicense): New variable.
Diffstat (limited to 'emacs')
0 files changed, 0 insertions, 0 deletions
: Remove. * Makefile.am (MODULES, SCM_TESTS): Remove them. * guix/scripts/import.scm (importers): Remove "nix". * build-aux/test-env.in: Remove NIXPKGS variable. * configure.ac: Remove '--with-nixpkgs' option. * doc/guix.texi (Invoking guix import): Remove bit about "guix import nix". * etc/completion/fish/guix.fish: Likewise. Ludovic Courtès 2021-04-23build: Add a check for Guile-Lib....* configure.ac: Check if the Guile-Lib module is present and recent enough and warn in case it isn't. Maxim Cournoyer 2021-03-17maint: Check whether Guile-zlib is recent enough....This is a followup to a04aef2430645357d7796969d4b6453478ff8a3f. * m4/guix.m4 (GUIX_CHECK_GUILE_ZLIB): New macro. * configure.ac: Use it when checking for Guile-zlib. Ludovic Courtès 2021-02-04build: Add '--with-channel-commit' and related configure flags....Partially fixes <https://bugs.gnu.org/45896>. * m4/guix.m4 (GUIX_CHANNEL_METADATA): New macro. * configure.ac: Use it. * guix/config.scm.in (%channel-metadata): Adjust accordingly. Ludovic Courtès