me
/
guix
Archived
1
0
Fork 0
Commit Graph

49286 Commits (2737c7fe8a24f18a7f1495781dbe34c4b8af5bed)

Author SHA1 Message Date
Brian Leung 8b0ac06a18
gnu: Add emacs-lsp-ivy.
* gnu/packages/emacs-xyz.scm (emacs-lsp-ivy): New variable.
2019-10-02 19:28:37 +02:00
Marius Bakke 58da4b0a84
gnu: msmtp: Update to 1.8.6.
* gnu/packages/mail.scm (msmtp): Update to 1.8.6.
2019-10-02 15:22:42 +02:00
Marius Bakke 9383208029
gnu: p11-kit: Update to 0.23.18.1.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.18.1.
2019-10-02 15:22:42 +02:00
Marius Bakke c692c1b7ea
gnu: libcap-ng: Update to 0.7.10.
* gnu/packages/admin.scm (libcap-ng): Update to 0.7.10.
2019-10-02 15:22:42 +02:00
Marius Bakke 645d0c92e0
gnu: tcpdump: Update to 4.9.3 [security fixes].
This release fixes the following CVEs: CVE-2017-16808, CVE-2018-14468,
CVE-2018-14469, CVE-2018-14470, CVE-2018-14466, CVE-2018-14461,
CVE-2018-14462, CVE-2018-14465, CVE-2018-14881, CVE-2018-14464,
CVE-2018-14463, CVE-2018-14467, CVE-2018-10103, CVE-2018-10105,
CVE-2018-14880, CVE-2018-16451, CVE-2018-14882, CVE-2018-16227,
CVE-2018-16229, CVE-2018-16301, CVE-2018-16230, CVE-2018-16452,
CVE-2018-16300, CVE-2018-16228, CVE-2019-15166, CVE-2019-15167,
CVE-2018-14879.

* gnu/packages/admin.scm (tcpdump): Update to 4.9.3.
2019-10-02 15:22:42 +02:00
Marius Bakke 4cc0b485be
gnu: libpcap: Update to 1.9.1.
* gnu/packages/admin.scm (libpcap): Update to 1.9.1.
2019-10-02 15:22:42 +02:00
Hartmut Goebel 4ee948e39b
gnu: python-defusedxml: Update to 0.6.0.
* gnu/packages/xml.scm (python-defusedxml): Update to 0.6.0.
2019-10-02 14:50:48 +02:00
Ludovic Courtès 86f2124b0f
gnu: dconf-editor: Fix build failure.
Fixes <https://bugs.gnu.org/37503>.
Reported by Jack Hill <jackhill@jackhill.us>.

* gnu/packages/gnome.scm (dconf-editor)[arguments]: New field.
2019-10-02 14:46:03 +02:00
Tobias Geerinckx-Rice 6811256745
gnu: emacs-relint: Update to 1.11.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.11.
2019-10-02 14:45:52 +02:00
Tobias Geerinckx-Rice 8ef3f2e3ac
gnu: alex4: Update to 1.2.1.
* gnu/packages/games.scm (alex4): Update to 1.2.1.
[arguments]: Use top-level Makefile.  Drop DATADIR.
Remove ’configure’ phase.
2019-10-02 14:45:52 +02:00
Tobias Geerinckx-Rice 359a57b6e1
gnu: alex4: Don't use unstable tarball.
* gnu/packages/games.scm (alex4)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-10-02 14:45:52 +02:00
Pierre Neidhardt ab0ede51c0
gnu: next: Update to 1.3.3.
* gnu/packages/web-browsers.scm (next-gtk-webkit): Bump version.
(sbcl-next-history-tree): New package.
(sbcl-next-password-manager): New package.
(next)[inputs]: Add cl-ansi-text, cl-prevalence, sbcl-next-history-tree,
sbcl-next-password-manager.
2019-10-02 13:11:51 +02:00
Tobias Geerinckx-Rice e8ded3ee6a
gnu: linux-libre-headers@5.3: Install.
Upstream has separated building and installing the UAPI headers, and now
requires rsync for the latter.

Follow-up to commit 9e34a5f3b2.

* gnuk/packages/linux.scm (make-linux-libre-headers*)[native-inputs]:
Add rsync for version 5.3 and higher.
2019-10-02 12:16:41 +02:00
Pierre Langlois ece22ac8cc
gnu: translate-shell: Update to 0.9.6.11.
* gnu/packages/dictionnaries.scm (translate-shell): Update to 0.9.6.11.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-02 11:35:55 +02:00
Ludovic Courtès 37c0d4580e
channels: Add quirk to build recent 'master' with Guile 2.2.4.
Fixes <https://bugs.gnu.org/37506>.
Reported by Marius Bakke <mbakke@fastmail.com>.

