summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-30gnu: 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ès
2019-04-30gnu: Add i3lock....* gnu/packages/wm.scm (i3lock): New public variable. (cherry picked from commit b6afc350514ae5016adc6ca70f7be72aa3ecb2d2) Marius Bakke
2019-04-30gnu: youtube-dl: Update to 2019.04.30....* gnu/packages/video.scm (youtube-dl): Update to 2019.04.30. Tobias Geerinckx-Rice
2019-04-30guix: Fix another typo in another docstring....* guix/build/clojure-utils.scm (include-list\exclude-list)<docstring>: Fix typo. Tobias Geerinckx-Rice
2019-04-30guix: Fix typo in docstring....* guix/build/syscalls.scm (device-in-use?)<docstring>: Fix typo. Tobias Geerinckx-Rice
2019-04-30gnu: ruby-rest-client: Fix lost ,s....* gnu/packages/ruby.scm (ruby-rest-client)[native-inputs]: Move unquotes to their operands. Tobias Geerinckx-Rice
2019-04-30gnu: maven: Update to 3.6.1....* gnu/packages/maven.scm (maven-artifact): Update to 3.6.1. Julien Lepiller
2019-04-30gnu: java-plexus-archiver: Update to 4.1.0....* gnu/packages/java.scm (java-plexus-archiver): Update to 4.1.0. Julien Lepiller
2019-04-30gnu: java-plexus-utils: Update to 3.2.0....* gnu/packages/java.scm (java-plexus-utils): Update to 3.2.0. Julien Lepiller
2019-04-30services: colord: Make public and searchable....* gnu/services/desktop.scm (colord-service-type): Make public. [description]: New field. Ludovic Courtès
2019-04-30services: 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ès
2019-04-30Revert "maint: 'release' clears gettext-induced changes in doc/."...This reverts commit 24963c13075b07db0c4e6005df9cde3bb51b2e32. This change had become unnecessary since 9ca5ff882e2ac4eaab02eb0fde545bd784af478b. Ludovic Courtès
2019-04-30nls: Remove 'guix-manual.pot'....This file was inadvertently committed in commit 39764ef893b7b65a8ce55e13746fed8fd0bad6e0. * po/doc/guix-manual.pot: Remove. Ludovic Courtès
2019-04-30gnu: 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 Goaziou
2019-04-30build: '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ès
2019-04-30gnu: ocaml-camomile: Install data in the store....* gnu/packages/ocaml.scm (ocaml-camomile)[arguments]: Fix configuration to look for and install data in the store. Julien Lepiller
2019-04-29gnu: 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 Sample
2019-04-29gnu: 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 Sample
2019-04-29gnu: gdm: Avoid selecting the placeholder session....This fixes <https://bugs.gnu.org/35484>. * gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to patch GDM to only select the placeholder session if there are no others. Timothy Sample
2019-04-29gnu: 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 Sample
2019-04-29gnu: 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 Sample
2019-04-29gnu: gdm: Avoid selecting the placeholder session....This fixes <https://bugs.gnu.org/35484>. * gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to patch GDM to only select the placeholder session if there are no others. Timothy Sample
2019-04-30gnu: 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 Goaziou
2019-04-30gnu: r-rcpparmadillo: Update to 0.9.400.2.0....* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.400.2.0. Ricardo Wurmus
2019-04-30gnu: r-repr: Update to 1.0.0....* gnu/packages/cran.scm (r-repr): Update to 1.0.0. [propagated-inputs]: Add r-pillar. Ricardo Wurmus
2019-04-30gnu: r-ipred: Update to 0.9-9....* gnu/packages/cran.scm (r-ipred): Update to 0.9-9. Ricardo Wurmus
2019-04-29maint: Mark 'doc-pot-update' and 'doc-po-update' as phony....* po/doc/local.mk (doc-pot-update, doc-pot-update): Mark as phony. Ludovic Courtès
2019-04-29vm: Pass -smp to QEMU to allow use of multiple cores....* gnu/build/vm.scm (load-in-linux-vm): Pass (parallel-job-count) to QEMU with -smp to allow using multiple cores. Christopher Baines
2019-04-29tests: Adjust wildcard when testing OS examples....* tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching backup files, etc. Ludovic Courtès
2019-04-29processes: Gracefully handle daemons without clients....Fixes <https://bugs.gnu.org/34716>. Reported by Mark H Weaver <mhw@netris.org>. The problem could be reproduced by running, on one hand: sh -c 'exec -a guix-daemon sleep 777' and on the other hand: guix processes If there is no process with PID 777, 'guix processes' would barf as it stumbles upon a <daemon-session> record whose client is #f. * guix/scripts/processes.scm (daemon-sessions)[child-process->session]: New procedure, with lambda formerly passed to 'map'. Handle #f returns from 'lookup-process'. Call 'child-process->session' within 'filter-map', not just 'map'. Ludovic Courtès
2019-04-29processes: 'process-open-files' ignores disappeared /proc/PID/fd entries....Previously, 'process-open-files' would throw ENOENT if an entry had vanished after the 'scandir' call and before the 'readlink' call. * guix/scripts/processes.scm (process-open-files): Catch ENOENT errors from 'readlink'. Ludovic Courtès
2019-04-29gnu: Add i3lock....* gnu/packages/wm.scm (i3lock): New public variable. Marius Bakke
2019-04-29gnu: kodi: Update to 18.2....* gnu/packages/kodi.scm (kodi): Update to 18.2. * gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: Adjust for upstream changes. Marius Bakke
2019-04-29gnu: msmtp: Update to 1.8.4....* gnu/packages/mail.scm (msmtp): Update to 1.8.4. Marius Bakke
2019-04-29gnu: elogind: Update to 241.3....* gnu/packages/freedesktop.scm (elogind): Update to 241.3. Marius Bakke
2019-04-29gnu: ftgl: Don't build libftgl.a....* gnu/packages/gl.scm (ftgl)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke
2019-04-29gnu: qemu: Build verbosely....* gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase 'make-gtester-verbose' in favor of #:make-flags. Marius Bakke
2019-04-29gnu: Remove scmutils....Fixes <https://bugs.gnu.org/34203>. * gnu/packages/scheme.scm (scmutils): Remove variable. Ricardo Wurmus
2019-04-29gnu: ocaml-yojson: Update to 1.7.0....* gnu/packages/ocaml.scm (ocaml-yojson): Update to 1.7.0. (ocaml-merlin): Use jbuild to prevent a build failure due to a deprecation warning. Julien Lepiller
2019-04-29gnu: Add missing module in games.scm.Nicolas Goaziou
2019-04-29gnu: Add missing modules in games.scm.Nicolas Goaziou
2019-04-29gnu: Add hedgewars....* gnu/packages/games.scm (hedgewars): New variable. Nicolas Goaziou
2019-04-29gnu: Add jumpnbump....* gnu/packages/games.scm (jumpnbump): New variable. Nicolas Goaziou
2019-04-29gnu: Add sdl2-net....* gnu/packages/sdl.scm (sdl2-net): New variable. Nicolas Goaziou
2019-04-29gnu: u-boot: Update to 2019.04....* gnu/packages/bootloaders.scm (u-boot): Update to 2019.04. [source]: Add patch. (u-boot-novena): Update dynamic patch to handle config key rename. (u-boot-am335x-evm): New variable. (u-boot-am335x-boneblack): Build with modified am335x-evm config. (u-boot-novena): Fix typo in description. * gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Use u-boot-am335x-boneblack. * gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Vagrant Cascadian
2019-04-29guix package: Add 'guix search' alias....* guix/scripts/search.scm: New file. * Makefile.am (MODULES): Add it. * po/guix/POTFILES.in: Add it. * tests/guix-package-aliases.sh: Add test. * doc/guix.texi (Invoking guix package): Document it and use it in a couple of examples. Ludovic Courtès
2019-04-29file-systems: Support the 'no-atime' flag....* guix/build/syscalls.scm (MS_NOATIME): New variable. * gnu/build/file-systems.scm (mount-flags->bit-mask): Support it. * doc/guix.texi (File Systems): Document it and add cross-references to the relevant documentation. Co-authored-by: Ludovic Courtès <ludo@gnu.org> rendaw
2019-04-29Update NEWS.Ludovic Courtès
2019-04-29doc: Remove traces of "Guix System Distribution"....* doc/guix.texi (Invoking guix package) (Official Substitute Server, System Configuration): Replace "the Guix System Distribution" by "Guix System". Ludovic Courtès
2019-04-29doc: Add 'SUBSTITUTE-URL' variable....* doc/guix.texi (SUBSTITUTE-SERVER): New variable. (Invoking guix weather): Use it. Ludovic Courtès