Michael Rohleder
e402ccd003
gnu: libextractor: Update to 1.10.
...
* gnu/packages/gnunet.scm (libextractor): Update to 1.10.
[arguments]: Add 'fix-exiv2-tests' phase.
[inputs]: Add GIFLIB, remove TIDY-HTML.
* gnu/packages/patches/libextractor-exiv2.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-29 00:22:01 +02:00
Ludovic Courtès
12a3d7d6f7
system: 'operating-system-with-provenance' uses the OS location info.
...
This allows 'guix deploy' to save the config file when it's available.
* gnu/system.scm (operating-system-configuration-file): New procedure.
(operating-system-with-provenance): 'config-file' defaults to the value
returned by 'operating-system-configuration-file'.
2020-07-29 00:22:01 +02:00
Ricardo Wurmus
5c622a0a68
gnu: pcb-rnd: Update to 2.2.3.
...
* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.3.
2020-07-29 00:11:38 +02:00
Ricardo Wurmus
28cbf3ef42
gnu: lepton-eda: Update to 1.9.11-20200604.
...
* gnu/packages/engineering.scm (lepton-eda): Update to 1.9.11-20200604.
2020-07-29 00:11:34 +02:00
Tobias Geerinckx-Rice
0f7db2a150
gnu: youtube-dl: Update to 2020.07.28.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.07.28.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
8410eab8f1
gnu: xfwm4: Update to 4.14.3.
...
* gnu/packages/xfce.scm (xfwm4): Update to 4.14.3.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
6bf70cc8e7
gnu: i3-gaps: Update to 4.18.2.
...
* gnu/packages/wm.scm (i3-gaps): Update to 4.18.2.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
79fed26e2c
gnu: i3-wm: Update to 4.18.2.
...
* gnu/packages/wm.scm (i3-wm): Update to 4.18.2.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
b0bf47f160
gnu: inxi-minimal: Update to 3.1.05-2.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.05-2.
2020-07-28 21:47:23 +02:00
Tobias Geerinckx-Rice
a81a64492f
gnu: anki: Don't phone home for updates.
...
* gnu/packages/education.scm (anki)[arguments]: Add a
‘disable-update-check’ phase.
2020-07-28 21:25:57 +02:00
Tobias Geerinckx-Rice
ccd0a009dc
gnu: conky: Update to 1.11.6.
...
* gnu/packages/conky.scm (conky): Update to 1.11.6.
2020-07-28 21:25:57 +02:00
Tobias Geerinckx-Rice
511bfafa14
gnu: straw-viewer: Comment out .desktop installation.
...
This will only make sense when the GTK version is built.
* gnu/packages/video.scm (straw-viewer)[arguments]: Comment out
‘install-desktop’ phase.
2020-07-28 21:24:12 +02:00
Tobias Geerinckx-Rice
33de9ee42f
gnu: xtl: Update to 0.6.15.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.15.
2020-07-28 21:24:12 +02:00
Tobias Geerinckx-Rice
468c8f6434
gnu: pixz: Update to 1.0.7.
...
* gnu/packages/compression.scm (pixz): Update to 1.0.7.
2020-07-28 21:24:12 +02:00
Tobias Geerinckx-Rice
0a00d157e6
gnu: freeorion: Update to 0.4.10.
...
* gnu/packages/games.scm (freeorion): Update to 0.4.10.
[inputs]: Use Python 3 and default boost.
2020-07-28 21:24:12 +02:00
Jesse Gibbons
6fba1f4ded
gnu: knights: Fix build.
...
* gnu/packages/games.scm (knights)[arguments]<#:make-flags>: Add
"CXXFLAGS=-lpthread".
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-28 21:13:27 +03:00
Mark H Weaver
6a14917a16
gnu: icecat: Update to 68.11.0-guix0-preview1 [security-fixes].
...
Includes fixes for CVE-2020-6463, CVE-2020-6514, CVE-2020-15652, and
CVE-2020-15659.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-07-28 14:12:31 -04:00
Christopher Lemmer Webber
305b388ca8
gnu: Add emacs-spaceline-next.
...
This version tracks emacs-spaceline from git... the latest stable release is
several years old and has various bugs related to the ERC track bar, amongst
other things.
* gnu/packages/emacs-xyz.scm (emacs-spaceline-next): New variable.
2020-07-28 11:10:24 -04:00
Nicolas Goaziou
0c121f484a
gnu: emacs-popup: Update to 0.5.8.
...
* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.8.
2020-07-28 15:52:00 +02:00
Ludovic Courtès
c088aa2988
pack: "fakechroot" engine always creates its store.
...
Previously it would silently fail to create the /gnu/store symlink when
the host has a read-only /gnu as is the case in these tests.
* gnu/packages/aux-files/run-in-namespace.c (exec_with_loader): Unlink
the ancestor of ORIGINAL_STORE under NEW_ROOT. Check the return value
of 'symlink' when creating NEW_STORE.
* tests/guix-pack-relocatable.sh: Check the contents of the store as
seen by the wrapped executable, with all three engines, and with both
"/gnu" and "/gnu/store" erased.
2020-07-28 14:41:05 +02:00
Ludovic Courtès
c6c0d5a22c
pack: "fakechroot" execution engine can load its audit module.
...
Fixes <https://bugs.gnu.org/42558 >.
Until now, loading 'pack-audit.so' in a truly non-Guix environment would
usually fail because 'pack-audit.so' depends on 'libgcc_s.so' and
'libc.so', none of which could be found.
Furthermore, the test was not working as expected: the trick
unshare -mrf sh -c 'mount -t tmpfs none /gnu ; ...'
would allow the fakechroot engine to make its store available as
/gnu/store as a result of another bug.
* gnu/packages/aux-files/run-in-namespace.c (relocated_search_path): New
function.
(exec_with_loader): Pass "--library-path" to the loader.
* guix/scripts/pack.scm (wrapped-package)[build](runpath): New procedure.
(elf-loader-compile-flags): Pass "-DLOADER_AUDIT_RUNPATH".
* tests/guix-pack-relocatable.sh: Remove 'STORE_PARENT'.
(run_without_store): New function. Erase $NIX_STORE_DIR instead of
$STORE_PARENT.
Use 'run_without_store' throughout.
2020-07-28 14:41:04 +02:00
Michael Rohleder
f2dc025eda
gnu: emacs-yasnippet-snippets: Update to 0.23
...
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-28 12:46:43 +02:00
Nicolas Goaziou
23f8c10198
gnu: Update copyright.
...
* gnu/packages/qt.scm: Update copyright.
2020-07-28 12:44:54 +02:00
Michael Rohleder
135063495b
gnu: emacs-perspective: Update to 2.9.
...
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.9.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-28 12:39:08 +02:00
Michael Rohleder
d8d089e8b6
gnu: tidy-html: Update to 5.7.28.
...
* gnu/packages/web.scm (tidy-html): Update to 5.7.28.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-28 12:13:35 +03:00
Efraim Flashner
5f18f36dcf
gnu: evisum: Update to 0.5.1.
...
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.1.
2020-07-28 12:05:00 +03:00
Efraim Flashner
02dcd14f84
gnu: terminology: Update to 1.8.0.
...
* gnu/packages/enlightenment.scm (terminology): Update to 1.8.0.
2020-07-28 12:02:37 +03:00
Jan Wielkiewicz
840d7034ec
gnu: arm-none-eabi-toolchain: Fix compilation.
...
* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update)
[native-inputs]: Remove gcc-5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-28 10:43:43 +03:00
Maxim Cournoyer
076fd4e791
gnu: lib2geom: Fix more tests.
...
There were still two tests failing on aarch64-linux:
1. rotated-rect-test,
2. ellipse-test.
The first one was removed along with the RotatedRect class in latest upstream,
while the second one is yet numerical accuracy related. It gets fixed by
updating the already existing 'lib2geom-fix-tests' patch.
* gnu/packages/graphics.scm (lib2geom): Bump revision to "2", and update
commit hash to the latest one available.
* gnu/packages/patches/lib2geom-fix-tests.patch: Update patch.
2020-07-28 00:32:00 -04:00
Tobias Geerinckx-Rice
f43458d70a
gnu: python2-ttystatus: Update to 0.38.
...
* gnu/packages/python-xyz.scm (python2-ttystatus): Update to 0.38.
2020-07-28 02:18:47 +02:00
Tobias Geerinckx-Rice
ad4ee037fd
gnu: python-parso: Update to 0.7.1.
...
* gnu/packages/python-xyz.scm (python-parso): Update to 0.7.1.
2020-07-28 02:18:47 +02:00
Tobias Geerinckx-Rice
3d320ae1af
gnu: python2-ttystatus: Don't use unstable tarball.
...
* gnu/packages/python-xyz.scm (python2-ttystatus)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2020-07-28 02:18:47 +02:00
Tobias Geerinckx-Rice
44831ecb11
gnu: lsp-plugins: Update to 1.1.24.
...
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.24.
2020-07-28 02:18:47 +02:00
Julien Lepiller
c1b11a52eb
gnu: java-jakarta-oro: Fix reproducibility issue.
...
* gnu/packages/java.scm (java-jakarta-oro)[arguments]: Do not record
current date.
2020-07-28 02:13:54 +02:00
Julien Lepiller
c1fb0d8ec9
gnu: java-bsh: Fix reproducibility issue.
...
* gnu/packages/java.scm (java-bsh)[arguments]: Do not record current
date.
2020-07-28 01:53:08 +02:00
Andrew Whatson
fc677fae03
gnu: emacs-flycheck-guile: Update to 0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-28 00:18:41 +02:00
Tobias Geerinckx-Rice
7b58d009a9
gnu: libtextstyle: Update to 0.21.
...
* gnu/packages/gettext.scm (libtextstyle): Update to 0.21.
2020-07-27 20:46:19 +02:00
Tobias Geerinckx-Rice
0cd0263180
gnu: rdiff-backup: Update to 2.0.5.
...
* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.5.
2020-07-27 20:46:19 +02:00
Mathieu Othacehe
4aa7dfe47f
gnu: zlib: Document why "git-fetch" cannot be used.
...
* gnu/packages/guile.scm (guile-zlib): Explain that using "git-fetch" would
create and endless inclusion loop here.
2020-07-27 18:30:21 +02:00
Mathieu Othacehe
69361e8881
gnu: lzlib: Use url-fetch instead of git-fetch.
...
* gnu/packages/guile.scm (guile-lzlib)[source]: Use url-fetch instead of
git-fetch.
2020-07-27 15:48:28 +02:00
Mathieu Othacehe
442413912b
gnu: zlib: Use url-fetch instead of git-fetch.
...
* gnu/packages/guile.scm (guile-zlib)[source]: Use url-fetch instead of
git-fetch.
2020-07-27 15:46:50 +02:00
Mathieu Othacehe
e5758aeb0e
gnu: Move guile-zlib and guile-lzlib packages.
...
* gnu/packages/guile-xyz.scm (guile-zlib, guile-lzlib): Move to ...
* gnu/packages/guile.scm: ... here.
2020-07-27 15:02:33 +02:00
Efraim Flashner
069da2433e
gnu: Add python-mastodon-py.
...
* gnu/packages/mastodon.scm (python-mastodon-py): New variable.
2020-07-27 13:11:37 +03:00
Efraim Flashner
ab8c707dd3
gnu: Add python-http-ece.
...
* gnu/packages/python-web.scm (python-http-ece): New variable.
2020-07-27 13:11:34 +03:00
Anders Thuné
e4b8feaf5c
gnu: Add xdg-desktop-portal-gtk.
...
* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Anders Thuné
911504377f
gnu: Add xdg-desktop-portal.
...
* gnu/packages/freedesktop.scm (xdg-desktop-portal): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Ludovic Courtès
0c75dc7d0f
gnu: pipewire@0.3: Update to 0.3.7.
...
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.7.
2020-07-27 12:06:36 +02:00
Anders Thuné
ef43f74c2b
gnu: Add libportal.
...
* gnu/packages/freedesktop.scm (libportal): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Anders Thuné
d888a9c9f9
gnu: Add pipewire-0.3.
...
* gnu/packages/linux.scm (pipewire-0.3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Robin Green
73cb3e103f
services: auditd: Provide default configuration directory.
...
* gnu/services/auditd.scm (auditd.conf)
(%default-auditd-configuration-directory): New variables.
(<auditd-configuration>): Switch to 'define-record-type*'.
[configuration-directory]: New field.
(auditd-shepherd-service): Honor 'configuration-directory'. Pass #:pid-file.
(auditd-service-type)[description]: Tweak.
[default-value]: Provide 'configuration-directory'.
* doc/guix.texi (Miscellaneous Services): Update docs to reflect
changes.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Ludovic Courtès
79501f26ab
services: Add 'unattended-upgrade-service-type'.
...
* gnu/services/admin.scm (<unattended-upgrade-configuration>): New
record type.
(%unattended-upgrade-log-file): New variable.
(unattended-upgrade-mcron-jobs, unattended-upgrade-log-rotations): New
procedures.
(unattended-upgrade-service-type): New variable.
* doc/guix.texi (Service Reference): Add 'provenance-service-type' anchor.
(Unattended Upgrades): New section.
2020-07-27 12:06:36 +02:00
Ludovic Courtès
c20e697ea1
gnu: guile-reader: Switch to Guile 3.0.
...
* gnu/packages/guile-xyz.scm (guile-reader)[inputs]: Switch to GUILE-3.0.
(guile2.2-reader): New variable.
* gnu/packages/guile-xyz.scm (haunt)[propagated-inputs]: Add GUILE-READER.
(guile2.2-haunt)[propagated-inputs]: Use GUILE2.2-READER.
* gnu/packages/skribilo.scm (skribilo)[propagated-inputs]: Use
GUILE2.2-READER and GUILE2.2-LIB.
2020-07-27 12:06:36 +02:00
Ludovic Courtès
a7c69419c2
gnu: guile-reader: Update to 0.6.3.
...
* gnu/packages/guile-xyz.scm (guile-reader): Update to 0.6.3.
[native-inputs]: Use GPERF instead of GPERF-3.0.
2020-07-27 12:06:35 +02:00
Ludovic Courtès
a396dd01bc
machine: ssh: Check for potential system downgrades.
...
This is a followup to 8e31736b0a
.
* guix/scripts/system/reconfigure.scm (check-forward-update): Add
#:current-channels. Use it instead of OLD.
* gnu/services.scm (sexp->system-provenance): New procedure.
(system-provenance): Use it.
* gnu/machine/ssh.scm (<machine-ssh-configuration>)[allow-downgrades?]:
New field.
(machine-check-forward-update): New procedure.
(check-deployment-sanity)[assertions]: Call it.
* doc/guix.texi (Invoking guix deploy): Document 'allow-downgrades?'
field.
2020-07-27 12:06:35 +02:00
Nicolas Goaziou
578a1d794b
gnu: qtspell: Add missing module.
2020-07-27 11:59:14 +02:00
Nicolas Goaziou
3844166f1c
gnu: Add qtspell.
...
* gnu/packages/qt.scm (qtspell): New variable.
2020-07-27 11:57:59 +02:00
Nicolas Goaziou
d8b9904e41
gnu: emacs-slime: Update to 2.25.
...
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.25.
2020-07-27 11:28:44 +02:00
Nicolas Goaziou
6de772d9d4
gnu: emacs-magit-popup: Update to 2.13.3.
...
* gnu/packages/emacs-xyz.scm (emacs-magit-popup): Update to 2.13.3.
2020-07-27 11:26:57 +02:00
Nicolas Goaziou
a0a7fdd3d8
gnu: emacs-ebuild-mode: Update to 1.51.
...
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.51.
2020-07-27 11:25:05 +02:00
Nicolas Goaziou
45c4bb10e4
gnu: emacs-company: Update to 0.9.13.
...
* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.13.
[source]: Use GNU ELPA URL.
[arguments]: Remove section.
2020-07-27 11:22:23 +02:00
Maxim Cournoyer
2bd84c50ff
gnu: plotutils: Fix build on non-x86_64 architectures.
...
* gnu/packages/patches/plotutils-spline-test.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/plotutils.scm (plotutils)[patches]: Apply it.
2020-07-27 00:02:10 -04:00
Tobias Geerinckx-Rice
94b688925f
gnu: btrfs-progs: Update to 5.7.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 5.7.
2020-07-27 04:25:30 +02:00
Tobias Geerinckx-Rice
0a76da8480
gnu: s6-rc: Update to 0.5.1.4.
...
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.4.
2020-07-27 04:25:29 +02:00
Tobias Geerinckx-Rice
a4feaef44a
gnu: you-get: Update to 0.4.1456.
...
* gnu/packages/video.scm (you-get): Update to 0.4.1456.
2020-07-27 04:25:28 +02:00
Tobias Geerinckx-Rice
90881528b3
gnu: youtube-viewer: Update to 3.7.7.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.7.
2020-07-27 04:25:27 +02:00
Tobias Geerinckx-Rice
92af56501c
gnu: xfce4-timer-plugin: Update to 1.7.1.
...
* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.1.
2020-07-27 04:25:27 +02:00
Tobias Geerinckx-Rice
c6d3654967
gnu: xfce4-whiskermenu-plugin: Update to 2.4.6.
...
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.6.
2020-07-27 04:25:25 +02:00
Tobias Geerinckx-Rice
c64f0eea88
gnu: python-jedi: Update to 0.17.2.
...
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.17.2.
[source, arguments]: Remove upstreamed patching.
* gnu/packages/patches/python-jedi-sort-project-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-07-27 04:25:24 +02:00
Tobias Geerinckx-Rice
083bc36215
gnu: python-dbus: Update to 1.2.16.
...
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.16.
2020-07-27 04:25:23 +02:00
Hendursaga
0eea55967c
gnu: isync: Update to 1.3.2.
...
* gnu/packages/mail.scm (isync): Update to 1.3.2.
[home-page]: Update home-page.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-07-26 20:09:33 -04:00
Efraim Flashner
e951c9f205
gnu: asciidoc: Don't use unstable tarball.
...
* gnu/packages/documentation.scm (asciidoc)[source]: Download using
git-fetch.
2020-07-26 22:19:12 +03:00
Efraim Flashner
0c6b92d272
gnu: enlightenment: Update to 0.24.2.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.24.2.
2020-07-26 22:08:42 +03:00
Tobias Geerinckx-Rice
15b8b85879
gnu: perl-io-compress: Update to 2.095.
...
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.095.
2020-07-26 20:45:02 +02:00
Tobias Geerinckx-Rice
4a0a0c7455
gnu: perl-compress-raw-zlib: Update to 2.095.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.095.
2020-07-26 20:45:02 +02:00
Tobias Geerinckx-Rice
96743f339d
gnu: perl-compress-raw-bzip2: Update to 2.095.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.095.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
b1953a196a
gnu: perl-compress-bzip2: Update to 2.28.
...
* gnu/packages/perl-compression.scm (perl-compress-bzip2): Update to 2.28.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
430ae98d2b
gnu: zam-plugins: Update to 3.13.
...
* gnu/packages/music.scm (zam-plugins): Update to 3.13.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
94050eaff8
gnu: libostree: Update to 2020.4.
...
* gnu/packages/package-management.scm (libostree): Update to 2020.4.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
ae383cdfc6
gnu: jasper: Update to 2.0.17.
...
* gnu/packages/image.scm (jasper): Update to 2.0.17.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
e6c2c4a022
gnu: libblockdev: Update to 2.24.
...
* gnu/packages/disk.scm (libblockdev): Update to 2.24.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
5f39462b6b
gnu: python-psycopg2: Update to 2.8.5.
...
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.5.
2020-07-26 20:45:00 +02:00
Tobias Geerinckx-Rice
feac55dd58
gnu: fping: Update to 4.4.
...
* gnu/packages/networking.scm (fping): Update to 4.4.
2020-07-26 20:45:00 +02:00
Tobias Geerinckx-Rice
5292f74284
gnu: mu: Update to 1.4.12.
...
* gnu/packages/mail.scm (mu): Update to 1.4.12.
2020-07-26 20:45:00 +02:00
Tobias Geerinckx-Rice
b2c163cec3
gnu: python-bleach: Update to 3.1.5.
...
* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.5.
2020-07-26 20:45:00 +02:00
Tobias Geerinckx-Rice
310f83497d
gnu: python-flask-sqlalchemy: Update to 2.4.4.
...
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.4.
2020-07-26 20:45:00 +02:00
Mathieu Othacehe
e5b6ae9154
gnu: guix: Update to 1.1.0-18.0addee1.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-18.0addee1.
2020-07-26 18:51:59 +02:00
Mathieu Othacehe
218a67dfab
installer: Add NTFS support.
...
This adds support for creating and editing NTFS partitions. It is however not
possible yet to create root NTFS partitions, as overlaying on top of a fuse
partition does not seem supported.
* gnu/installer.scm (installer-program): Add "ntfs-3g" to the inputs.
* gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type,
partition-filesystem-user-type, create-ntfs-file-system,
format-user-partitions): Add NTFS support.
* gnu/installer/newt/partition.scm (run-fs-type-page): Add NTFS support.
2020-07-26 18:35:10 +02:00
Mathieu Othacehe
675e56221e
file-systems: Add NTFS support.
...
* gnu/system/uuid.scm (%ntfs-endianness): New macro,
(ntfs-uuid->string): new procedure,
(%ntfs-endianness): new variable,
(string->ntfs-uuid): new exported procedure,
(%uuid-parsers): add NTFS support,
(%uuid-printers): add NTFS support.
* gnu/build/file-systems.scm (%ntfs-endianness): New macro,
(ntfs-superblock?, read-ntfs-superblock, ntfs-superblock-uuid,
check-ntfs-file-system): new procedure,
(%partition-uuid-readers): add NTFS support,
(check-file-system): add NTFS support.
2020-07-26 18:35:10 +02:00
Efraim Flashner
1f322c5eb3
gnu: newsboat: Update to 2.20.1.
...
* gnu/packages/syndication.scm (newsboat): Update to 2.20.1.
[source]: Add snippet to loosen version requirement on crate dependency.
[build-system]: Switch to cargo-build-system.
[native-inputs]: Remove asciidoc, add openssl, asciidoctor.
[arguments]: Add gnu-build-system module. Add vendor-dir, cargo-inputs,
cargo-development-inputs fields. Don't delete 'configure phase. Add
custom 'dont-vendor-self-phase. Replace 'build, 'check, 'install phases
with gnu counterparts.
(newsboat-2.13): New variable.
2020-07-26 19:20:24 +03:00
Nicolas Goaziou
316df38a44
gnu: emacs-ctrlf: Update to 1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.1.
2020-07-26 17:51:33 +02:00
Nicolas Goaziou
9a5d56e047
gnu: emacs-prescient: Update to 5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.0.
2020-07-26 17:50:30 +02:00
Nicolas Goaziou
46d2236404
gnu: emacs-selectrum: Update to 2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 2.0.
2020-07-26 17:49:28 +02:00
Nicolas Goaziou
f01c3c41be
gnu: emacs-chronometrist: Update to 0.5.3.
...
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.3.
[source]: Update URL.
[arguments]: Add phases.
[propagated-inputs]: Add `emacs-ts'.
[home-page]: Update URL.
2020-07-26 17:45:33 +02:00
Nicolas Goaziou
32e75c78f8
gnu: grammalecte: Update to 1.11.0.
...
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.11.0.
2020-07-26 17:00:38 +02:00
Alexandru-Sergiu Marton
16148623f1
gnu: rust-serde-test-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-test-1.0): Rename to
rust-serde-test-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-07-26 15:17:35 +02:00
Alexandru-Sergiu Marton
ef1f71e0ae
gnu: rust-serde-derive-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-derive-1.0): Rename to
rust-serde-derive-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-07-26 15:17:05 +02:00
Alexandru-Sergiu Marton
40908e02f3
gnu: rust-serde-json-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-json-1.0): Rename to rust-serde-json-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-07-26 15:16:23 +02:00
Alexandru-Sergiu Marton
271161db25
gnu: rust-serde-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-1.0): Rename to rust-serde-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-07-26 15:08:27 +02:00
Oleg Pykhalov
6bd6b12350
gnu: Add xmenu.
...
* gnu/packages/wm.scm (xmenu): New variable.
2020-07-26 15:21:14 +03:00
Oleg Pykhalov
ab751d5320
gnu: Add xclickroot.
...
* gnu/packages/wm.scm (xclickroot): New variable.
2020-07-26 15:20:26 +03:00
Marius Bakke
ebd1ba713c
gnu: glibc: Remove old versions.
...
* gnu/packages/patches/glibc-CVE-2015-5180.patch,
gnu/packages/patches/glibc-CVE-2015-7547.patch,
gnu/packages/patches/glibc-CVE-2016-3075.patch,
gnu/packages/patches/glibc-CVE-2016-3706.patch,
gnu/packages/patches/glibc-CVE-2016-4429.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch,
gnu/packages/patches/glibc-o-largefile.patch,
gnu/packages/patches/glibc-vectorized-strcspn-guards.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (glibc-2.26, glibc-2.25, glibc-2.24, glibc-2.23,
glibc-2.22): Remove variables.
2020-07-26 13:37:12 +02:00
Marius Bakke
ccc1d743a6
gnu: ungoogled-chromium: Use tcmalloc.
...
* gnu/packages/chromium.scm (%preserved-third-party-files): Preserve the
bundled fork of tcmalloc.
(ungoogled-chromium)[arguments]: Remove "use_allocator" from #:configure-flags.
2020-07-26 13:20:14 +02:00
Ivan Kozlov
f11d429071
gnu: icecat: Add libxscrnsaver to runtime LD_LIBRARY_PATH
...
IceCat loads libXss.so at runtime to inhibit screen locking if other interfaces are unavailable.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add libxscrnsaver to
wrap-program arguments.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-07-26 13:11:43 +02:00
Oleg Pykhalov
ce9c5bb79c
gnu: emacs-treemacs-extra: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add
EMACS-PERSP-MODE.
2020-07-26 12:27:03 +03:00
Oleg Pykhalov
22257dc70e
gnu: Add emacs-org-generate.
...
* gnu/packages/emacs-xyz.scm (emacs-org-generate): New variable.
2020-07-26 12:27:03 +03:00
Oleg Pykhalov
9d36948c54
gnu: Add emacs-cort.
...
* gnu/packages/emacs-xyz.scm (emacs-cort): New variable.
2020-07-26 12:27:00 +03:00
Oleg Pykhalov
ce1c549290
gnu: emacs-ansi: Update to 0.4.1-1.a41d5cc.
...
* gnu/packages/emacs-xyz.scm (emacs-ansi): Update to 0.4.1-1.a41d5cc.
2020-07-26 10:57:22 +03:00
Jakub Kądziołka
74dc65b834
gnu: quassel: Fix icons in Qt interface.
...
* gnu/packages/irc.scm (quassel)[inputs]: Add qtsvg.
[build-system]: Switch to qt-build-system.
2020-07-26 01:36:46 +02:00
Tobias Geerinckx-Rice
19cf83426a
gnu: nomad: Fix build.
...
* gnu/packages/guile-xyz.scm (nomad)[inputs]: Use Guile 2.2 library packages.
[arguments]: Treat warnings as warnings.
2020-07-25 23:56:23 +02:00
Tobias Geerinckx-Rice
fa0c177493
gnu: flint: Update to 2.6.1.
...
* gnu/packages/algebra.scm (flint): Update to 2.6.1.
2020-07-25 22:13:24 +02:00
Tobias Geerinckx-Rice
9f3043625d
gnu: kyotocabinet: Update to 1.2.78.
...
* gnu/packages/databases.scm (kyotocabinet): Update to 1.2.78.
2020-07-25 22:13:24 +02:00
Ludovic Courtès
d51bfe242f
Use 'formatted-message' instead of '&message' where appropriate.
...
* gnu.scm (%try-use-modules): Use 'formatted-message' instead of
'&message'.
* gnu/machine/digital-ocean.scm (maybe-raise-unsupported-configuration-error):
Likewise.
* gnu/machine/ssh.scm (machine-check-file-system-availability): Likewise.
(machine-check-building-for-appropriate-system): Likewise.
(deploy-managed-host): Likewise.
(maybe-raise-unsupported-configuration-error): Likewise.
* gnu/packages.scm (search-patch): Likewise.
* gnu/services.scm (%service-with-default-value): Likewise.
(files->etc-directory): Likewise.
(fold-services): Likewise.
* gnu/system.scm (locale-name->definition*): Likewise.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): Likewise.
(check-luks-device): Likewise.
* guix/channels.scm (latest-channel-instance): Likewise.
* guix/cve.scm (json->cve-items): Likewise.
* guix/git-authenticate.scm (commit-signing-key): Likewise.
(commit-authorized-keys): Likewise.
(authenticate-commit): Likewise.
(verify-introductory-commit): Likewise.
* guix/remote.scm (remote-pipe-for-gexp): Likewise.
* guix/scripts/graph.scm (assert-package): Likewise.
* guix/scripts/offload.scm (private-key-from-file*): Likewise.
* guix/ssh.scm (authenticate-server*): Likewise.
(open-ssh-session): Likewise.
(remote-inferior): Likewise.
* guix/ui.scm (matching-generations): Likewise.
* guix/upstream.scm (package-update): Likewise.
* tests/channels.scm ("latest-channel-instances, missing introduction for 'guix'"):
Catch 'formatted-message?'.
("authenticate-channel, wrong first commit signer"): Likewise.
* tests/lint.scm ("patches: not found"): Adjust message string.
* tests/packages.scm ("patch not found yields a run-time error"): Catch
'formatted-message?'.
* guix/lint.scm (check-patch-file-names): Handle 'formatted-message?'.
(check-derivation): Ditto.
2020-07-25 19:11:37 +02:00
Ludovic Courtès
7a0bf3d533
file-systems: Convey hint via '&fix-hint'.
...
* gnu/system/file-systems.scm (btrfs-store-subvolume-file-name): Use
'&fix-hint' for the hint.
2020-07-25 19:11:36 +02:00
Ludovic Courtès
f9a8dd053c
utils: Move '&fix-hint' to (guix diagnostics).
...
* guix/utils.scm (&fix-hint): Move to...
* guix/diagnostics.scm (&fix-hint): ... here.
* gnu.scm: Adjust imports accordingly.
* gnu/system/mapped-devices.scm: Likewise.
* guix/channels.scm: Likewise.
* guix/profiles.scm: Likewise.
* guix/scripts/system/reconfigure.scm: Likewise.
* guix/ssh.scm: Likewise.
2020-07-25 19:11:36 +02:00
Ludovic Courtès
a5e2fc7376
utils: Move <location> and '&error-location' to (guix diagnostics).
...
* guix/utils.scm (<location>, source-properties->location)
(location->source-properties, &error-location): Move to...
* guix/diagnostics.scm: ... here.
* gnu.scm: Adjust imports accordingly.
* gnu/machine.scm: Likewise.
* gnu/system.scm: Likewise.
* gnu/tests.scm: Likewise.
* guix/inferior.scm: Likewise.
* tests/channels.scm: Likewise.
* tests/packages.scm: Likewise.
2020-07-25 19:11:36 +02:00
Lars-Dominik Braun
07dbdbd766
gnu: beets: Support replaygain plugin.
...
* gnu/packages/music.scm (beets)[arguments]: Add 'wrap-typelib phase.
[inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good,
gobject-introspection and python-pygobject.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:57 +02:00
Vinicius Monego
581b37c866
gnu: Add python-pre-commit.
...
* gnu/packages/version-control.scm (pre-commit): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:57 +02:00
Vinicius Monego
a5d27dbe8e
gnu: Add python-pytest-env.
...
* gnu/packages/python-check.scm (python-pytest-env): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:57 +02:00
Vinicius Monego
b8bf0f8c2c
gnu: Add python-nodeenv.
...
* gnu/packages/python-xyz.scm (python-nodeenv): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:57 +02:00
Vinicius Monego
48443dc880
gnu: Add python-identify.
...
* gnu/packages/python-xyz.scm (python-identify): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:57 +02:00
Vinicius Monego
9c4d0d29a2
gnu: Add python-cfgv.
...
* gnu/packages/python-xyz.scm (python-cfgv): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:57 +02:00
Vinicius Monego
ea4972e6dc
gnu: Add python-covdefaults.
...
* gnu/packages/python-check.scm (python-covdefaults): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:56 +02:00
Vinicius Monego
8ea5d35e5c
gnu: Add python-pytest-mpl.
...
* gnu/packages/python-check.scm (python-pytest-mpl): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:56 +02:00
Vinicius Monego
04a3cb9984
gnu: Add python-pytest-remotedata.
...
* gnu/packages/python-check.scm (python-pytest-remotedata): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:56 +02:00
Vinicius Monego
8974f7d065
gnu: Add python-pytest-openfiles.
...
* gnu/packages/python-check.scm (python-pytest-openfiles): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:56 +02:00
Vinicius Monego
4202af69b4
gnu: Add python-pytest-filter-subpackage.
...
* gnu/packages/python-check.scm (python-pytest-filter-subpackage): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:56 +02:00
Vinicius Monego
5bec698d47
gnu: Add python-pytest-doctestplus.
...
* gnu/packages/python-check.scm (python-pytest-doctestplus): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:56 +02:00
Vinicius Monego
c0f52c41d8
gnu: Add python-pytest-arraydiff.
...
* gnu/packages/python-check.scm (python-pytest-arraydiff): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:56 +02:00
Tanguy Le Carrour
cd09634ad5
gnu: python-typing-extension: Update to 3.7.4.2.
...
* gnu/packages/python-xyz.scm (python-typing-extension): Update to 3.7.4.2.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:55 +02:00
Giacomo Leidi
29b659ead3
gnu: Add syncthing-gtk.
...
* gnu/packages/syncthing.scm (syncthing-gtk): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-25 18:47:55 +02:00
Marius Bakke
edce3b955d
gnu: procenv: Check is a native input.
...
* gnu/packages/linux.scm (procenv)[inputs]: Move CHECK ...
[native-inputs]: ... here.
2020-07-25 18:47:55 +02:00
Marius Bakke
406f3f9b8a
gnu: libsigrok: Remove unused input.
...
* gnu/packages/electronics.scm (libsigrok)[native-inputs]: Remove CHECK.
2020-07-25 18:47:55 +02:00
Marius Bakke
9ff9a64dd1
gnu: ao: Update source URI.
...
* gnu/packages/xiph.scm (ao)[source](uri): Adjust to current.
2020-07-25 18:47:55 +02:00
Joseph LaFreniere
b8901175b7
gnu: Add emacs-shx.
...
* gnu/packages/emacs-xyz.scm (emacs-shx): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 17:04:50 +03:00
Mathieu Othacehe
554fd0e869
gnu: Add guile-lzlib.
...
* gnu/packages/guile-xyz.scm (guile-lzlib): New variable.
2020-07-25 16:01:58 +02:00
Mathieu Othacehe
20df47e5a3
gnu: Add guile-zlib.
...
* gnu/packages/guile-xyz.scm (guile-zlib): New variable.
2020-07-25 14:47:47 +02:00
Michael Rohleder
8e969204d5
gnu: emacs-erc-hl-nicks: Update to 1.3.4.
...
* gnu/packages/emacs-xyz.scm (emacs-erc-hl-nicks): Update to 1.3.4.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 15:42:28 +03:00
Michael Rohleder
cffb787cbb
gnu: emacs-helm: Update to 3.6.4.
...
From 451290515c14b44aa00bd542e13a00a3898d4a90 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Mon, 20 Jul 2020 18:36:09 +0200
Subject: [PATCH] gnu: emacs-helm: Update to 3.6.4.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.4.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 15:21:49 +03:00
Michael Rohleder
f92a03e332
gnu: emacs-org-re-reveal: Update to 3.0.2.
...
From 1c27f0dd4ab904319ba2b11c29afea07b7f4aca9 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Mon, 20 Jul 2020 18:55:29 +0200
Subject: [PATCH] gnu: emacs-org-re-reveal: Update to 3.0.2.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.0.2.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 15:20:08 +03:00
Trevor Hass
fb38560c82
gnu: Add azimuth.
...
* gnu/packages/games.scm (azimuth): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 15:13:39 +03:00
Tobias Geerinckx-Rice
30d6eb85da
gnu: squeak-vm: Enter build directory once.
...
* gnu/packages/smalltalk.scm (squeak-vm)[arguments]: Use CHDIR instead of
pseudofunctional WITH-DIRECTORY-EXCURSIONs. Drop the custom ‘build’ phase.
2020-07-25 13:55:57 +02:00
Tobias Geerinckx-Rice
b3c1dac11b
gnu: squeak-vm: Update home page.
...
* gnu/packages/smalltalk.scm (squeak-vm)[source, home-page]: Drop ‘www’ subdomain.
2020-07-25 13:55:56 +02:00
Tobias Geerinckx-Rice
db80caa8ca
gnu: wine-staging: Update to 5.13.
...
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 5.13.
2020-07-25 13:13:11 +02:00
Tobias Geerinckx-Rice
46b5e67eaf
gnu: mpg123: Update to 1.26.3.
...
* gnu/packages/mp3.scm (mpg123): Update to 1.26.3.
2020-07-25 13:13:11 +02:00
Tobias Geerinckx-Rice
0b772051d4
gnu: burp: Enable the live status monitor.
...
* gnu/packages/backup.scm (burp)[inputs]: Add ncurses.
2020-07-25 13:13:11 +02:00
Tobias Geerinckx-Rice
73f6a2ba54
gnu: bshapr: Update to 0.9.
...
* gnu/packages/music.scm (bshapr): Update to 0.9.
2020-07-25 13:13:10 +02:00
Tobias Geerinckx-Rice
b6d2e60175
gnu: fswatch: Update to 1.15.0.
...
* gnu/packages/monitoring.scm (fswatch): Update to 1.15.0.
2020-07-25 13:13:10 +02:00
Tanguy Le Carrour
6e06192ca4
gnu: python-tomlkit: Update to 0.6.0.
...
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.6.0.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 13:28:31 +03:00
Tanguy Le Carrour
5a6d0413a9
gnu: python-pifpaf: Update to 2.5.0.
...
* gnu/packages/python-xyz.scm (python-pifpaf): Update to 2.5.0.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 13:26:37 +03:00
Tanguy Le Carrour
a45a259135
gnu: poetry: Update to 1.0.10.
...
* gnu/packages/python-xyz.scm (poetry): Update to 1.0.10.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 12:54:19 +03:00
Michael Rohleder
ad06328927
gnu: emacs-writeroom: Update to 3.10.
...
From f5c5d622aaf58bc485f73568513998cda35a8d2e Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 24 Jul 2020 13:46:39 +0200
Subject: [PATCH] gnu: emacs-writeroom: Update to 3.10.
* gnu/packages/emacs-xyz.scm (emacs-writeroom): Update to 3.10.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 12:48:29 +03:00
Michael Rohleder
44a2ee1d2b
gnu: emacs-helm-ag: Update to 0.62.
...
From 2a2b347b4abbd91eaf09f61643fdd22b51b21d4d Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 24 Jul 2020 13:17:59 +0200
Subject: [PATCH] gnu: emacs-helm-ag: Update to 0.62.
* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.62.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 12:48:18 +03:00
Michael Rohleder
1c51efdb55
gnu: emacs-helm-gtags: Update to 1.5.7.
...
From 4399c3eb815a16ae21c85bad33cd3c69e8d43c4f Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 24 Jul 2020 12:14:34 +0200
Subject: [PATCH] gnu: emacs-helm-gtags: Update to 1.5.7.
* gnu/packages/emacs-xyz.scm (emacs-helm-gtags): Update to 1.5.7.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 12:46:30 +03:00
Oleg Pykhalov
64c6282e7f
services: nix: Add extra-options.
...
* gnu/services/nix.scm (<nix-configuration>)[extra-options]: New field.
(nix-shepherd-service): Add this.
(nix-activation): Add new line to the end of /etc/nix/nix.conf file.
* doc/guix.texi (Miscellaneous Services)[Nix service]: Document this.
2020-07-25 12:27:35 +03:00
Oleg Pykhalov
3601d802d5
services: nix: Fix typo.
...
* gnu/services/nix.scm (<nix-configuration>): Fix typo.
2020-07-25 12:27:35 +03:00
Peng Mei Yu
ee67d193b3
services: nix: Export nix-configuration.
...
* gnu/services/nix.scm (nix-configuration, nix-configuration?): Export.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 12:27:35 +03:00
Peng Mei Yu via Guix-patches via
db65d7447c
services: nix: Provide nix commands.
...
* gnu/services/nix.scm (nix-service-type): Extend profile-service-type to
provide nix commands.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-07-25 12:27:35 +03:00
Vinicius Monego
1a29027356
gnu: Add srain.
...
* gnu/packages/irc.scm (srain): New package.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-07-25 16:01:34 +08:00
Michael Rohleder
6bbd0fd202
gnu: Add bashtop.
...
* gnu/packages/admin.scm (bashtop): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-07-25 15:37:36 +08:00
Ivan Kozlov
144d74f841
gnu: Replace transset-df with transset.
...
transset-df was last updated in 2007. The patches got merged upstream a long
time ago, which is maintained by the X.Org project.
* gnu/packages/xorg.scm (transset): New variable.
(transset-df): Define as ‘deprecated package’.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-07-25 15:21:04 +08:00
Evan Straw
30aa5dd7e7
gnu: emacs-use-package: Install texinfo manual.
...
* gnu/packages/emacs-xyz.scm (emacs-use-package).
[native-inputs]: Add texinfo.
[arguments]: Add phase for installation of the texinfo manual.
Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-07-24 21:01:41 -05:00
Jesse Gibbons
982a6e79a2
gnu: chroma: Configure with inline attribute.
...
* gnu/packages/games.scm (chroma)[configure-flags]: Add flag to properly
support inline attribute of STD C89.
Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-07-24 20:14:46 -05:00
Brett Gilio
2621c6a9ea
gnu: emacs-telega: Update to 0.6.28.
...
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.28.
2020-07-24 18:35:17 -05:00
Alexandru-Sergiu Marton
cae4798e84
gnu: i3-gaps: Update to 4.18.1.
...
* gnu/packages/wm.scm (i3-gaps): Update to 4.18.1.
Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-07-24 17:42:04 -05:00
Marius Bakke
7a9a27a051
gnu: libseccomp: Skip test that fails in QEMU user-mode emulation.
...
* gnu/packages/linux.scm (libseccomp)[arguments]: Add phase to skip one test.
2020-07-24 21:08:36 +02:00
Marius Bakke
819b8b2728
gnu: libseccomp: Do not build the static library.
...
* gnu/packages/linux.scm (libseccomp)[arguments]: New field.
2020-07-24 21:08:36 +02:00
Marius Bakke
f5bb997d1e
gnu: ccid: Update to 1.4.33.
...
* gnu/packages/security-token.scm (ccid): Update to 1.4.33.
2020-07-24 21:08:36 +02:00
Marius Bakke
2cb20a3e01
gnu: nginx: Update to 1.19.1.
...
* gnu/packages/web.scm (nginx): Update to 1.19.1.
2020-07-24 21:08:36 +02:00
Marius Bakke
6a0f9c8729
gnu: rocksdb: Update to 6.11.4.
...
* gnu/packages/databases.scm (rocksdb): Update to 6.11.4.
2020-07-24 21:08:36 +02:00
Marius Bakke
56a1ffeb68
gnu: libseccomp: Update to 2.5.0.
...
* gnu/packages/linux.scm (libseccomp): Update to 2.5.0.
[native-inputs]: Add GPERF.
2020-07-24 21:08:36 +02:00
Marius Bakke
ffac364a8e
gnu: hitch: Update to 1.6.0.
...
* gnu/packages/web.scm (hitch): Update to 1.6.0.
2020-07-24 21:08:36 +02:00
Marius Bakke
24128818d0
gnu: libaacs: Update to 0.11.0.
...
* gnu/packages/video.scm (libaacs): Update to 0.11.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
edfd70dbe4
gnu: ffmpeg: Update to 4.3.1.
...
* gnu/packages/video.scm (ffmpeg): Update to 4.3.1.
2020-07-24 21:08:35 +02:00
Marius Bakke
8e61934369
gnu: re2: Update to 2020-07-06.
...
* gnu/packages/regex.scm (re2): Update to 2020-07-06.
[source](modules, snippet): Remove.
2020-07-24 21:08:35 +02:00
Marius Bakke
bdbf4d54c4
gnu: spdlog: Update to 1.7.0.
...
* gnu/packages/logging.scm (spdlog): Update to 1.7.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
7e482107e8
gnu: fluidsynth: Update to 2.1.4.
...
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.4.
2020-07-24 21:08:35 +02:00
Marius Bakke
630b75f76a
gnu: exiv2: Update to 0.27.3.
...
* gnu/packages/image.scm (exiv2): Update to 0.27.3.
2020-07-24 21:08:35 +02:00
Marius Bakke
bceadaf42e
gnu: libebml: Update to 1.4.0.
...
* gnu/packages/xml.scm (libebml): Update to 1.4.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
457a9a1343
gnu: libmatroska: Update to 1.6.0.
...
* gnu/packages/video.scm (libmatroska): Update to 1.6.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
271f278640
gnu: LibRaw: Update to 0.20.0 [fixes CVE-2020-15503].
...
* gnu/packages/photo.scm (libraw): Update to 0.20.0.
* gnu/packages/image.scm (freeimage)[source](patches): Add LibRaw
compatibility patch.
2020-07-24 21:08:34 +02:00
Marius Bakke
beb7a28110
gnu: luminance-hdr: Update to 2.6.0.
...
* gnu/packages/patches/luminance-hdr-qt-printer.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image-viewers.scm (luminance-hdr): Update to 2.6.0.
[inputs]: Add QTSVG and EIGEN.
[arguments]: Add #:tests? #f.
2020-07-24 15:02:14 +02:00
Marius Bakke
0b95f51eae
gnu: enigma: Fix build with GCC >= 6.
...
* gnu/packages/games.scm (enigma)[arguments]: Add phase to substitute faulty
comparison.
2020-07-24 15:02:14 +02:00
Marius Bakke
dc6cd35e6d
gnu: gpscorrelate: Update to 2.0.
...
* gnu/packages/gps.scm (gpscorrelate): Update to 2.0.
[arguments]: Remove #:tests?.
[inputs]: Remove GTK+-2. Add GTK+.
2020-07-24 15:02:01 +02:00
Justus Winter
3922208091
gnu: Add dkgpg.
...
* gnu/packages/openpgp.scm (dkgpg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-24 14:21:31 +02:00
Justus Winter
d51cb7f85f
gnu: Add libtmcg.
...
* gnu/packages/openpgp.scm: New file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-24 14:21:31 +02:00
Ludovic Courtès
12dc9f58c4
gnu: gcc: Fix libstdc++ misconfiguration.
...
Fixes <https://bugs.gnu.org/42392 >.
Reported by Maxim Cournoyer and Erik Garrison.
Until now, the generated <bits/c++config.h> would be incorrect (many
_GLIBCXX_HAVE macros would be undefined), which in turn would lead to
build failures for most C++ programs.
* gnu/packages/gcc.scm (gcc-6)[inputs]: Add LIBSTDC++-HEADERS.
(libstdc++, libstdc++-headers): New variables.
* gnu/packages/gcc.scm (gfortran): Change first argument to 'custom-gcc'
to remove dependency on LIBSTDC++-HEADERS.
2020-07-24 14:21:30 +02:00
Ludovic Courtès
b1d3c122e1
gnu: gcc@10: Update to 10.2.0.
...
* gnu/packages/gcc.scm (gcc-10): Update to 10.2.0.
2020-07-24 14:21:30 +02:00
Vinicius Monego
c1f38577c8
gnu: Add sleef.
...
* gnu/packages/maths.scm (sleef): New variable.
Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-07-23 23:01:50 -05:00
Eric Bavier
548d4d810d
gnu: duplicity: Update to 0.8.14.
...
* gnu/packages/backup.scm (duplicity): Update to 0.8.14.
[native-inputs]: Add gettext, python-future, python-pytest,
python-pytest-runner, and python-setuptools-scm. Move other python2 packages
to python.
[propagated-inputs]: Ditto.
[inputs]: Use latest librsync.
[arguments]: Remove #:python argument. Adjust gpg substitution regex for
latest source.
2020-07-23 19:00:31 -05:00
Leo Famulari
0448bfe2d7
gnu: Fix Krita.
...
Fixes <https://bugs.gnu.org/42476 >.
Reported by linka on #guix.
* gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qtbase-for-krita): New variable.
* gnu/packages/kde.scm (krita)[inputs]: Replace qtbase with qtbase-for-krita.
2020-07-23 18:14:53 -04:00
Tobias Geerinckx-Rice
e21793fb3f
gnu: blender: Update to 2.83.3.
...
* gnu/packages/graphics.scm (blender): Update to 2.83.3.
2020-07-23 23:51:23 +02:00
Tobias Geerinckx-Rice
07af5c5e7a
gnu: dnsmasq: Update to 2.82.
...
* gnu/packages/dns.scm (dnsmasq): Update to 2.82.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
e0cb11734b
gnu: jo: Update to 1.4.
...
* gnu/packages/web.scm (jo): Update to 1.4.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
0e001b1f41
gnu: wavpack: Update to 5.3.2.
...
* gnu/packages/audio.scm (wavpack): Update to 5.3.2.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Replace the ‘bootstrap’ phase.
[native-inputs]: Add autoconf, automake, and libtool.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
9f38cdac5e
gnu: burp: Add ACL support.
...
* gnu/packages/backup.scm (burp)[inputs]: Add acl.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
5d26ba7ee3
gnu: burp: Update to 2.3.30.
...
* gnu/packages/backup.scm (burp): Update to 2.3.30.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
4ba0f3b597
gnu: parallel: Update to 20200722.
...
* gnu/packages/parallel.scm (parallel): Update to 20200722.
2020-07-23 23:51:22 +02:00
Leo Famulari
e61b3bcd79
Revert "gnu: Fix Krita."
...
This reverts commit 5f63905096
.
This commit caused `guix pull` to crash like this:
------
Backtrace:
In ice-9/boot-9.scm:
222:29 19 (map1 _)
222:29 18 (map1 _)
222:29 17 (map1 _)
222:29 16 (map1 _)
222:17 15 (map1 (((gnu packages kde)) ((gnu packages libevent)) ((gnu packages libidn)) ((gnu packages #)) ((?)) ?))
3297:17 14 (resolve-interface (gnu packages kde) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _)
In ice-9/threads.scm:
390:8 13 (_ _)
In ice-9/boot-9.scm:
3223:13 12 (_)
In ice-9/threads.scm:
390:8 11 (_ _)
In ice-9/boot-9.scm:
3507:20 10 (_)
2806:4 9 (save-module-excursion _)
3527:26 8 (_)
In unknown file:
7 (primitive-load-path "gnu/packages/kde" #<procedure 7f68d6fe5da0 at ice-9/boot-9.scm:3514:37 ()>)
In ice-9/eval.scm:
626:19 6 (_ #<directory (gnu packages kde) 7f68d6175b40>)
293:34 5 (_ #<directory (gnu packages kde) 7f68d6175b40>)
173:47 4 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
159:9 3 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
191:35 2 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
223:20 1 (proc #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval?>))
In unknown file:
0 (%resolve-variable (7 . qtbase) #<directory (gnu packages kde) 7f68d6175b40>)
ERROR: In procedure %resolve-variable:
error: qtbase: unbound variable
------
2020-07-23 16:55:02 -04:00
Leo Famulari
5f63905096
gnu: Fix Krita.
...
Fixes <https://bugs.gnu.org/42476 >.
Reported by linka on #guix.
* gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde.scm (qtbase-for-krita): New variable.
(krita)[inputs]: Replace qtbase with qtbase-for-krita.
2020-07-23 16:43:33 -04:00
Marius Bakke
e165a2492d
gnu: ungoogled-chromium: Avoid top-level reference to LLD.
...
* gnu/packages/chromium.scm (lld-as-ld, lld-wrapper, lld/wrapped): Move into ...
(make-lld-wrapper): ... here. New procedure.
2020-07-23 19:35:53 +02:00
Brett Gilio
7235ce224e
gnu: Add mercury.
...
* gnu/local.mk (GNU_SYSTEM_MODULES): Add mercury.scm.
* gnu/packages/mercury.scm: New file.
2020-07-23 12:13:59 -05:00
Tobias Geerinckx-Rice
e4d341fa74
gnu: ccache: Update to 3.7.11.
...
* gnu/packages/ccache.scm (ccache): Update to 3.7.11.
2020-07-23 16:25:11 +02:00
Tobias Geerinckx-Rice
4f204533b7
gnu: ansible: Update to 2.9.11.
...
* gnu/packages/admin.scm (ansible): Update to 2.9.11.
2020-07-23 16:25:10 +02:00
Tobias Geerinckx-Rice
56d1ab2537
gnu: rgbds: Update to 0.4.1.
...
* gnu/packages/assembly.scm (rgbds): Update to 0.4.1.
2020-07-23 16:25:10 +02:00
Tobias Geerinckx-Rice
821237566f
gnu: fio: Update to 3.21.
...
* gnu/packages/benchmark.scm (fio): Update to 3.21.
2020-07-23 16:25:10 +02:00
Tobias Geerinckx-Rice
adaff1a481
gnu: warzone2100: Update to 3.4.1.
...
* gnu/packages/games.scm (warzone2100): Update to 3.4.1.
2020-07-23 16:25:09 +02:00
Efraim Flashner
3f8041f9cd
gnu: python-django: Add optional inputs.
...
* gnu/packages/django.scm (python-django)[propagated-inputs]: Add
python-argon2-cffi, python-bcrypt.
2020-07-23 12:25:11 +03:00
Efraim Flashner
f7b7c785b6
gnu: python-django: Update to 1.11.29.
...
* gnu/packages/django.scm (python-django): Update to 1.11.29.
2020-07-23 12:24:45 +03:00
Tanguy Le Carrour
2597e47d9e
gnu: khal: Fix a failing test.
...
* gnu/packages/calendar.scm (khal)[arguments]: Fix a failing test.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-23 11:04:23 +03:00
Brett Gilio
0b5960df47
gnu: polyml: Update to 5.8.1.
...
* gnu/packages/sml.scm (polyml): Update to 5.8.1.
2020-07-22 23:54:52 -05:00
Mark H Weaver
8570fe3b60
gnu: linux-libre: Update to 5.4.53.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.53.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.53.
2020-07-23 00:33:53 -04:00
Mark H Weaver
1c97d12bdb
gnu: linux-libre@5.7: Update to 5.7.10.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.10.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.10.
2020-07-23 00:33:50 -04:00
Mark H Weaver
5d24e8735e
gnu: linux-libre@4.19: Update to 4.19.134.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.134.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.134.
2020-07-23 00:33:48 -04:00
Mark H Weaver
ceaeae8f06
gnu: linux-libre@4.14: Update to 4.14.189.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.189.
(linux-libre-4.14-pristine-source): Update hash.
(linux-libre-4.14-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.14): Update to 4.14.189.
(%linux-libre-fix-atheros-9271-patch): Delete variable.
* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-07-23 00:33:17 -04:00
Mark H Weaver
19783b7420
gnu: linux-libre@4.9: Update to 4.9.231.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.231.
(linux-libre-4.9-pristine-source): Update hash.
(linux-libre-4.9-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.9): Update to 4.9.231.
2020-07-23 00:21:59 -04:00
Mark H Weaver
90ff53af56
gnu: linux-libre@4.4: Update to 4.4.231.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231.
(linux-libre-4.4-pristine-source): Update hash.
(linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.4): Update to 4.4.231.
2020-07-23 00:19:15 -04:00
Tobias Geerinckx-Rice
dc4d01ac71
gnu: nsd: Update to 4.3.2.
...
* gnu/packages/dns.scm (nsd): Update to 4.3.2.
2020-07-23 04:42:32 +02:00
Tobias Geerinckx-Rice
08644a01e3
gnu: wla-dx: Update to 9.11.
...
* gnu/packages/assembly.scm (wla-dx): Update to 9.11.
2020-07-23 03:33:41 +02:00
Tobias Geerinckx-Rice
edef139138
gnu: sslh: Update to 1.21b.
...
* gnu/packages/networking.scm (sslh): Update to 1.21b.
2020-07-23 03:33:41 +02:00
Tobias Geerinckx-Rice
e957bab76f
gnu: ledger: Update to 3.2.1.
...
* gnu/packages/finance.scm (ledger): Update to 3.2.1.
2020-07-23 03:33:40 +02:00
Eric Bavier
c4a9182e87
gnu: rdiff-backup: Update to 2.0.3.
...
* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.3.
[native-inputs]: New field.
[inputs]: Use python3 and latest librsync.
[arguments]: Remove '#:python' argument.
[home-page]: Old url redirects, so use the new url.
2020-07-22 20:17:16 -05:00
Marius Bakke
71c237bdc8
gnu: ungoogled-chromium: Enable all release optimizations.
...
* gnu/packages/chromium.scm (ungoogled-chromium-snippet): Add substitution to
allow using unbundled dependencies in "official" builds.
(lld-as-ld, lld-wrapper, lld/wrapped): New variables.
(ungoogled-chromium)[arguments]: Add "is_official_build" to #:configure-flags.
Remove redundant or unnecessary flags, disable system protobuf. Use llvm-ar
and llvm-nm instead of their binutils equivalents.
[native-inputs]: Add LLD/WRAPPED.
[inputs]: Remove PROTOBUF.
2020-07-23 01:14:59 +02:00
Marius Bakke
300b795520
gnu: Clang: Install the CFI blacklist.
...
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add phase to symlink
cfi_blacklist.txt from CLANG-RUNTIME.
2020-07-23 01:14:59 +02:00
Marius Bakke
66c3a35b1b
gnu: ungoogled-chromium: Add VA-API fix for some Intel systems.
...
* gnu/packages/chromium.scm (%arch-patches): New variable.
(ungoogled-chromium-snippet): Use it.
2020-07-23 01:14:59 +02:00
Arun Isaac
eb404f30ad
gnu: Add font-catamaran.
...
* gnu/packages/fonts.scm (font-catamaran): New variable.
2020-07-23 04:03:48 +05:30
Jesse Gibbons
c984b70ccb
gnu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3.
...
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel): Update
to f25fb90. Re-indent package definition (using indent.el)
[phases]: Replace /home with /usr/local
[inputs]: Use GUILE-3.0 instead of GUILE-2.2, and GUILE-JSON-3 instead
of GUILE-JSON-1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-23 00:22:25 +02:00
Jesse Gibbons
3a27a3dc8f
gnu: guix-jupyter: Correct kernel search location.
...
gnu/packages/package-management.scm: guix-jupyter:
[phases]: Use guile 3.0 instead of 2.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-23 00:22:25 +02:00
Eric Bavier
2f648809e3
gnu: quadrapassel: Update to 3.36.02.
...
* gnu/packages/games.scm (quadrapassel): Update to 3.36.02.
[inputs]: Add gsound.
2020-07-22 17:14:55 -05:00
Tobias Geerinckx-Rice
d29821c67b
gnu: sudo: Update to 1.9.2.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.2.
2020-07-22 22:48:09 +02:00
Oleg Pykhalov
4656180d5d
services: nix: Fix sandbox.
...
* gnu/tests/package-management.scm: New file.
* gnu/local.mk: Add this.
* gnu/services/nix.scm (<nix-configuration>): New record.
(nix-activation): Generate Nix config file which fixes sandbox.
(nix-service-type): Add default value.
(nix-shepherd-service): Allow provide Nix package.
* doc/guix.texi (Miscellaneous Services)[Nix service]<nix-configuration>:
Document record.
2020-07-22 22:10:11 +03:00
Oleg Pykhalov
cc339cd98d
services: base: Export references-file.
...
* gnu/services/base.scm (references-file): Export procedure.
2020-07-22 22:10:10 +03:00
Andreas Enge
7dcf529673
arb: Update to 2.18.1.
...
* gnu/packages/patches/arb-flint-2.6.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/algebra.scm (arb): Update to 2.18.1.
[source](patches): Remove.
2020-07-22 12:20:24 +02:00
Andreas Enge
e239135c56
gnu: gp2c: Update to 0.0.11pl4.
...
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl4.
2020-07-22 12:13:04 +02:00
Marius Bakke
7cce2a6bd4
Revert "gnu: patchelf: Update to 0.11."
...
Patchelf has 700+ dependencies, so this should go through the staging branch.
This reverts commit 20cc8f9487
.
2020-07-22 01:38:19 +02:00
Michael Rohleder
20cc8f9487
gnu: patchelf: Update to 0.11.
...
* gnu/packages/elf.scm (patchelf): Update to 0.11.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
Kyle Meyer
dbdfbec957
gnu: git-annex: Update to 8.20200720.1.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200720.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
Vinicius Monego
264070986f
gnu: Add chaiscript.
...
* gnu/packages/cpp.scm (chaiscript): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
Alexandros Theodotou
569959dd66
gnu: Add remid-lv2.
...
* gnu/packages/music.scm (remid-lv2): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:45 +02:00
B. Wilson
f3130c6674
gnu: Add intel-xed.
...
* gnu/packages/assembly.scm (intel-xed): New variable.
* gnu/packages/patches/intel-xed-fix-nondeterminism.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add reference to new patch.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:44 +02:00
Vincent Legoll
737e9d5665
gnu: nsd: Update to 4.3.1.
...
* gnu/packages/dns.scm (nsd): Update to 4.3.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
2020-07-21 23:54:44 +02:00
Marius Bakke
cd9e977af2
gnu: twm: Update to 1.0.11.
...
* gnu/packages/xorg.scm (twm): Update to 1.0.11.
[source](uri): Switch to '.xz' tarball.
2020-07-21 23:54:44 +02:00
Marius Bakke
2195ad6bd7
gnu: libvnc: Update to 0.9.13.
...
* gnu/packages/patches/libvnc-CVE-2018-20750.patch,
gnu/packages/patches/libvnc-CVE-2019-15681.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/vnc.scm (libvnc): Update to 0.9.13.
[source](patches): Remove.
[arguments]: Add phase to patch 'cc' invocation.
2020-07-21 23:54:44 +02:00
Marius Bakke
938f3190e7
services: ganeti: Fix erroneous gexp.
...
* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.
2020-07-21 23:54:44 +02:00
Marius Bakke
94d8924728
gnu: OpenSC: Update to 0.20.0 [security fixes].
...
This fixes CVE-2019-6502, CVE-2019-15946, CVE-2019-15945, CVE-2019-19480,
CVE-2019-19481, and CVE-2019-19479.
* gnu/packages/security-token.scm (opensc): Update to 0.20.0.
2020-07-21 23:54:43 +02:00
Marius Bakke
debcb84ad1
gnu: xorg-server: Update to 1.20.8.
...
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.8.
(xorg-server-for-tests): Stay on 1.20.7.
2020-07-21 23:54:43 +02:00
Marius Bakke
81678e5ef7
gnu: bubblewrap: Build with Python 3.
...
* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from
PYTHON-2 to PYTHON-WRAPPER.
2020-07-21 23:54:43 +02:00
Brett Gilio
d2e0b16c48
gnu: emacs-telega: Temporarily disable VOIP to work around issue.
...
* gnu/packages/emacs-xyz.scm (emacs-telega).
[source]: Bump to revision 3.
[arguments]: Temporarily disable VOIP functionality as it does not currently
work or link appropriately, causing issues on "foreign" distros. An issue has
been opened upstream. https://github.com/zevlg/telega.el/issues/191
[native-inputs]: Remove libtgvoip.
2020-07-21 16:41:48 -05:00
Brett Gilio
d4b02a6fba
gnu: emacs-telega: Patch to use telega-server from Guix.
...
* gnu/packages/patches/emacs-telega-patch-server-functions.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference new patch.
* gnu/packages/emacs-xyz.scm (emacs-telega)[source]: Use new patch, bump
revision.
2020-07-21 12:51:04 -05:00
Maxim Cournoyer
1a1369dc3d
gnu: Add emacs-qml-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-qml-mode): New variable.
2020-07-21 13:09:56 -04:00
Tanguy Le Carrour
0a93e8ce32
gnu: Add python-isbnlib.
...
* gnu/packages/python-xyz.scm (python-isbnlib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-21 18:42:11 +02:00