* guix/channels.scm (syscalls-reexports-local-variables?)
(guile-2.2.4, guile-for-source): New procedures.
(%quirks): New variable.
(build-from-source): Add calls to 'guile-for-source' and
'set-guile-for-build'.
2019-10-02 11:15:48 +02:00
Danny Milosavljevic d8de38563b
gnu: tigervnc-server: Clean up comments.
* gnu/packages/tigervnc.scm (tigervnc-server): Clean up comments.
2019-10-02 01:27:23 +02:00
Todor Kondić 04784d217a
gnu: Add tigervnc-server.
* gnu/packages/tigervnc.scm (tigervnc-server): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-02 01:24:16 +02:00
Todor Kondić 0992cfa13a
gnu: Add tigervnc-client.
* gnu/packages/tigervnc.scm: New file.
(tigervnc-client): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add tigervnc.scm.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-02 01:24:09 +02:00
Jesse Gibbons 0bf7d34d77
services: For "gdm-password" pam service, include "limits.conf".
* gnu/services/base.scm (pam-limits-service-type): For "gdm-password" pam
service, include "limits.conf".

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-02 00:48:45 +02:00
Ingo Ruhnke b6b257ed94
gnu: Add xfce4-volumed-pulse.
* gnu/packages/xfce.scm: Add xfce4-volumed-pulse.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-02 00:11:16 +02:00
Ingo Ruhnke 8c765a3b26
gnu: Add keybinder-3.0.
* gnu/packages/wm.scm: Add keybinder-3.0 package.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-02 00:11:08 +02:00
Martin Becze ed661e38d8
import: crate: Add '--recursive'.
* guix/scripts/import/crate.scm (show-help, guix-import-crate): Add '--recursive'.
* doc/guix.texi (Invoking guix import): Mention '--recursive'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-10-01 23:34:31 +02:00
Martin Becze f837293202
import: crate: Support recursive imports.
* guix/import/crate.scm (crate-recursive-import): New procedure.
(crate->guix-package): Return dependencies as a second value.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-01 23:34:30 +02:00
Brice Waegeneire b72c22c01a
gnu: Add iwd.
* gnu/packages/networking.scm (iwd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-01 23:34:30 +02:00
Konrad Hinsen 13169000f6
pull: Do not use '~*', which 'msgfmt' fails to interpret.
Really fixes <https://bugs.gnu.org/37505>.
This is a followup to f751b4646d3989d76dad9e33e39f9724c7c50be6.

* guix/scripts/pull.scm (display-channel-news): Remove second occurrence
of '~*' in a format string.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-01 23:34:30 +02:00
Tobias Geerinckx-Rice 9e34a5f3b2
gnu: linux-libre: Add version 5.3.1.
* gnu/packages/linux.scm (linux-libre-5.3-version)
(linux-libre-5.3-pristine-source, linux-libre-5.3-source)
(linux-libre-headers-5.3, linux-libre-5.3): New public variables.
* gnu/packages/aux-files/linux-libre/5.3-arm.conf,
gnu/packages/aux-files/linux-libre/5.3-arm-veyron.conf,
gnu/packages/aux-files/linux-libre/5.3-arm64.conf,
gnu/packages/aux-files/linux-libre/5.3-i686.conf,
gnu/packages/aux-files/linux-libre/5.3-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
2019-10-01 22:40:05 +02:00
Tobias Geerinckx-Rice 7c552913c1
gnu: Add reuse.
* gnu/packages/license.scm (reuse): New public variable.
2019-10-01 22:40:05 +02:00
Tobias Geerinckx-Rice d6803445ee
gnu: Add python-license-expression.
* gnu/packages/python-xyz.scm (python-license-expression): New public
variable.
2019-10-01 22:40:05 +02:00
Tobias Geerinckx-Rice dc827867be
gnu: Add python-boolean.py.
* gnu/packages/python-xyz.scm (python-boolean.py): New public variable.
2019-10-01 22:40:04 +02:00
Christopher Baines f27c6c16be
gnu: guix-data-service: Update to 0.0.1-2.e00aabd.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-2.e00aabd.
[arguments]: Add new process-branch-updated-mbox executable to list.
2019-10-01 19:37:39 +01:00
Christopher Baines 2cd599f005
inferior: Change to use the (guix repl) module.
Rather than (guix scripts repl), from which the machine-repl procedure was
removed in [1].

1: 92a4087bf4

* guix/inferior.scm (inferior-pipe): Load (guix repl) rather than (guix
scripts repl).
2019-10-01 19:01:20 +01:00
Vasile Dumitrascu 18edc9db02
gnu: conky: Add Pulseaudio support.
* gnu/packages/conky.scm (conky)[inputs]: Add pulseaudio.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-10-01 18:11:25 +02:00
Diego Nicola Barbato c76d19a3fc
gnu: youtube-dl: Update to 2019.09.28.
* gnu/packages/video.scm (youtube-dl): Update to 2019.09.28.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-10-01 17:09:16 +02:00
Ludovic Courtès 8400d097bd
gnu: guile: Add 2.2.4.
* gnu/packages/guile.scm (guile-2.2.4): New variable.
2019-10-01 15:47:34 +02:00
Ludovic Courtès 0cf2b6f2db
Merge branch 'master' into core-updates 2019-10-01 12:06:00 +02:00
Carlo Zancanaro 717b6ba6aa
gnu: Add abcl.
* gnu/packages/java.scm (abcl): New variable.
* gnu/packages/patches/abcl-fix-build-xml.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-01 11:04:40 +02:00
Ludovic Courtès 43f7fd8783
pull: Do not use '~*', which 'msgfmt' fails to interpret.
Fixes <https://bugs.gnu.org/37505>.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.

* guix/scripts/pull.scm (display-channel-news): Use ~a instead of ~*
when reporting new channels.
2019-10-01 10:50:24 +02:00
Ludovic Courtès 8b4615ab54
ui: 'show-what-to-build' colorizes store file names.
* guix/ui.scm (colorize-store-file-name): New procedure.
(show-what-to-build)[colorize-store-item]: New variable.
Use it throughout.
2019-10-01 10:50:24 +02:00
Brian Leung 8e5ffebeaa
gnu: Add emacs-handle.
* gnu/packages/emacs-xyz.scm (emacs-handle): New variable.
2019-10-01 09:09:49 +02:00
Brian Leung cab542cbf7
gnu: emacs-compdef: Update to 0.2-2.67104a3.
* gnu/packages/emacs-xyz.scm (emacs-compdef): Update to 0.2-2.67104a3.
2019-10-01 09:09:44 +02:00
Jan Nieuwenhuizen e03b912600
gnu: Add mcrl2-minimal.
* gnu/packages/maths.scm (mcrl2-minimal): New variable.
2019-09-30 21:26:56 +02:00
Jan Nieuwenhuizen 3bc74090d9
gnu: mcrl2: Update to 201908.0.
* gnu/packages/maths.scm (mcrl2): Update to 201908.0.
2019-09-30 21:26:19 +02:00
Marius Bakke 2d03201aab
gnu: bubblewrap: Update to 0.3.3.
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.3.3.
[arguments]: Adjust test substitutions.
2019-09-30 15:41:22 +02:00
Ludovic Courtès 8d564b8b81
gnu: xyce: Use Bison 3.0.
Xyce requires Bison 3.0 at the latest.

* gnu/packages/bison.scm (bison-3.0): New variable.
* gnu/packages/engineering.scm (xyce-serial)[native-inputs]: Use
BISON-3.0 instead of BISON.
2019-09-30 09:49:34 +02:00
Vagrant Cascadian 18b3ba6ff2
gnu: %default-extra-linux-options: Ensure namespaces are enabled in all
linux-libre kernels.

The linux-libre kernels using defconfig may not have namespaces enabled, which
is needed for the default guix-daemon configuration in Guix System.

* gnu/packages/linux (%default-extra-linux-options): Enable CONFIG_NAMESPACES,
  CONFIG_UTS_NS, CONFIG_IPC_NS, CONFIG_USER_NS, CONFIG_PID_NS, and
  CONFIG_NET_NS.
2019-09-29 15:10:32 -07:00
Brian Leung 2d74d42a65
gnu: emacs-org-ql: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.2.1.
2019-09-29 23:20:33 +02:00
Ludovic Courtès 89a99d53f5
gnu: Add "guile3.0-" package variants.
* gnu/packages/guile.scm (package-for-guile-3.0): New procedure.
(guile3.0-json, guile3.0-gdbm-ffi, guile3.0-bytestructures): New
variables.
* gnu/packages/gnupg.scm (guile3.0-gcrypt): New variable.
* gnu/packages/guile-xyz.scm (guile3.0-minikanren, guile3.0-irregex):
New variables.
2019-09-29 23:02:35 +02:00
Ludovic Courtès 7089f98ef1
syscalls: 'define-as-needed' does not re-export local variables.
Fixes <https://bugs.gnu.org/36723>.
Reported by Timothy Sample <samplet@ngyro.com>.

* guix/build/syscalls.scm (define-as-needed): Rewrite to use lower-level
module primitives; define VARIABLE only if it's not already defined to
avoid "re-exporting local variable" error.
2019-09-29 23:02:35 +02:00
Ludovic Courtès aa2441c2cf
gnu: Remove deprecated "guile2.2-" packages.
These had been deprecated since Dec. 2017.

* gnu/packages/guile-xyz.scm (guile2.2-reader, guile2.2-lib)
(guile2.2-minikanren, guile2.2-irregex, guile2.2-haunt)
(guile2.2-redis, guile2.2-commonmark): Remove.
* gnu/packages/guile.scm (guile2.2-json, guile2.2-gdbm-ffi): Remove.
* gnu/packages/ssh.scm (guile2.2-ssh): Remove.
* gnu/packages/tls.scm (gnutls/guile-2.2): Remove.
2019-09-29 23:02:35 +02:00
Nicolas Goaziou 0c80f7c472
gnu: giac: Update to 1.5.0-65.
* gnu/packages/algebra.scm (giac): Update to 1.5.0-65.
2019-09-29 18:41:39 +02:00