Commit Graph

47077 Commits (c3e5e1355b320bb3f2a6b0164af6f158b32263dd)

Author SHA1 Message Date
Efraim Flashner 9bdfe5c1ea
gnu: Add rust-termios.
* gnu/packages/crates-io.scm (rust-termios): New variable.
2019-08-28 16:53:01 +03:00
Efraim Flashner a353643035
gnu: Add rust-lazy-static.
* gnu/packages/crates-io.scm (rust-lazy-static): New variable.
2019-08-28 16:53:01 +03:00
Efraim Flashner b44863d1be
gnu: Add rust-antidote.
* gnu/packages/crates-io.scm (rust-antidote): New variable.
2019-08-28 16:53:01 +03:00
David Thompson 07d7175406
gnu: mingw-w64: Update to 6.0.0.
* 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.
2019-08-28 08:47:14 -04:00
Efraim Flashner dd2031169a
gnu: enlightenment: Update to 0.23.0.
* 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.
2019-08-28 13:29:51 +03:00
Efraim Flashner 3ecbda71aa
gnu: enlightenment: Don't use NAME in source URI.
* gnu/packages/enlightenment.scm (enlightenment)[source]: Hard-code
NAME.
2019-08-28 13:29:47 +03:00
Brian Leung 2f57fa10f4
gnu: emacs-elisp-demos: Update to 2019.08.16.
* gnu/packages/emacs-xyz.scm (emacs-elisp-demos): Update to 2019.08.16.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-28 10:02:40 +03:00
Efraim Flashner 3762e31b6c
build/cargo-build-system: Remove 'update-cargo-lock phase.
* 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.
2019-08-28 09:41:59 +03:00
Giacomo Leidi 4ad7e7e604
gnu: gtkspell3: Install Vala bindings.
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-08-28 09:32:16 +03:00
Mark H Weaver a96d179b8b
gnu: webkitgtk: Update to 2.24.4.
* gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.4.
2019-08-28 00:17:49 -04:00
Ludovic Courtès 48752f277c
gnu: agda-ial: Fetch source from Git.
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.
2019-08-28 00:27:14 +02:00
John Soo 276f598abc
gnu: Add agda-ial.
* gnu/packages/agda.scm (agda-ial): new variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-28 00:27:14 +02:00
Ludovic Courtès 58d5f280a3
lint: Correct use of 'with-networking-fail-safe'.
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.
2019-08-28 00:27:14 +02:00
Ludovic Courtès dd4e46edda
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.
2019-08-28 00:27:14 +02:00
Amar Singh 114f02bac4
gnu: emacsy: Cleanup build.
* gnu/packages/guile-xyz.scm (emacsy): Wrap binaries; fixes guile version
conflicts.  Move some propagated inputs to inputs.
2019-08-27 16:58:11 +02:00
Amar Singh e8c2da4104
gnu: Add nomad.
* gnu/packages/guile-xyz.scm (nomad): New variable.
2019-08-27 16:58:11 +02:00
Amar Singh c99f32b94e
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
2019-08-27 16:57:46 +02:00
Rutger Helling 6f0d8197df
gnu: youtube-dl: Update to 2019.08.13.
* gnu/packages/video.scm (youtube-dl): Update to 2019.08.13.
2019-08-27 14:52:02 +02:00
Rutger Helling 498448ebf2
gnu: sway: Update to 1.2.
* gnu/packages/wm.scm (sway): Update to 1.2.
2019-08-27 14:52:02 +02:00
Giacomo Leidi 19d0554fd4
gnu: Add template-glib.
* gnu/packages/glib.scm (template-glib): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-27 12:46:00 +02:00
Giacomo Leidi 30e7c03aae
gnu: Add python-elementpath.
* gnu/packages/python-xyz.scm (python-elementpath): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-27 12:42:23 +02:00
Ludovic Courtès 24e3dd08ec
gnu: libmicrohttpd: Update to 0.9.66.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.66.
2019-08-27 12:29:06 +02:00
Ludovic Courtès 7979a287f8
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".
2019-08-27 12:20:44 +02:00
Ludovic Courtès 2b7c89f4fc
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'.
2019-08-27 12:20:44 +02:00
Ludovic Courtès b29d6abc8f
gnu: guile-bytestructures: Update to 1.0.6.
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.6.
2019-08-27 12:20:44 +02:00
Ludovic Courtès abba40731a
gnu: guile-bytestructures: Add upstream name.
* gnu/packages/guile.scm (guile-bytestructures)[properties]: New field.
2019-08-27 12:20:44 +02:00
Ludovic Courtès dd6976dd75
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.
2019-08-27 12:20:44 +02:00
Hartmut Goebel a6baae7486
gnu: Add uniutils.
* gnu/packages/textutils.scm (uniutils): New variable.
2019-08-27 09:28:09 +02:00
Hartmut Goebel 7577ab5556
gnu: Add ascii2binary.
* gnu/packages/textutils.scm (ascii2binary): New variable.
2019-08-27 09:28:09 +02:00
Tobias Geerinckx-Rice 9e3ef6f3e3
services: cups: Update SSL-OPTIONS docstring.
This follows up on commit f9c1ebdb7d.

