summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add ocaml-tyxml.gabrielhdt2019-05-14
| | | | | | * gnu/packages/ocaml.scm (ocaml-tyxml): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-markup.gabrielhdt2019-05-14
| | | | | | * gnu/packages/ocaml.scm (ocaml-markup): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: python-requests-oauthlib: Fix building.Julien Lepiller2019-05-14
| | | | | * gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]: Add python-pyjwt for tests.
* gnu: certbot, python-acme: Update to 0.34.2.Leo Famulari2019-05-14
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.34.2.
* gnu: ocaml-base64: Update to 3.2.0.Julien Lepiller2019-05-14
| | | | | | | | | * gnu/packages/ocaml.scm (ocaml-base64): Update to 3.2.0. [origin]: Use git-fetch. (ocaml-piqilib)[origin]: Add a patch to fix building with new versions of ocaml-base64. * gnu/packages/patches/ocaml-piqilib-Update-base64.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: ocaml-tsdl: Update to 0.9.6.Julien Lepiller2019-05-14
| | | | * gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6.
* gnu: ocaml-ocb-stubblr: Fix build failures using it.Julien Lepiller2019-05-14
| | | | | * gnu/packages/ocaml.scm (ocaml-ocb-stubblr)[arguments]: Add a phase to fix guix-specific issues.
* gnu: ocaml-sqlite3: Update to 4.4.1.Julien Lepiller2019-05-14
| | | | | * gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 4.4.1. [origin]: Use git-fetch.
* gnu: dune: Update to 1.9.3.Julien Lepiller2019-05-14
| | | | * gnu/packages/ocaml.scm (dune): Update to 1.9.3.
* installer: Add fat16.Danny Milosavljevic2019-05-14
| | | | * gnu/installer/newt/partition.scm (run-fs-type-page): Add fat16.
* installer: Add btrfs-progs to PATH.Danny Milosavljevic2019-05-14
| | | | * gnu/installer.scm (installer-program): Add btrfs-progs to PATH.
* installer: Reflow run-file-textbox-page text.Mathieu Othacehe2019-05-14
| | | | | | * gnu/installer/newt/page.scm (run-file-textbox-page): Reflow text. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* installer: Fix docstring.Danny Milosavljevic2019-05-14
| | | | * gnu/installer/parted.scm (create-fat32-file-system): Fix docstring.
* installer: Add fat16.Danny Milosavljevic2019-05-14
| | | | | | | * gnu/installer/parted.scm (user-fs-type-name): Add fat16. (user-fs-type->mount-type): Add fat16. (create-fat16-file-system): New procedure. (format-user-partitions): Use it.
* gnu: Add ataqv.Ricardo Wurmus2019-05-14
| | | | * gnu/packages/bioinformatics.scm (ataqv): New variable.
* gnu: burp: Update to 2.3.6.Björn Höfling2019-05-14
| | | | * gnu/packages/backup.scm (burp): Update to 2.3.6.
* gnu: anthy: Update source URI.Björn Höfling2019-05-14
| | | | * gnu/packages/anthy (anthy)[source]: Update URI.
* gnu: jnettop: Use archived source and homepage.Björn Höfling2019-05-14
| | | | | * gnu/packages/admin.scm (jnettop)[source,home-page]: Use archive.org mirror.
* gnu: xdot: Update to 1.1.Björn Höfling2019-05-14
| | | | * gnu/packages/graphviz.scm (xdot): Update to 1.1.
* gnu: font-hermit: Download as 'url-fetch/tarbomb'.Efraim Flashner2019-05-14
| | | | | | * gnu/packages/fonts.scm (font-hermit)[source]: Use 'url-fetch/tarbomb' method. [arguments]: Remove custom phases.
* guix build: Gracefully handle invalid '--with-git-url' specs.Ludovic Courtès2019-05-14
| | | | | * guix/scripts/build.scm (transform-package-source-git-url): Add case for when 'string-split' does not return exactly two elements.
* gnu: Add emacs-evil-cleverparensLaFreniere, Joseph2019-05-14
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* installer: Allow for arbitrary long passphrases and passwords.Ludovic Courtès2019-05-14
| | | | | | | | | | Fixes <https://bugs.gnu.org/35716>. Reported by sirmacik <sirmacik@wioo.waw.pl>. * gnu/installer/newt/page.scm (run-input-page): Add FLAG-SCROLL to INPUT-FLAGS*. * gnu/installer/newt/user.scm (run-user-add-page): Add FLAG-SCROLL to ENTRY-PASSWORD.
* gnu: Add font-hermitZzull2019-05-14
| | | | | | * gnu/packages/fonts.scm (font-hermit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: munge: Pass '--localstatedir=/var'.Ludovic Courtès2019-05-14
| | | | | | | | | | Previously, Munge users such as Slurm would fail with: squeue: error: Munge encode failed: Failed to access "/gnu/store/…-munge-0.5.13/var/run/munge/munge.socket.2": No such file or directory squeue: error: authentication: Socket communication error * gnu/packages/admin.scm (munge)[source](modules, snippet): New fields. [arguments]: New field.
* services: Add 'network-manager-applet' to %DESKTOP-SERVICES.Ludovic Courtès2019-05-14
| | | | | | | | Fixes <https://bugs.gnu.org/35554>. Reported by Calle Kabo <calle@kabo.nu>. * gnu/services/desktop.scm (%desktop-services): Add 'network-manager-applet' service.
* gnu: hdf5: Add dependency on Perl.Ludovic Courtès2019-05-14
| | | | * gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
* gnu: hdf5: Build a thread-safe library.Ludovic Courtès2019-05-14
| | | | | * gnu/packages/maths.scm (hdf5)[arguments]: Pass "--enable-threadsafe --with-pthread --enable-unsupported".
* gnu: uncrustify: Update to 0.69.0.Pierre Neidhardt2019-05-14
| | | | * gnu/packages/code.scm (uncrustify): Update to 0.69.0.
* vm: Auto-detect if inputs should be registered.Maxim Cournoyer2019-05-13
| | | | | | | | | | | | | | | | | | | | | The default value of the argument REGISTER-CLOSURE? of the ISO9660-IMAGE, QEMU-IMAGE and SYSTEM-DOCKER-IMAGE procedures can be computed automatically, since the operating-system definition is available in its context. When the operating-system definition does not contain the GUIX-SERVICE-TYPE, do not register the closure in the database of Guix, as it takes time and doesn't serve a purpose. * gnu/system/vm.scm (has-guix-service-type): Add predicate. (iso9660-image)[register-closures?]: Use it to compute the argument's default value. (qemu-image)[register-closures?]: Likewise, and update docstring. (system-docker-image)[register-closures?]: Likewise. (system-disk-image): Do not explicit a value for the REGISTER-CLOSURES? argument of the ISO9660-IMAGE and QEMU-IMAGE procedure calls, so that its default value is used instead. * guix/scripts/system.scm (system-derivation-for-action): Do not explicit a value for the REGISTER-CLOSURES? argument of the SYSTEM-DOCKER-IMAGE procedure call, so that its default value is used instead.
* gnu: cqfd: Update to 5.1.0.Maxim Cournoyer2019-05-13
| | | | | * gnu/packages/docker.scm (cqfd): Update to 5.1.0. [description]: Fix typo.
* installer: Create btrfs file system.Danny Milosavljevic2019-05-14
| | | | | | | Fixes <https://bugs.gnu.org/35655>. * gnu/installer/parted.scm (create-btrfs-file-system): New procedure. (format-user-partitions): Use it.
* Set 'LC_ALL=en_US.utf8' in systemd '.service' files.Ludovic Courtès2019-05-13
| | | | | | | | Fixes <https://bugs.gnu.org/35671>. * etc/guix-daemon.service.in (Environment): Quote the 'GUIX_LOCPATH' value; add 'LC_ALL'. * etc/guix-publish.service.in (Environment): Likewise.
* installer: Use 'glibc-supported-locales'.Ludovic Courtès2019-05-13
| | | | | | | | | | | | The list of locales supported by glibc is now built from source. * gnu/installer/locale.scm (locale-string->locale): Add optional 'codeset' parameter and honor it. (supported-locales->locales): Rewrite to 'read' from SUPPORTED-LOCALES. * gnu/installer.scm (compute-locale-step): Pass the result of 'glibc-supported-locales' instead of the "aux-files/SUPPORTED" file. * gnu/installer/aux-files/SUPPORTED: Remove. * gnu/local.mk (dist_installer_DATA): Remove it.
* locale: Add 'glibc-supported-locales'.Ludovic Courtès2019-05-13
| | | | * gnu/system/locale.scm (glibc-supported-locales): New procedure.
* linux-container: Support container network sharing.Arun Isaac2019-05-14
| | | | | | | | | | | | | | | | | | | * gnu/system/linux-container.scm (container-essential-services): If network is to be shared with the host, remove network configuration files from etc service. (containerized-operating-system): If network is to be shared with the host, remove nscd service and map host's /var/run/nscd if it exists. (container-script): If network is to be shared with the host, do not create network namespace. * guix/scripts/system.scm (system-derivation-for-action): Add #:container-shared-network? argument. (perform-action): Add #:container-shared-network? argument. (show-help): Add "-N, --network" help information. (%options): Add network option. (process-action): Call perform-action with #container-shared-network? argument. * doc/guix.texi (Invoking guix system): Document the "-N, --network" option. Co-authored-by: Christopher Baines <mail@cbaines.net>
* gnu: Add harmonist.Julien Lepiller2019-05-13
| | | | gnu/packages/games.scm (harmonist): New variable.
* gnu: go-github.com-nsf-termbox-go: Update to 0.0.0-1.288510b.Julien Lepiller2019-05-13
| | | | | * gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): Update to 0.0.0-1.288510b.
* nls: Update 'fr' translation.Julien Lepiller2019-05-13
|
* tests: Fix guix-package.sh.Maxim Cournoyer2019-05-13
| | | | | | | GCC is now a hidden package, so cannot be installed. * tests/guix-package.sh: Replace 'gcc' by 'zile' in a test that install multiple packages.
* download: Support 'https_proxy'.宋文武2019-05-13
| | | | | * guix/build/download.scm (setup-http-tunnel): New procedure. (open-connection-for-uri): Honor the 'https_proxy' environment variable.
* services: prometheus-node-exporter add default.Gábor Boskovits2019-05-13
| | | | | * gnu/services/monitoring.scm (prometheus-node-exporter-service-type): Add default-value with default configuration.
* gnu: exiv2: Use HTTPS URLs.Marius Bakke2019-05-13
| | | | * gnu/packages/image.scm (exiv2)[source, home-page]: Use HTTPS.
* gnu: gpscorrelate: Update home page.Marius Bakke2019-05-13
| | | | | * gnu/packages/gps.scm (gpscorrelate)[source, home-page]: Update for new maintainer, as noted on <https://github.com/freefoote/gpscorrelate>.
* gnu: hugin: Update to 2019.0.0.Marius Bakke2019-05-13
| | | | * gnu/packages/photo.scm (hugin): Update to 2019.0.0.
* gnu: Remove 'gcc-glibc-2.27' and 'gcc-glibc-2.26'.Ludovic Courtès2019-05-13
| | | | | | | | | | | | These top-level references to GCC could cause problems, such as: $ guix build -e '(@ (gnu packages gcc) gcc)' -n guix build: error: failed to evaluate expression '(@ (gnu packages gcc) gcc)': In procedure module-lookup: Unbound variable: gcc Regression introduced in 3ed497d42a5af8756bd95c64f9f9bed4de5f6d3c. * gnu/packages/base.scm (gcc-glibc-2.27, gcc-glibc-2.26): Remove.
* nls: Update es translation.Ludovic Courtès2019-05-13
|
* nls: Update de translation.Ludovic Courtès2019-05-13
|
* install: Add node name in Russian.Ludovic Courtès2019-05-13
| | | | * gnu/system/install.scm (%installation-node-names): Add "ru".
* doc: Mention the Russian translation.Ludovic Courtès2019-05-13
| | | | * doc/guix.texi (Top): Mention the Russian translation.