Age | Commit message (Expand) | Author |
2018-05-01 | gnu: guix-register: Reduce the set of dependencies....* gnu/packages/package-management.scm (guix-register)[native-inputs]
[propagated-inputs]: New field.
| Ludovic Courtès |
2018-04-25 | gnu: guix: Update to ab85cf7....* gnu/packages/package-management.scm (guix): Update to ab85cf7.
| Roel Janssen |
2018-04-25 | gnu: diffoscope: Update to 93....* gnu/packages/package-management.scm (diffoscope): Update to 93.
| Rutger Helling |
2018-04-19 | gnu: guix: Add po4a input....* gnu/packages/package-management.scm (guix)[inputs]: Add po4a.
| Julien Lepiller |
2018-04-11 | gnu: guix: Update to 486de73....* gnu/packages/package-management.scm (guix): Update to 486de73.
| Ludovic Courtès |
2018-04-08 | gnu: Add 'guix-register'....* gnu/packages/package-management.scm (guix-register): New variable.
| Ludovic Courtès |
2018-03-24 | tests: Add tests for "guix pack"....* guix/scripts/pack.scm (bootstrap-xz): New variable.
(%options) <--bootstrap>: New option.
(show-help): Document the new --bootstrap option.
(guix-pack): When --bootstrap is specified, use the bootstrap Guile,
tar, and xz to build the pack, and do not use any profile hooks or
locales.
* doc/guix.texi (Invoking guix pull): Document the new --bootstrap
option.
* tests/guix-pack.sh: New file.
* Makefile.am (SH_TESTS): Add guix-pack.sh.
* gnu/packages/package-management.scm (guix) <inputs>: Add util-linux.
| Chris Marusich |
2018-03-09 | gnu: 'autoconf-wrapper' is no longer a procedure....Fixes <https://bugs.gnu.org/30710>.
Suggested by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.
* gnu/packages/autotools.scm (autoconf-wrapper): Rename to...
(make-autoconf-wrapper): ... this. Add 'properties' field.
(autoconf-wrapper): New variable.
* gnu/packages/gnunet.scm (guile-gnunet): Adjust accordingly.
* gnu/packages/gnupg.scm (signing-party): Likewise.
* gnu/packages/guile.scm (guile-ics, guile-bash): Likewise.
* gnu/packages/libevent.scm (libuv): Likewise.
* gnu/packages/logging.scm (glog): Likewise.
* gnu/packages/mail.scm (libetpan): Likewise.
* gnu/packages/mate.scm (mate-icon-theme-faenza)
(mate-screensaver): Likewise.
* gnu/packages/package-management.scm (guix): Likewise.
* gnu/packages/sawfish.scm (librep): Likewise.
* gnu/packages/video.scm (motion): Likewise.
* gnu/packages/zile.scm (zile-on-guile): Likewise.
| Ludovic Courtès |
2018-02-27 | gnu: gcab: Update to 1.1....* gnu/packages/package-management.scm (gcab): Update to 1.1.
[source]: Remove git dependency in a snippet.
| Tobias Geerinckx-Rice |
2018-02-20 | gnu: nix, patchelf: Use HTTPS for nixos.org home pages....* gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS.
* gnu/packages/package-management.scm (nix)[home-page]: Likewise.
| Tobias Geerinckx-Rice |
2018-02-19 | gnu: guix: Update snapshot to bdf0c64....* gnu/packages/package-management.scm (guix): Update to bdf0c64.
[arguments] <copy-bootstrap-guile>: Move after 'check' phase. Rewrite
to use "guix download" and to intern only one or two tarballs.
[inputs]: Remove "boot-guile/*". Add "boot-guile" and, optionally,
"boot-guile/i686".
| Ludovic Courtès |
2018-02-11 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-02-09 | gnu: guix: Update snapshot to bc880f9....* gnu/packages/package-management.scm (guix): Update to bc880f9.
| Ludovic Courtès |
2018-01-26 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-26 | gnu: gcab: Update to 1.0 [fixes CVE-2018-5345]....* gnu/packages/package-management.scm (gcab): Update to 1.0.
[build-system]: Switch to meson-build-system.
[native-inputs]: Add glib:bin and vala.
[arguments]: Don't build developer documentation.
Disable introspection, thanks.
| Tobias Geerinckx-Rice |
2018-01-26 | gnu: Add msitools....* gnu/packages/package-management.scm (msitools): New public variable.
| Tobias Geerinckx-Rice |
2018-01-26 | gnu: Add gcab....* gnu/packages/package-management.scm (gcab): New public variable.
| Tobias Geerinckx-Rice |
2018-01-23 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-22 | gnu: guix: Update snapshot to 33988f9....* gnu/packages/package-management.scm (guix): Update to 33988f9.
| Ludovic Courtès |
2018-01-19 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-18 | gnu: package-management: Prefix licenses....* gnu/packages/package-management.scm (define-module): Import
(guix licenses) with #:prefix instead of #:select.
Adjust all callers.
| Tobias Geerinckx-Rice |
2018-01-18 | gnu: package-management: Alphabetise module imports....* gnu/packages/package-management.scm (define-module): Order module
imports alphabetically.
| Tobias Geerinckx-Rice |
2018-01-13 | gnu: guix: Update snapshot to 0dcf675....* gnu/packages/package-management.scm (guix): Update to 0dcf675.
| Ludovic Courtès |
2018-01-11 | Merge branch 'master' into core-updates | Leo Famulari |
2018-01-11 | gnu: guix: Update snapshot to 3c5dbd2....* gnu/packages/package-management.scm (guix): Update to 3c5dbd2.
| Ludovic Courtès |
2018-01-08 | gnu: guix: Update snapshot to c04ffad....* gnu/packages/package-management.scm (guix): Update to c04ffad.
| Ludovic Courtès |
2018-01-03 | Merge branch 'master' into core-updates | Leo Famulari |
2018-01-02 | gnu: diffoscope: Update to 90....* gnu/packages/package-management.scm (diffoscope): Update to 90.
| Tobias Geerinckx-Rice |
2017-12-31 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2017-12-28 | gnu: guix: Update snapshot to f76ff984....* gnu/packages/package-management.scm (guix): Update to f76ff984.
| Mathieu Othacehe |
2017-12-21 | Merge branch 'master' into core-updates | Leo Famulari |
2017-12-19 | gnu: Update gwl to 0.1.1....* gnu/packages/package-management.scm (gwl): Update to 0.1.1.
| Roel Janssen |
2017-12-19 | Merge branch 'master' into core-updates | Marius Bakke |
2017-12-16 | gnu: guix: Update snapshot to 02345c....* gnu/packages/package-management.scm (guix): Update to 02345c.
| Mathieu Othacehe |
2017-12-07 | Merge branch 'master' into core-updates | Marius Bakke |
2017-12-06 | gnu: guix: Update to ad4953b. | Ludovic Courtès |
2017-12-06 | gnu: guix: Update to 0.14.0. | Ludovic Courtès |
2017-12-05 | Merge branch 'master' into core-updates | Marius Bakke |
2017-12-05 | gnu: guix: Update snapshot to 91c9b5d....* gnu/packages/package-management.scm (guix): Update to 91c9b5d.
| Ludovic Courtès |
2017-12-04 | gnu: guix: Update snapshot to 3fb6464....* gnu/packages/package-management.scm (guix): Update to 3fb6464.
| Ludovic Courtès |
2017-11-30 | gnu: guix: Move 'bootstrap' phase after 'unpack'....Suggested by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00389.html>.
* gnu/packages/package-management.scm (guix)[arguments]: Move
'bootstrap' phase back after 'unpack'.
| Ludovic Courtès |
2017-11-28 | gnu: guix: Update snapshot to 0a154c1....* gnu/packages/package-management.scm (guix): Update to commit 0a154c1.
| Ludovic Courtès |
2017-11-28 | gnu: guix: Add guile-bytestructures to the search path....* gnu/packages/package-management.scm (guix)[arguments]: In
'wrap-program' phase, add guile-bytestructures to the path.
| Ludovic Courtès |
2017-11-28 | gnu: guix: Provide the correct version string....Fixes <https://bugs.gnu.org/29429>.
Reported by Arun Isaac <arunisaac@systemreboot.net>.
* gnu/packages/package-management.scm (guix)[arguments]: Move
'bootstrap' phase before 'configure'. Create '.tarball-version' file.
| Ludovic Courtès |
2017-11-25 | gnu: diffoscope: Fix error messages related to comparison tools....* gnu/packages/package-management.scm (diffoscope)[arguments]: Replace readelf
substitution and add stat and getfacl substitutions.
[inputs]: Add acl.
Errors fixed include the following:
"FileNotFoundError: [Errno 2] No such file or directory: 'readelf'"
"diffoscope.comparators.directory: Unable to find 'getfacl', some directory
metadata differences might not be noticed."
"diffoscope.comparators.directory: Unable to find 'stat'"
| Kei Kebreau |
2017-11-21 | gnu: guix: Update snapshot....* gnu/packages/package-management.scm (guix): Update to 953c2de.
| Marius Bakke |
2017-11-21 | tests: Disable test for freed disk space that fails on Btrfs....This is a follow-up to commit 40e89f5be609045bc2666cc16a4ef80bb7f84095.
* tests/store.scm ("dead path can be explicitly collected"): Don't check
that (> freed 0).
* gnu/packages/package-management.scm (guix)[arguments]<#:phases>: Remove
workaround for the same problem.
| Marius Bakke |
2017-11-21 | gnu: guix: Disable test that fails on Btrfs....Works around <https://bugs.gnu.org/29363>.
Reported by Rutger Helling <rhelling@mykolab.com>.
* gnu/packages/package-management.scm (guix)[arguments]: Rename
'disable-container-tests' phase to 'disable-failing-tests' and add
substitution to disable test for freed disk space.
| Marius Bakke |
2017-11-20 | gnu: guix: Update snapshot....* gnu/packages/package-management.scm (guix): Update to 0b4c385.
| Ludovic Courtès |
2017-11-19 | Merge branch 'master' into core-updates | Marius Bakke |