aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gnu: coq-gappa: Update to 1.3.4.•••* gnu/packages/coq.scm (coq-gappa): Update to 1.3.4. Julien Lepiller2019-05-04
* gnu: coq: Update to 8.9.0.•••* gnu/packages/coq.scm (coq): Update to 8.9.0. (coq-autosubst): Update to latest commit. (coq-equations): Update to 1.2-beta2. Julien Lepiller2019-05-04
* doc: Use HTTPS URLs.•••* doc/guix.texi: Use HTTPS where possible. Marius Bakke2019-05-04
* gnu: ocaml-menhir: Update to 20181113.•••* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20181113. Signed-off-by: Julien Lepiller <julien@lepiller.eu> gabrielhdt2019-05-03
* gnu: Add python-django-extensions.•••* gnu/packages/django.scm (python-django-extensions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sam2019-05-03
* gnu: Add python-django-taggit.•••* gnu/packages/django.scm (python-django-taggit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sam2019-05-03
* nls: Update da translations.Ludovic Courtès2019-05-03
* shepherd: Include /etc/localtime in service containers.•••Fixes a bug whereby Tor (for example) would emit syslog messages with a UTC timestamp instead of local time. * gnu/build/shepherd.scm (default-mounts): Add /etc/localtime to MAPPINGS. Ludovic Courtès2019-05-03
* gnu: tor: Update to 0.4.0.5.•••* gnu/packages/tor.scm (tor): Update to 0.4.0.5. Tobias Geerinckx-Rice2019-05-03
* gnu: Add python-css-parser, python2-css-parser.•••* gnu/packages/python-web.scm (python-css-parser, python2-css-parser): New variables. Signed-off-by: Andreas Enge <andreas@enge.fr> Brendan Tildesley2019-05-03
* gnu: web: Change 'l:' prefix to 'license:'.•••* gnu/packages/web.scm: Change #:prefix l: to #:prefix license:. Signed-off-by: Andreas Enge <andreas@enge.fr> Brendan Tildesley2019-05-03
* installer: Do not sort the guided partition schemes in the selection page.•••Previously, the "Everything is one partition" entry would come first in English but it would be second in French. This change keeps it the first choice regardless of the language. * gnu/installer/newt/partition.scm (run-scheme-page): Pass #:sort-listbox-items? to 'run-scheme-page'. Ludovic Courtès2019-05-03
* installer: Ensure 'packages' field is a superset of '%base-packages'.•••Fixes <https://bugs.gnu.org/35541>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/installer/services.scm (system-services->configuration): Generate a snippet that appends PACKAGES to %BASE-PACKAGES. Ludovic Courtès2019-05-03
* Correct email address for ison.•••* .mailmap, gnu/packages/lxde.scm: Update email address. Signed-off-by: Andreas Enge <andreas@enge.fr> ison2019-05-03
* gnu: r-cluster: Update to 2.0.9.•••* gnu/packages/statistics.scm (r-cluster): Update to 2.0.9. [inputs]: Move gfortran from here... [native-inputs]: ...to here. Ricardo Wurmus2019-05-03
* gnu: r-irkernel: Update to 1.0.1.•••* gnu/packages/cran.scm (r-irkernel): Update to 1.0.1. Ricardo Wurmus2019-05-03
* gnu: r-ouch: Update to 2.14-1.•••* gnu/packages/cran.scm (r-ouch): Update to 2.14-1. Ricardo Wurmus2019-05-03
* gnu: r-fs: Update to 1.3.0.•••* gnu/packages/cran.scm (r-fs): Update to 1.3.0. Ricardo Wurmus2019-05-03
* gnu: linux-libre: Update to 5.0.11.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.11. (%linux-libre-hash): Update hash. Mark H Weaver2019-05-02
* gnu: linux-libre@4.19: Update to 4.19.38.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.38. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-05-02
* gnu: linux-libre@4.14: Update to 4.14.115.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.115. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-05-02
* gnu: linux-libre@4.9: Update to 4.9.172.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.172. Mark H Weaver2019-05-02
* gnu: pluma: Use older version of gtksourceview.•••Reported by L p R n d n <guix@lprndn.info>. Fixes <https://bugs.gnu.org/35535>. * gnu/packages/mate.scm (pluma)[inputs]: Replace gtksourceview with gtksourceview-3. Ricardo Wurmus2019-05-02
* gnu: mate-applets: Use older version of gtksourceview.•••Reported by L p R n d n <guix@lprndn.info>. * gnu/packages/mate.scm (mate-applets)[inputs]: Replace gtksourceview with gtksourceview-3. Ricardo Wurmus2019-05-02
* gnu: le-certs: Update hashes.•••They added the 3 missing '^M' to all pem certs. * gnu/packages/certs.scm (le-certs)[inputs]: Update the hashes of isrgrootx1.pem, letsencryptauthorityx3.pem, letsencryptauthorityx4.pem. 宋文武2019-05-02
* Merge branch 'version-1.0.0'Ludovic Courtès2019-05-02
|\
| * guix-install.sh: Update URL.•••* etc/guix-install.sh (GNU_URL): Change to ftp.gnu.org. Ludovic Courtès2019-05-02
| * vm: Build ISOs and VM images in a UTF-8 environment.•••Fixes a bug whereby building an image containing non-ASCII file names would fail due to improper decoding of file names. * gnu/system/vm.scm (iso9660-image, qemu-image): Set GUIX_LOCPATH and call 'setlocale' in the build environment. Ludovic Courtès2019-05-01
| * gnu: guix: Update to 326dcbf.Ludovic Courtès2019-05-01
| * gnu: guix: Update to 1.0.0.Ludovic Courtès2019-05-01
| * Update NEWS.Ludovic Courtès2019-05-01
| * nls: Revert latest guix-manual.zh_CN changes.•••This reverts d3619b296fd1db6441e09bb51b55a4264b9fd0ed for po/doc/guix-manual.zh_CN.po, which contained duplicate node names and other errors. Ludovic Courtès2019-05-01
| * nls: Fix cross-reference syntax error in 'guix-manual.es.po'.•••* po/doc/guix-manual.es.po: Replace "@pref" with "@pxref". Ludovic Courtès2019-05-01
| * build: Change default substitute server to "ci.guix.gnu.org".•••* config-daemon.ac: Replace "ci.guix.info" with "ci.guix.gnu.org". * doc/guix.texi (SUBSTITUTE-SERVER): Likewise. * etc/substitutes/ci.guix.gnu.org.pub: New file. * Makefile.am (dist_pkgdata_DATA): Add it. * guix/scripts/build.scm (%default-log-urls): Update. * guix/scripts/substitute.scm (%default-substitute-urls): Likewise. * guix/store.scm (%default-substitute-urls): Likewise. * guix/self.scm (miscellaneous-files): Add "ci.guix.gnu.org". Ludovic Courtès2019-05-01
| * nls: Update translations for de and fr.Ludovic Courtès2019-05-01
| * nls: Update manual translations for de, es, fr, and zh_CN.Ludovic Courtès2019-05-01
| * vm-image: Add 'label' field.•••* gnu/system/examples/vm-image.tmpl (label): New field. Ludovic Courtès2019-05-01
| * gnu: u-boot-tools: Only run full test suite on x86_64.•••* gnu/packages/bootloaders (u-boot-tools)[arguments]<#:phases>[check]: Modify phase. [check-x86]: New phase. [patch]: New phase. Vagrant Cascadian2019-04-30
| * gnu: gexiv2: Skip failing test on 32-bit platforms.•••* gnu/packages/gnome.scm (gexiv2)[arguments]: New field. Ludovic Courtès2019-04-30
| * build: 'guix-manual.*.po' no longer depends on 'guix-manual.pot'.•••That dependency was causing a failure when building from a fresh checkout since commit d60225d5caabfb6409e3277c0512cd4c0fa63d72 because 'guix-manual.pot' was no longer around and there's no rule to make it. This commit replaces the 'guix-manual.%.po' target by a phony target, 'doc-po-update-%', without any dependency. * po/doc/local.mk ($(srcdir)/po/doc/guix-manual.%.po): Rename to... (doc-po-update-%): ... this. Remove dependencies. Change how 'lang' is computed; compute $output and $input, and replace occurrences of $@ and $< with those. (doc-po-update): Adjust accordingly. Ludovic Courtès2019-04-30
| * gnu: libplist: Run tests sequentially.•••Fixes <https://bugs.gnu.org/35501>. Reported by Brendan Tildesley <mail@brendan.scot>. * gnu/packages/libusb.scm (libplist)[arguments]: New field. Ludovic Courtès2019-04-30
| * gnu: Add i3lock.•••* gnu/packages/wm.scm (i3lock): New public variable. (cherry picked from commit b6afc350514ae5016adc6ca70f7be72aa3ecb2d2) Marius Bakke2019-04-30
| * services: colord: Make public and searchable.•••* gnu/services/desktop.scm (colord-service-type): Make public. [description]: New field. Ludovic Courtès2019-04-30
| * services: bluetooth: Make public and searchable.•••Until now 'guix system search bluetooth' would turn up nothing. * gnu/services/desktop.scm (bluetooth-service-type) (bluetooth-configuration): Make public. (bluetooth-service-type)[description]: New field. Ludovic Courtès2019-04-30
| * Revert "maint: 'release' clears gettext-induced changes in doc/."•••This reverts commit 24963c13075b07db0c4e6005df9cde3bb51b2e32. This change had become unnecessary since 9ca5ff882e2ac4eaab02eb0fde545bd784af478b. Ludovic Courtès2019-04-30
| * nls: Remove 'guix-manual.pot'.•••This file was inadvertently committed in commit 39764ef893b7b65a8ce55e13746fed8fd0bad6e0. * po/doc/guix-manual.pot: Remove. Ludovic Courtès2019-04-30
| * gnu: Rename some games to match upstream project name.•••* gnu/packages/games.scm (armagetronad): (cataclysm-dda): (abbaye): (wesnoth): (wesnoth-server): (starfighter): (kiki): (fillets-ng): (crawl): (crawl-tiles): (tome4): (btanks): (battle-tanks): (edgar): Use these as the package definition. (armagetron-advanced): (cataclysm-dark-days-ahead): (l-abbaye-des-morts): (the-battle-for-wesnoth): (the-battle-for-wesnoth-server): (project-starfighter): (kiki-the-nano-bot): (fish-fillets-ng): (dungeon-crawl-stone-soup): (dungeon-crawl-stone-soup-tiles): (tales-of-maj-eyal): (the-legend-of-edgar): Turn these into obsolete aliases. This reverts renames made by the following commits: f95e33a7ad9afe3f5087b4d8c80731d731b08839 b1aee9fce2d4177dc0eb41c8509d50a131a19655 f6a21d61deecc37f8c900f2d2acf01475b917d10 24a67aef2ae0f40f1b4af235f5fc054881dc4db1 36a0b5b48c8f14e2ac5707dd6dfea99ee2304873 8b6e2bc15f0cbbe325f45fff9a7b5d3df143ca53 6639295f2f24ca8334d6b4d9d9cb63bd13388537 184f5c8db199adbc91b4b108c1bf89e3727f0bce ecdb1348ad9992f7d98ea5b1b5b6bc0bafc9b79c 375cb94130b222535ad7c7e0fa0d212483407351 c91ed484d0b66d5639ba01f9ba301ff762d9170d 973bd8a62c13bc5b2ca08585c367589d8c7197fe df42e0f9c9e6a85803d2709d195a8eb29ec7ee5f Nicolas Goaziou2019-04-30
| * build: 'assert-no-store-file-names' no longer depends on ChangeLog.•••This reverts commit dfd248648f59af374bf2c74403f0e561464f6afe, which effectively disabled 'ChangeLog' generation. * Makefile.am (dist-hook): Depend on 'gen-ChangeLog', not '$(distdir)/ChangeLog'. (gen-ChangeLog): Remove dependency. Use "ChangeLog.tmp" as the temporary file name. (assert-no-store-file-names): Remove dependency. Exclude ChangeLog*. Ludovic Courtès2019-04-30
| * gnu: i3-wm: Use absolute paths in session files.•••* gnu/packages/wm.scm (i3-wm)[arguments]: Add a phase to patch the session '.desktop' files to use the absolute paths of the 'i3' and 'i3-with-shmlog' binaries. Timothy Sample2019-04-29
| * gnu: awesome: Use absolute paths in session file.•••* gnu/packages/wm.scm (awesome)[arguments]: Add a phase to patch the session '.desktop' file to use the absolute path of the 'awesome' binary. Timothy Sample2019-04-29