aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* accounts: Delete duplicate entries.•••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. Ludovic Courtès2019-08-28
* gnu: emacsy: Cleanup build.•••* gnu/packages/guile-xyz.scm (emacsy): Wrap binaries; fixes guile version conflicts. Move some propagated inputs to inputs. Amar Singh2019-08-27
* gnu: Add nomad.•••* gnu/packages/guile-xyz.scm (nomad): New variable. Amar Singh2019-08-27
* gnu: Add emacsy-minimal.•••* (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 Amar Singh2019-08-27
* gnu: youtube-dl: Update to 2019.08.13.•••* gnu/packages/video.scm (youtube-dl): Update to 2019.08.13. Rutger Helling2019-08-27
* gnu: sway: Update to 1.2.•••* gnu/packages/wm.scm (sway): Update to 1.2. Rutger Helling2019-08-27
* gnu: Add template-glib.•••* gnu/packages/glib.scm (template-glib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Giacomo Leidi2019-08-27
* gnu: Add python-elementpath.•••* gnu/packages/python-xyz.scm (python-elementpath): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Giacomo Leidi2019-08-27
* gnu: libmicrohttpd: Update to 0.9.66.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.66. Ludovic Courtès2019-08-27
* pack: Create /tmp in Docker images.•••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". Ludovic Courtès2019-08-27
* docker: Take a list of directives instead of a list of symlinks.•••* guix/docker.scm (symlink-source, topmost-component): Remove. (directive-file): New procedure. (build-docker-image): Remove #:symlinks and add #:extra-files. Make a sub-directory "extra" and call 'evaluate-populate-directive' for EXTRA-FILES in that directory. * guix/scripts/pack.scm (docker-image)[build](symlink->directives, directives): New procedures. Pass #:extra-files instead of #:symlinks to 'build-docker-image'. Ludovic Courtès2019-08-27
* gnu: guile-bytestructures: Update to 1.0.6.•••* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.6. Ludovic Courtès2019-08-27
* gnu: guile-bytestructures: Add upstream name.•••* gnu/packages/guile.scm (guile-bytestructures)[properties]: New field. Ludovic Courtès2019-08-27
* import: github: 'github-package?' uses 'package-upstream-name'.•••* guix/import/github.scm (updated-github-url): Use 'package-upstream-name' instead of 'package-name'. This allows 'github-package?' to match more packages, given an appropriate upstream name. Ludovic Courtès2019-08-27
* gnu: Add uniutils.•••* gnu/packages/textutils.scm (uniutils): New variable. Hartmut Goebel2019-08-27
* gnu: Add ascii2binary.•••* gnu/packages/textutils.scm (ascii2binary): New variable. Hartmut Goebel2019-08-27
* services: cups: Update SSL-OPTIONS docstring.•••This follows up on commit f9c1ebdb7daea30ceaf73f43bf15c222dc4a58ad. * gnu/services/cups.scm (cups-configuration)<ssl-options>: Update docstring. Tobias Geerinckx-Rice2019-08-27
* gnu: mkvtoolnix:gui: Don't require :out to be installed.•••* gnu/packages/video.scm (mkvtoolnix)[arguments]: Add a ‘patch-relative-file-names’ phase to call ‘mkvmerge’ from :out. Tobias Geerinckx-Rice2019-08-27
* gnu: mkvtoolnix: Use @command{}.•••* gnu/packages/video.scm (mkvtoolnix)[description]: Substitute @command{} for @code{}. Tobias Geerinckx-Rice2019-08-27
* services: cups: Complete SSL-OPTIONS.•••…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. Tobias Geerinckx-Rice2019-08-27
* Merge branch 'wip-binaries'Mark H Weaver2019-08-26
|\
| * bootstrap: guile-static: Disable parallel build.•••* gnu/packages/make-bootstrap.scm (%guile-static)[arguments]: Override #:parallel-build? to be #f. Mark H Weaver2019-08-15
| * bootstrap: Build bootstrap bash deterministically.•••* 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'. Mark H Weaver2019-08-15
| * bootstrap: Build the new reduced binary seed bootstrap on x86.•••* 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. Mark H Weaver2019-08-15
| * bootstrap: Add mes-minimal-stripped-tarball.•••* gnu/packages/make-bootstrap.scm (%mes-minimal, %mes-minimal-stripped, %mes-bootstrap-tarball): New variable. Modified-By: Mark H Weaver <mhw@netris.org> Jan Nieuwenhuizen2019-08-15
| * bootstrap: Add mescc-tools-static-stripped-tarball.•••* 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> Jan Nieuwenhuizen2019-08-15
| * gnu: Add linux-libre-headers-bootstrap-tarball.•••* gnu/packages/make-bootstrap.scm (%linux-libre-headers-stripped): New variable. (%linux-libre-headers-bootstrap-tarball): New variable. Jan Nieuwenhuizen2019-08-15
| * guix: copy-linux-headers: Extract procedure, add headers.•••* guix/build/make-bootstrap.scm (copy-linux-headers): New procedure; extract from make-stripped-libc and add headers for Mes bootstrap. (make-stripped-libc): Use it. Jan Nieuwenhuizen2019-08-15
* | gnu: linux-libre: Update deblobbing scripts.•••* 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. Mark H Weaver2019-08-26
* | doc: Follow-up commit to 407ebeaa1.•••Following some discussion with Ludovic (see: https://lists.gnu.org/archive/html/guix-patches/2019-08/msg00506.html), it is better advice to generally recommend the use of `program-file' for any usage of modules, not just for those which define syntax. * doc/guix.texi (Scheduled Job Execution): Drop the following text: "that defines syntax (macros)". Maxim Cournoyer2019-08-27
* | gnu: cuirass: Update to 0.0.1-23.1cd2f93.•••* gnu/packages/ci.scm (cuirass): Update to 0.0.1-23.1cd2f93. Ricardo Wurmus2019-08-27
* | gnu: python-pip: Update to 19.2.1.•••* gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1. Nicolas Goaziou2019-08-26
* | doc: Fix typo.•••* doc/guix.texi (Build Systems): Add missing question mark to Nicolas Goaziou2019-08-26
* | services: cuirass: Split into two separate services.•••* gnu/services/cuirass.scm (cuirass-shepherd-service): Return two shepherd services, one for the web interface, another for building packages. Ricardo Wurmus2019-08-26
* | gnu: emacs-zerodark-theme: Fix modeline.•••* 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> Giacomo Leidi2019-08-26
* | gnu: mkvtoolnix: Update to 37.0.0.•••* gnu/packages/video.scm (mkvtoolnix): Update to 37.0.0. Tobias Geerinckx-Rice2019-08-26
* | gnu: mkvtoolnix: Don't use NAME in source URI.•••* gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-08-26
* | gnu: Rust-num-integer: Move rust-autocfg to cargo-inputs.•••* gnu/packages/crates-io.scm (rust-num-integer)[arguments]: Move rust-autocfg from cargo-development-inputs to cargo-inputs. Efraim Flashner2019-08-26
* | installer: Hide the Wi-Fi passphrase by default.•••* gnu/installer/newt/wifi.scm (run-wifi-password-page): Add an #:INPUT-VISIBILITY-CHECKBOX? to the input page. Tobias Geerinckx-Rice2019-08-26
* | installer: Partition as the last step.•••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. Tobias Geerinckx-Rice2019-08-26
* | installer: Show, don't Hide.•••* 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?. Tobias Geerinckx-Rice2019-08-26
* | gnu: iverilog: Update to 10.3.•••* gnu/packages/fpga.scm (iverilog): Update to 10.3. Tobias Geerinckx-Rice2019-08-26
* | gnu: mupen64plus-rsp-z64: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-rsp-z64)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-08-26
* | gnu: mupen64plus-rsp-hle: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-rsp-hle)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-08-26
* | gnu: mupen64plus-input-sdl: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-input-sdl)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-08-26
* | gnu: mupen64plus-audio-sdl: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-audio-sdl)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-08-26
* | gnu: mupen64plus-core: Use HTTPS home page.•••* gnu/packages/emulators.scm (mupen64plus-core)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-08-26
* | packages: Apply target triplet in bag-transitive-host-inputs.•••Fixes a bug where propagated inputs that should be cross-compiled are instead compiled for the host system. * guix/packages.scm (bag-transitive-host-inputs): Call transitive-inputs in the context of the bag's target system triplet. David Thompson2019-08-26
* | gnu: retroarch: Update to 1.7.8.•••* gnu/packages/emulators.scm (retroarch): Update to 1.7.8. Rutger Helling2019-08-26
* | ci: Try hard to build package replacements.•••The "ghostscript" replacements introduced in 0b859092a7346f3b4d0a3a4dac878fd64fd70b79 would not be built because they have the same name as the original packages. * gnu/ci.scm (all-packages): Return the replacement of PACKAGE before PACKAGE. Ludovic Courtès2019-08-26