* gnu/services/cups.scm (cups-configuration)<ssl-options>:
Update docstring.
2019-08-27 08:58:37 +02:00
Tobias Geerinckx-Rice 07272bd8e0
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.
2019-08-27 08:49:14 +02:00
Tobias Geerinckx-Rice df14dc48fb
gnu: mkvtoolnix: Use @command{}.
* gnu/packages/video.scm (mkvtoolnix)[description]:
Substitute @command{} for @code{}.
2019-08-27 08:49:14 +02:00
Tobias Geerinckx-Rice f9c1ebdb7d
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.
2019-08-27 08:49:14 +02:00
Mark H Weaver 32e18e9b94
Merge branch 'wip-binaries' 2019-08-26 23:28:58 -04:00
Mark H Weaver 7a9f575660
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.
2019-08-26 23:05:52 -04:00
Maxim Cournoyer 4183105de0
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)".
2019-08-27 19:36:05 +09:00
Ricardo Wurmus d8f08344a7
gnu: cuirass: Update to 0.0.1-23.1cd2f93.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-23.1cd2f93.
2019-08-27 00:46:35 +02:00
Nicolas Goaziou 523ba4b16e
gnu: python-pip: Update to 19.2.1.
* gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1.
2019-08-26 23:25:55 +02:00
Nicolas Goaziou 5aa4278319
doc: Fix typo.
* doc/guix.texi (Build Systems): Add missing question mark to
2019-08-26 22:50:16 +02:00
Ricardo Wurmus 159b5e1f8a
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.
2019-08-26 22:21:10 +02:00
Giacomo Leidi ff33283c30
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>
2019-08-26 21:18:28 +02:00
Tobias Geerinckx-Rice 296b3de614
gnu: mkvtoolnix: Update to 37.0.0.
* gnu/packages/video.scm (mkvtoolnix): Update to 37.0.0.
2019-08-26 19:23:34 +02:00
Tobias Geerinckx-Rice 908d8bedd8
gnu: mkvtoolnix: Don't use NAME in source URI.
* gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
2019-08-26 19:23:34 +02:00
Efraim Flashner 15527988d8
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.
2019-08-26 18:19:50 +03:00
Tobias Geerinckx-Rice 3c56d03033
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.
2019-08-26 15:56:33 +02:00
Tobias Geerinckx-Rice d4d27ddb99
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.
2019-08-26 15:56:33 +02:00
Tobias Geerinckx-Rice 55c43108ac
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?.
2019-08-26 15:56:32 +02:00
Tobias Geerinckx-Rice f27cb0f1dd
gnu: iverilog: Update to 10.3.
* gnu/packages/fpga.scm (iverilog): Update to 10.3.
2019-08-26 15:56:32 +02:00
Tobias Geerinckx-Rice 24b03073e5
gnu: mupen64plus-rsp-z64: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-rsp-z64)[home-page]: Use HTTPS.
2019-08-26 15:56:31 +02:00
Tobias Geerinckx-Rice cf396ea59d
gnu: mupen64plus-rsp-hle: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-rsp-hle)[home-page]: Use HTTPS.
2019-08-26 15:56:31 +02:00