| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* 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/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/packages/enlightenment.scm (enlightenment)[source]: Hard-code
NAME.
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-elisp-demos): Update to 2019.08.16.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* guix/build/cargo-build-system.scm (update-cargo-lock): Remove
procedure.
(configure): Delete Cargo.lock file if it exists.
(%standard-phases): Remove 'update-cargo-lock.
* doc/guix.texi (Build System)[cargo-build-system]: Remove references to
the 'update-cargo-lock phase.
|
|
|
|
|
|
| |
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.4.
|
|
|
|
|
|
|
|
| |
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/packages/agda.scm (agda-ial): new variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/37160>.
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>.
* guix/lint.scm (check-for-updates): Make sure the first argument to
'with-networking-fail-safe' is the whole error message.
|
|
|
|
|
|
|
|
|
|
| |
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/packages/guile-xyz.scm (emacsy): Wrap binaries; fixes guile version
conflicts. Move some propagated inputs to inputs.
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (nomad): New variable.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* (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/packages/video.scm (youtube-dl): Update to 2019.08.13.
|
|
|
|
| |
* gnu/packages/wm.scm (sway): Update to 1.2.
|
|
|
|
|
|
| |
* gnu/packages/glib.scm (template-glib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-elementpath): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.66.
|
|
|
|
|
|
|
|
|
|
| |
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".
|
|
|
|
|
|
|
|
|
|
|
| |
* 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'.
|
|
|
|
| |
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.6.
|
|
|
|
| |
* gnu/packages/guile.scm (guile-bytestructures)[properties]: New field.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/textutils.scm (uniutils): New variable.
|
|
|
|
| |
* gnu/packages/textutils.scm (ascii2binary): New variable.
|
|
|
|
|
|
|
| |
This follows up on commit f9c1ebdb7daea30ceaf73f43bf15c222dc4a58ad.
* gnu/services/cups.scm (cups-configuration)<ssl-options>:
Update docstring.
|
|
|
|
|
| |
* gnu/packages/video.scm (mkvtoolnix)[arguments]: Add a
‘patch-relative-file-names’ phase to call ‘mkvmerge’ from :out.
|
|
|
|
|
| |
* gnu/packages/video.scm (mkvtoolnix)[description]:
Substitute @command{} for @code{}.
|
|
|
|
|
|
|
|
| |
…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.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/make-bootstrap.scm (%guile-static)[arguments]:
Override #:parallel-build? to be #f.
|
| |
| |
| |
| |
| |
| |
| | |
* 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'.
|
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/make-bootstrap.scm (%mes-minimal, %mes-minimal-stripped,
%mes-bootstrap-tarball): New variable.
Modified-By: Mark H Weaver <mhw@netris.org>
|
| |
| |
| |
| |
| |
| |
| | |
* 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/packages/make-bootstrap.scm (%linux-libre-headers-stripped): New variable.
(%linux-libre-headers-bootstrap-tarball): New variable.
|
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)".
|
| |
| |
| |
| | |
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-23.1cd2f93.
|
| |
| |
| |
| | |
* gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1.
|
| |
| |
| |
| | |
* doc/guix.texi (Build Systems): Add missing question mark to
|
| |
| |
| |
| |
| | |
* gnu/services/cuirass.scm (cuirass-shepherd-service): Return two shepherd
services, one for the web interface, another for building packages.
|
| |
| |
| |
| |
| |
| |
| | |
* 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/packages/video.scm (mkvtoolnix): Update to 37.0.0.
|
| |
| |
| |
| | |
* gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
|
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-num-integer)[arguments]: Move
rust-autocfg from cargo-development-inputs to cargo-inputs.
|
| |
| |
| |
| |
| | |
* gnu/installer/newt/wifi.scm (run-wifi-password-page):
Add an #:INPUT-VISIBILITY-CHECKBOX? to the input page.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|