aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-graph.sh
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-06-05 21:59:44 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-06-05 22:00:56 +0300
commitff6bb37299c71d535eae472791357be3d66c0c12 (patch)
treed4d506d1be7448d1f4471f78453677fa521de2a4 /tests/guix-graph.sh
parentc1b8f1bc7a67ff8fa8bfe2a1475e23adf3581219 (diff)
downloadguix-ff6bb37299c71d535eae472791357be3d66c0c12.tar.gz
guix-ff6bb37299c71d535eae472791357be3d66c0c12.zip
gnu: cpp-httplib: Update to 0.12.5.
* gnu/packages/cpp.scm (cpp-httplib): Update to 0.12.5. [arguments]: Adjust configure-flags to build the tests. Add a make-flag to set CXX. Adjust custom 'disable-network-tests phase to skip more network tests. Remove custom 'check phase. [native-inputs]: Add googletest.
Diffstat (limited to 'tests/guix-graph.sh')
0 files changed, 0 insertions, 0 deletions
* Makefile.am: Include 'emacs.am'. * emacs.am: New file. * doc/emacs.texi: New file. * doc/guix.texi: Include 'emacs.texi'. * emacs/guix-backend.el: New file. * emacs/guix-base.el: New file. * emacs/guix-helper.scm.in: New file. * emacs/guix-history.el: New file. * emacs/guix-info.el: New file. * emacs/guix-init.el.in: New file. * emacs/guix-list.el: New file. * emacs/guix-main.scm: New file. * emacs/guix-utils.el: New file. * emacs/guix.el: New file. Alex Kost 2014-07-25build: Bump to version 0.8....* configure.ac: Switch to 0.8. Ludovic Courtès 2014-07-22Require only lower gettext version....* configure.ac: Change back to requiring gettext at least 0.18.1, partially reverting commit ee76417. Andreas Enge 2014-06-13Separate package description translations from string translations....* po/packages/LINGUAS, po/packages/Makevars, po/packages/POTFILES.in: New files. * po/guix/Makevars (DOMAIN): Change to "guix". (XGETTEXT_OPTIONS): Remove "--keyword=synopsis --keyword=description". * po/guix/POTFILES.in: Remove gnu/packages/*.scm. * configure.ac: Change to gettext 0.18.3. Produce po/packages/Makefile.in. * Makefile.am (SUBDIRS): Add po/packages. * guix/ui.scm (%package-text-domain): New variable. (P_): New procedure. (package->recutils): Use 'P_' instead of '_'. * guix/scripts/package.scm (find-packages-by-description): Use 'P_' instead of 'gettext'. Ludovic Courtès 2014-06-13Move gettext files to 'po/guix'....* po: Rename to... * po/guix: ... this. * po/guix/Makevars (subdir, top_builddir): Adjust accordingly. * configure.ac: Change 'po/Makefile.in' to 'po/guix/Makefile.in'. * Makefile.am (SUBDIRS): Change 'po' to 'po/guix'. Ludovic Courtès 2014-05-22build: Fix builds without --with-libgcrypt-prefix nor --with-libgcrypt-libdir....Reported by Manolis Ragkousis <manolis837@gmail.com>. Fixes a regression introduced in 14af289. Before this commit, ./configure would leave LIBGCRYPT_PREFIX and LIBGCRYPT_LIBDIR undefined, leading to LIBGCRYPT_LIBS="-L -lgcrypt" and thus to a link failure. * configure.ac: Make sure $LIBGCRYPT_PREFIX and $LIBGCRYPT_LIBDIR are never empty. Ludovic Courtès 2014-05-17build: Add --with-libgcrypt-libdir=DIR to support Debian's multi-arch layout....* configure.ac: Remove 'LIBGCRYPT_PREFIX' and use 'LIBGCRYPT_LIBDIR' instead. Add --with-libgcrypt-libdir=DIR option. * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Pass '--with-libgcrypt-libdir'. * config-daemon.ac: Honor $LIBGCRYPT_LIBDIR when computing LIBGCRYPT_LIBS. Ludovic Courtès 2014-04-09build: Bump to version 0.7....* configure.ac: Switch to 0.7. Ludovic Courtès 2014-03-09Change the default store file name to /gnu/store....* configure.ac: Change the default 'storedir' to /gnu/store. Print $storedir. * doc/guix.texi: Replace "/nix/store" by "/gnu/store", except where describing Nix compatibility. * Makefile.am: Likewise. Ludovic Courtès 2014-01-24store: Add 'register-path' procedure....* guix/store.scm (register-path): New procedure. * tests/store.scm ("register-path"): New test. * guix/config.scm.in (%guix-register-program): New variable. * configure.ac: Compute and substitute 'guix_sbindir'. Compute 'guix_prefix'. * pre-inst-env.in: Define 'GUIX_REGISTER'. Ludovic Courtès 2013-12-29build: Improve documentation of Nix-related options....* configure.ac: Add documentation for --with-nix and --with-nixpkgs. Ludovic Courtès 2013-12-29config: Export '%config-directory'....* configure.ac: Define and substitute 'guix_sysconfdir'. * guix/config.scm.in (%config-directory): New variable. Ludovic Courtès 2013-12-11build: Bump to version 0.6....* configure.ac: Switch to 0.6. Ludovic Courtès 2013-11-23build: Make sure pkg.m4 is present....Suggested by John Darrington <john@darrington.wattle.id.au>. * configure.ac: Forbid occurrences of 'PKG_CHECK_MODULES' in the output. Ludovic Courtès 2013-09-27build: Bump version to 0.5....* configure.ac: Switch to 0.5. Ludovic Courtès