summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: mingw-w64: Update to 6.0.0.David Thompson2019-08-28
| | | | | | | | | * gnu/packages/mingw.scm (mingw-w64): Update to 6.0.0. * gnu/packages/patches/mingw-w64-6.0.0-gcc.patch: New file. * gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch: Delete it. * gnu/local.mk (dist_patch_DATA): Add new patch. Delete old patch. * gnu/build/cross-toolchain.scm (set-cross-path/mingw): Add additional autoconf-like substitutions.
* gnu: enlightenment: Update to 0.23.0.Efraim Flashner2019-08-28
| | | | | | | | | | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.23.0. [build-system]: Switch to meson-build-system. [arguments]: Add configure-flag to build without systemd. Remove 'bootstrap phase. Update substitutions in custom 'set-system-actions phase. [inputs]: Add bluez, pulseaudio. * gnu/packages/patches/enlightenment-fix-setuid-path.patch: Update. * gnu/services/desktop.scm (enlightenment-setuid-programs): Update location of 'freqset binary. Add 'cpuclock_sys to setuid binaries.
* gnu: enlightenment: Don't use NAME in source URI.Efraim Flashner2019-08-28
| | | | | * gnu/packages/enlightenment.scm (enlightenment)[source]: Hard-code NAME.
* gnu: emacs-elisp-demos: Update to 2019.08.16.Brian Leung2019-08-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-elisp-demos): Update to 2019.08.16. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: gtkspell3: Install Vala bindings.Giacomo Leidi2019-08-28
| | | | | | * gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: webkitgtk: Update to 2.24.4.Mark H Weaver2019-08-28
| | | | * gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.4.
* gnu: agda-ial: Fetch source from Git.Ludovic Courtès2019-08-28
| | | | | | | | This addresses a 'guix lint' warning. * gnu/packages/agda.scm (agda-ial)[source]: Change to use 'git-fetch'. [arguments]: Change 'install phase accordingly; adjust its 'find-files' regexp.
* gnu: Add agda-ial.John Soo2019-08-28
| | | | | | * gnu/packages/agda.scm (agda-ial): new variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* accounts: Delete duplicate entries.Ludovic Courtès2019-08-28
| | | | | | | | | | When adding multiple instances of a service requiring some user account/group, we could end up with multiple entries for that account or group in /etc/passwd or /etc/group. * gnu/build/accounts.scm (database-writer)[write-entries]: Add call to 'delete-duplicates'. * tests/accounts.scm ("write-passwd with duplicate entry"): New test.
* gnu: emacsy: Cleanup build.Amar Singh2019-08-27
| | | | | * gnu/packages/guile-xyz.scm (emacsy): Wrap binaries; fixes guile version conflicts. Move some propagated inputs to inputs.
* gnu: Add nomad.Amar Singh2019-08-27
| | | | * gnu/packages/guile-xyz.scm (nomad): New variable.
* gnu: Add emacsy-minimal.Amar Singh2019-08-27
| | | | | | | | | | | | * (guile-emacsy): New variable. Emacsy is a library for Guile. Emacsy package is too heavy for use as a dependency for other packages: $ guix size emacsy ... total: 1136.3 MiB versus: $ guix size guile-emacsy ... total: 132.3 MiB
* gnu: youtube-dl: Update to 2019.08.13.Rutger Helling2019-08-27
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.08.13.
* gnu: sway: Update to 1.2.Rutger Helling2019-08-27
| | | | * gnu/packages/wm.scm (sway): Update to 1.2.
* gnu: Add template-glib.Giacomo Leidi2019-08-27
| | | | | | * gnu/packages/glib.scm (template-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-elementpath.Giacomo Leidi2019-08-27
| | | | | | * gnu/packages/python-xyz.scm (python-elementpath): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmicrohttpd: Update to 0.9.66.Ludovic Courtès2019-08-27
| | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.66.
* pack: Create /tmp in Docker images.Ludovic Courtès2019-08-27
| | | | | | | | | | Fixes <https://bugs.gnu.org/37161>. * guix/scripts/pack.scm (docker-image)[build]: Add a 'directory' entry for "/tmp" to DIRECTIVES. * tests/pack.scm ("docker-image + localstatedir"): Test the presence of /tmp. * gnu/tests/docker.scm (run-docker-test)["Load docker image and run it"]: Test the presence and permission bits of "/tmp".
* gnu: guile-bytestructures: Update to 1.0.6.Ludovic Courtès2019-08-27
| | | | * gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.6.
* gnu: guile-bytestructures: Add upstream name.Ludovic Courtès2019-08-27
| | | | * gnu/packages/guile.scm (guile-bytestructures)[properties]: New field.
* gnu: Add uniutils.Hartmut Goebel2019-08-27
| | | | * gnu/packages/textutils.scm (uniutils): New variable.
* gnu: Add ascii2binary.Hartmut Goebel2019-08-27
| | | | * gnu/packages/textutils.scm (ascii2binary): New variable.
* services: cups: Update SSL-OPTIONS docstring.Tobias Geerinckx-Rice2019-08-27
| | | | | | | This follows up on commit f9c1ebdb7daea30ceaf73f43bf15c222dc4a58ad. * gnu/services/cups.scm (cups-configuration)<ssl-options>: Update docstring.
* gnu: mkvtoolnix:gui: Don't require :out to be installed.Tobias Geerinckx-Rice2019-08-27
| | | | | * gnu/packages/video.scm (mkvtoolnix)[arguments]: Add a ‘patch-relative-file-names’ phase to call ‘mkvmerge’ from :out.
* gnu: mkvtoolnix: Use @command{}.Tobias Geerinckx-Rice2019-08-27
| | | | | * gnu/packages/video.scm (mkvtoolnix)[description]: Substitute @command{} for @code{}.
* services: cups: Complete SSL-OPTIONS.Tobias Geerinckx-Rice2019-08-27
| | | | | | | | …except for ‘AllowDH’, which makes no sense on GNU TLS systems. * gnu/services/cups.scm (ssl-options?): Validate ‘DenyCBC’ and ‘DenyTLS1.0’. * doc/guix.texi (Printing Services): Document them both.
* Merge branch 'wip-binaries'Mark H Weaver2019-08-26
|\
| * bootstrap: guile-static: Disable parallel build.bootstrap-20190815Mark H Weaver2019-08-15
| | | | | | | | | | * gnu/packages/make-bootstrap.scm (%guile-static)[arguments]: Override #:parallel-build? to be #f.
| * bootstrap: Build bootstrap bash deterministically.Mark H Weaver2019-08-15
| | | | | | | | | | | | | | * gnu/packages/patches/bash-4.4-linux-pgrp-pipe.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/make-bootstrap.scm (static-bash-for-bootstrap): New variable. (%static-inputs): Use 'static-bash-for-bootstrap' instead of 'static-bash'.
| * bootstrap: Build the new reduced binary seed bootstrap on x86.Mark H Weaver2019-08-15
| | | | | | | | | | | | * gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[inputs]: On i686-linux and x86_64-linux, substitute linux-libre-headers, Mes, and MesCC, in place of GCC, binutils, and glibc.
| * bootstrap: Add mes-minimal-stripped-tarball.Jan Nieuwenhuizen2019-08-15
| | | | | | | | | | | | | | * gnu/packages/make-bootstrap.scm (%mes-minimal, %mes-minimal-stripped, %mes-bootstrap-tarball): New variable. Modified-By: Mark H Weaver <mhw@netris.org>
| * bootstrap: Add mescc-tools-static-stripped-tarball.Jan Nieuwenhuizen2019-08-15
| | | | | | | | | | | | | | * gnu/packages/make-bootstrap.scm (%mescc-tools-static, %mescc-tools-static-stripped, %mescc-tools-bootstrap-tarball): New variable. Modified-By: Mark H Weaver <mhw@netris.org>
| * gnu: Add linux-libre-headers-bootstrap-tarball.Jan Nieuwenhuizen2019-08-15
| | | | | | | | | | * gnu/packages/make-bootstrap.scm (%linux-libre-headers-stripped): New variable. (%linux-libre-headers-bootstrap-tarball): New variable.
* | gnu: linux-libre: Update deblobbing scripts.Mark H Weaver2019-08-26
| | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (deblob-scripts-4.9): Update to version 4.9.190 and update the 'deblob-check' hash. (deblob-scripts-5.2, deblob-scripts-4.19) (deblob-scripts-4.14, deblob-scripts-4.4): Update to versions 5.2.10, 4.19.68, 4.14.140, and 4.4.190 respectively, although the scripts themselves are unchanged.
* | gnu: cuirass: Update to 0.0.1-23.1cd2f93.Ricardo Wurmus2019-08-27
| | | | | | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-23.1cd2f93.
* | gnu: python-pip: Update to 19.2.1.Nicolas Goaziou2019-08-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1.
* | services: cuirass: Split into two separate services.Ricardo Wurmus2019-08-26
| | | | | | | | | | * gnu/services/cuirass.scm (cuirass-shepherd-service): Return two shepherd services, one for the web interface, another for building packages.
* | gnu: emacs-zerodark-theme: Fix modeline.Giacomo Leidi2019-08-26
| | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme)[propagated-inputs]: Add emacs-flycheck to prevent errors when themed modeline is active. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: mkvtoolnix: Update to 37.0.0.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/video.scm (mkvtoolnix): Update to 37.0.0.
* | gnu: mkvtoolnix: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
* | gnu: Rust-num-integer: Move rust-autocfg to cargo-inputs.Efraim Flashner2019-08-26
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-num-integer)[arguments]: Move rust-autocfg from cargo-development-inputs to cargo-inputs.
* | installer: Hide the Wi-Fi passphrase by default.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | | | * gnu/installer/newt/wifi.scm (run-wifi-password-page): Add an #:INPUT-VISIBILITY-CHECKBOX? to the input page.
* | installer: Partition as the last step.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | | | | | | | | | | | Multiple users have been understandably displeased to find out that their network card was unsupported, and Internet access mandatory, after having already formatted their partitions. * gnu/installer.scm (installer-steps): Run the ‘partition’ step just before the ‘final’ one.
* | installer: Show, don't Hide.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | | | | | | | * gnu/installer/newt/user.scm (run-user-add-page): Change the input visibility checkbox's text to ‘Show’, and default to unchecked. * gnu/installer/newt/page.scm (run-input-page): Likewise. Rename INPUT-HIDE-CHECKBOX? argument to INPUT-VISIBILITY-CHECKBOX?.
* | gnu: iverilog: Update to 10.3.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/fpga.scm (iverilog): Update to 10.3.
* | gnu: mupen64plus-rsp-z64: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-rsp-z64)[home-page]: Use HTTPS.
* | gnu: mupen64plus-rsp-hle: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-rsp-hle)[home-page]: Use HTTPS.
* | gnu: mupen64plus-input-sdl: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-input-sdl)[home-page]: Use HTTPS.
* | gnu: mupen64plus-audio-sdl: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-audio-sdl)[home-page]: Use HTTPS.
* | gnu: mupen64plus-core: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-core)[home-page]: Use HTTPS.