summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: 'check-available-binaries' checks for more packages.•••Fixes <https://bugs.gnu.org/35539>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * build-aux/check-available-binaries.scm (packages-for-system): New procedure. <top level>: Use it. Ludovic Courtès2019-05-161-2/+22
* gnu: js-mathjax: Avoid "Too many open files" error while building.•••* gnu/packages/javascript.scm (js-mathjax)[arguments]: Add call to 'close-pipe'. Previously builds would sometimes fail with EMFILE (this was non-deterministic as it depends on GC activity.) Ludovic Courtès2019-05-161-1/+5
* vm-image: Remove ModemManager.•••This is a followup to 36f5d78d4af02ad23c33bfb46702d92086bf2796. * gnu/system/examples/vm-image.tmpl (services): Remove MODEM-MANAGER-SERVICE-TYPE. Ludovic Courtès2019-05-161-3/+4
* vm-image: Remove 'network-manager-applet' from system profile.•••This is a followup to 05d907ac6fc6e139389a91ab5540c0dc573a8ce7. * gnu/system/examples/vm-image.tmpl (services): Remove 'network-manager-applet'. Ludovic Courtès2019-05-161-4/+7
* gnu: custom-gcc: Unhide resulting package.•••This is a follow-up to commit d78010b81ee6ef4fd8803082e2f401b9e55b44db. While the plain "gcc" packages should be hidden by default, gcc-derived packages like "gfortran" should not. * gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? property. Ricardo Wurmus2019-05-161-1/+2
* gnu: star: Update to 2.7.1a.•••* gnu/packages/bioinformatics.scm (star): Update to 2.7.1a. Ricardo Wurmus2019-05-161-2/+2
* gnu: network-manager-applet: Patch libnma for modem support.•••* gnu/packages/gnome.scm (network-manager-applet): Patch libnma to load iso-codes and mobile-broadband-provider-info from the store and not require them in the profile. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Florian Pelz2019-05-161-2/+21
* guix system: Type-check the file or expression.•••Previously, users would get a wrong-type-arg exception down the road with an intimidating backtrace. * guix/scripts/system.scm (process-action)[ensure-operating-system]: New procedure. Use it. Ludovic Courtès2019-05-161-11/+19
* gnu: grammalecte: Update to 1.1.•••* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1. Nicolas Goaziou2019-05-161-2/+2
* gnu: loksh: Update to 6.5.•••* gnu/packages/shells.scm (loksh): Update to 6.5. Tobias Geerinckx-Rice2019-05-161-3/+3
* gnu: cssc: Update to 1.4.1.•••* gnu/packages/version-control.scm (cssc): Update to 1.4.1. Tobias Geerinckx-Rice2019-05-161-2/+2
* gnu: git-lfs: Update to 2.7.2.•••* gnu/packages/version-control.scm (git-lfs): Update to 2.7.2. Tobias Geerinckx-Rice2019-05-161-2/+2
* gnu: ndctl: Update to 65.•••* gnu/packages/disk.scm (ndctl): Update to 65. Tobias Geerinckx-Rice2019-05-161-2/+2
* gnu: linux-libre: Update to 5.1.2.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.2. (%linux-libre-hash): Update hash. Mark H Weaver2019-05-151-2/+2
* gnu: linux-libre@4.19: Update to 4.19.43.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.43. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-05-151-2/+2
* gnu: linux-libre@4.14: Update to 4.14.119.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.119. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-05-151-2/+2
* gnu: linux-libre@4.9: Update to 4.9.176.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.176. Mark H Weaver2019-05-151-2/+2
* gnu: python-jedi: Update to 0.13.3.•••* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.3. (python2-jedi): Enable tests. Maxim Cournoyer2019-05-151-4/+8
* gnu: elixir: Update to 1.8.2.•••* gnu/packages/elixir.scm (elixir): Update to 1.8.2. Tobias Geerinckx-Rice2019-05-151-3/+3
* gnu: perl-data-page: Update to 2.03.•••* gnu/packages/perl.scm (perl-data-page): Update to 2.03. Tobias Geerinckx-Rice2019-05-151-4/+3
* gnu: perl-text-csv: Update to 2.00.•••* gnu/packages/perl.scm (perl-text-csv): Update to 2.00. Tobias Geerinckx-Rice2019-05-151-2/+2
* gnu: ubridge: Don't use unstable tarball.•••* gnu/packages/networking.scm (ubridge)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2019-05-151-10/+11
* gnu: ubridge: Update to 0.9.15.•••* gnu/packages/networking.scm (ubridge): Update to 0.9.15. Tobias Geerinckx-Rice2019-05-151-2/+2
* gnu: perl-time-duration: Update to 1.21.•••* gnu/packages/perl.scm (perl-time-duration): Update to 1.21. Tobias Geerinckx-Rice2019-05-151-4/+3
* gnu: python-django-rq: Update to 1.3.1.•••* gnu/packages/django.scm (python-django-rq): Update to 1.3.1. Tobias Geerinckx-Rice2019-05-151-2/+2
* vm: 'system-docker-image' provides an entry point.•••This simplifies use of images created with 'guix system docker-image'. * gnu/system/vm.scm (system-docker-image)[boot-program]: New variable. [os]: Add it to the GC roots. [build]: Pass #:entry-point to 'build-docker-image'. * gnu/tests/docker.scm (run-docker-system-test): New procedure. (%test-docker-system): New variable. * doc/guix.texi (Invoking guix system): Remove GUIX_NEW_SYSTEM hack and '--entrypoint' from the example. Mention 'docker create', 'docker start', and 'docker exec'. Ludovic Courtès2019-05-153-9/+145
* docker: 'build-docker-image' accepts an optional #:entry-point.•••* guix/docker.scm (config): Add #:entry-point and honor it. (build-docker-image): Likewise. Ludovic Courtès2019-05-151-4/+11
* system: Add 'operating-system-with-gc-roots'.•••* gnu/tests/install.scm (operating-system-with-gc-roots): Move to... * gnu/system.scm (operating-system-with-gc-roots): ... here. New procedure. Ludovic Courtès2019-05-152-11/+12
* linux-container: Compute essential services for THIS-OPERATING-SYSTEM.•••Previously, the 'essential-services' would correspond to the initial, non-containerized OS. Thus, all the file systems removed in 'container-essential-services' would actually still be there because the essential services would be computed on the non-containerized OS. This is a followup to 69cae3d3356a69b7fe69481338f760545995485e. * gnu/system/linux-container.scm (container-essential-services): Call 'operating-system-default-essential-services' to get the baseline services. (containerized-operating-system): Pass THIS-OPERATING-SYSTEM, not OS, to 'container-essential-services'. Add a dummy root file system to 'file-systems'. (container-script)[mountable-file-system?]: New procedure. Use it. Ludovic Courtès2019-05-151-4/+17
* linux-container: Do not add %CONTAINER-FILE-SYSTEMS to Docker image OSes.•••Previously, 'guix system docker-image' would end up providing an OS that would try to mount all of %CONTAINER-FILE-SYSTEMS as well as /gnu/store, which is bound to fail in unprivileged Docker. This patch makes it so that 'guix system container' still gets those file systems, but 'guix system docker-image' doesn't. * gnu/system/linux-container.scm (containerized-operating-system): Add #:extra-file-systems parameter and honor it. Do not include %STORE-MAPPING and SHARED-NETWORK-FILE-MAPPINGS. (container-script): Add %STORE-MAPPING and optionally NETWORK-MAPPINGS to MAPPINGS and pass #:extra-file-systems. Ludovic Courtès2019-05-151-24/+23
* nls: Update 'zh_CN' translation.Ludovic Courtès2019-05-151-8904/+9271
* doc: Mention ModemManager.•••* doc/guix.texi (Desktop Services): Mention ModemManager here. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Florian Pelz2019-05-151-8/+9
* installer: Rename 'auto-partition' to 'auto-partition!'.•••This is a followup to 7d567af46b4e10ffafb1d0f76b524f5781460598. * gnu/installer/parted.scm (create-adjacent-partitions): Rename to... (create-adjacent-partitions!): ... this. Make private. (auto-partition): Rename to... (auto-partition!): ... this. * gnu/installer/newt/partition.scm (run-partioning-page): Adjust accordingly. Ludovic Courtès2019-05-152-12/+11
* gnu: Add python-pylzma.•••* gnu/packages/python-xyz.scm (python-pylzma): New variable. (python2-pylzma): New variable. Danny Milosavljevic2019-05-151-0/+21
* tests: Skip unreliable "herd invalidate nscd" test.•••* gnu/tests/base.scm (run-basic-test)["nscd invalidate action, wrong table"]: Skip unconditionally. Ludovic Courtès2019-05-152-2/+5
* tests: 'getlogin' test creates its file atomically.•••Previously we could end up reading an empty /root/login-id file. * gnu/tests/base.scm (run-basic-test)["getlogin on tty1"]: Create /root/login-id atomically. Ludovic Courtès2019-05-151-1/+3
* marionette: Add braces to the keystrokes.•••* gnu/build/marionette.scm (%qwerty-us-keystrokes): Add braces. Ludovic Courtès2019-05-151-1/+3
* installer: Mount ESP once only.•••Fixes <https://bugs.gnu.org/35731>. * gnu/installer/newt/partition.scm (run-partioning-page)[run-page]: Introduce 'initial-partitions' variable. Previously we'd call 'disk-partitions' after 'auto-partition' had done its job of creating new partitions, and thus its result would contain the just-created partitions. Consequently, 'create-special-user-partitions' would return the ESP partition we just created, and thus it would appear twice in the list. Ludovic Courtès2019-05-151-1/+2
* services: Include ModemManager in %desktop-services.•••* gnu/services/desktop.scm (%desktop-services): Add modem-manager-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Florian Pelz2019-05-151-0/+1
* import: github: Sort releases before picking the latest one.•••* guix/import/github.scm (latest-released-version): Sort releases before picking the first one as the latest. Arun Isaac2019-05-151-4/+7
* import: github: Improve readability.•••* guix/import/github.scm (latest-released-version)[release->version]: Separate out release->version as a new function. Arun Isaac2019-05-151-26/+27
* gnu: Update copyright line.•••* gnu/services/monitoring.scm: Update copyright line. Gábor Boskovits2019-05-151-1/+1
* installer: Increase backtrace verbosity.•••* gnu/installer.scm (installer-program): Set terminal-width to 200 to make guile backtraces more verbose. Mathieu Othacehe2019-05-151-0/+7
* gnu: Remove python2-httpretty.•••This package is severely out of date compared to its Python 3 counterpart and difficult to upgrade. Since it has no dependents in Guix and Python 2 is officially deprecated by the end of this year, just remove it. * gnu/packages/web.scm (python2-httpretty): Remove variable. Marius Bakke2019-05-151-49/+0
* gnu: vigra, notmuch: Use the Python3 Sphinx variant.•••* gnu/packages/image.scm (vigra)[native-inputs]: Change PYTHON2-SPHINX to PYTHON-SPHINX. * gnu/packages/mail.scm (notmuch)[native-inputs]: Likewise. Marius Bakke2019-05-152-2/+2
* gnu: tbb: Add a source file name.•••* gnu/packages/tbb.scm (tbb)[source](file-name): New field. Marius Bakke2019-05-151-0/+1
* gnu: tbb: Update to 2019_U6.•••* gnu/packages/tbb.scm (tbb): Update to 2019_U6. Marius Bakke2019-05-151-2/+2
* gnu: samba: Update to 4.10.3.•••* gnu/packages/samba.scm (samba): Update to 4.10.3. Marius Bakke2019-05-151-2/+2
* gnu: oniguruma: Update to 6.9.2.•••* gnu/packages/textutils.scm (oniguruma): Update to 6.9.2. Marius Bakke2019-05-151-2/+2
* gnu: Add ocaml-odoc.•••* gnu/packages/ocaml.scm (ocaml-odoc): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> gabrielhdt2019-05-141-0/+40