1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 07:05:53 +02:00
Commit Graph

45962 Commits

Author SHA1 Message Date
Björn Höfling 00d81f9866 gnu: python-pyserial: Update to 3.4.
* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.4.
2019-12-26 12:38:06 +01:00
Ricardo Wurmus 3c45b53ec9 gnu: Remove squashfs-tools-next.
* gnu/packages/compression.scm (squashfs-tools-next): Remove variable.
* guix/scripts/pack.scm (squashfs-image, guix-pack): Use squashfs-tools.
* tests/pack.scm: Use squashfs-tools.
2019-12-26 12:29:44 +01:00
Ricardo Wurmus dedc66ef8e gnu: axoloti-patcher-next: Remove commented expression.
* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Remove commented
substitute* expression.
2019-12-26 12:00:01 +01:00
Christopher Baines 450a51b335 gnu: guix-data-service: Update to 0.0.1-11.7342280.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-11.7342280.
2019-12-26 10:53:44 +00:00
Christopher Baines 03460d2bd3 gnu: mumimu: Remove reference to guile-email.
The use of guile-email in this package definition seems to cause errors when
working with other packages, errors like: error: guile-email: unbound variable

I'm not sure why the version of the Guile email package is appropriate here
either, but for now just to avoid the problems, inline the current version of
the package (and add a comment so this is more obvious). This issue was
probably introduced in: c7b2b53980

* gnu/packages/mail.scm (mumimu)[version]: Inline the current value
of (package-version guile-email) as a string.
2019-12-26 10:35:37 +00:00
Ricardo Wurmus 8f2e2120c7 gnu: bluez-alsa: Place dbus configuration in canonical location.
* gnu/packages/audio.scm (bluez-alsa)[arguments]: Install dbus configuration
files to /etc/dbus-1/system.d.
2019-12-26 11:22:28 +01:00
Ricardo Wurmus 1a37fd1e72 gnu: artanis: Update to 0.4.1.
* gnu/packages/guile-xyz.scm (artanis): Update to 0.4.1.
[inputs]: Add nss; move guile-json-1 and guile-redis from here...
[propagated-inputs]: ...to here; add guile-readline.
[arguments]: Add phase "patch-references-to-libnss".
2019-12-26 11:19:15 +01:00
Efraim Flashner fe338d7f00 gnu: Add zfs.
* gnu/packages/file-systems.scm (zfs): New variable.
2019-12-26 10:41:25 +02:00
Nicolas Goaziou 11140cf194 gnu: python-funcparserlib: Fix typo.
* gnu/packages/python-xyz.scm (python-funcparserlib): Fix typo in description.
2019-12-26 09:17:50 +01:00
Efraim Flashner 8f82e7e3dc gnu: python-pathos: Run test suite.
* gnu/packages/python-xyz.scm (python-pathos)[arguments]: Use custom
'check phase.
[native-inputs]: Add python-pytest.
2019-12-26 09:38:37 +02:00
Mădălin Ionel Patrașcu 7e476ae819 gnu: Add python-pathos.
* gnu/packages/python-xyz.scm (python-pathos): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-26 09:37:43 +02:00
Riku Viitanen b9d8aa0935 gnu: Add dvdbackup.
* gnu/packages/video.scm (dvdbackup): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-12-26 09:09:28 +02:00
Tobias Geerinckx-Rice 957fe1c208 gnu: squashfs-tools: Update to 4.4.
* gnu/packages/compression.scm (squashfs-tools): Update to 4.4.
[arguments]: Remove obsolete ‘fix-glibc-compatability’ phase.
2019-12-25 17:10:51 +01:00
Tobias Geerinckx-Rice c3cfa73251 gnu: nethack: Update to 3.6.4.
* gnu/packages/games.scm (nethack): Update to 3.6.4.
2019-12-25 17:10:51 +01:00
Tobias Geerinckx-Rice aabe373b2f gnu: btrfs-progs: Update to 5.4.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.4.
2019-12-25 17:10:51 +01:00
Tobias Geerinckx-Rice 450cd92f21 gnu: lxtask: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxtask)[source]: Hard-code NAME.
2019-12-25 17:10:51 +01:00
Tobias Geerinckx-Rice fd71c6f43b gnu: lxtask: Update to 0.1.9.
* gnu/packages/lxde.scm (lxtask): Update to 0.1.9.
2019-12-25 17:10:51 +01:00
Tobias Geerinckx-Rice 0fd6f28d7f gnu: perl-email-sender: Update to 1.300034.
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300034.
2019-12-25 17:10:50 +01:00
Tobias Geerinckx-Rice de22745907 gnu: pan: Update to 0.146.
* gnu/packages/mail.scm (pan): Update to 0.146.
2019-12-25 17:10:50 +01:00
Tobias Geerinckx-Rice 48947e6b51 gnu: dovecot: Update to 2.3.9.2 [fixes CVE-2019-19722].
* gnu/packages/mail.scm (dovecot): Update to 2.3.9.2.
2019-12-25 17:10:50 +01:00
Tobias Geerinckx-Rice 8dac8f1180 gnu: msgpack: Update to 3.2.1.
* gnu/packages/serialization.scm (msgpack): Update to 3.2.1.
2019-12-25 17:10:50 +01:00
Gábor Boskovits 32dfde9052 gnu: nginx: Update to 1.17.7.
* gnu/packages/web.scm (nginx): Update to 1.17.7.
2019-12-25 14:22:14 +01:00
Efraim Flashner e661d5c257 gnu: xvid: Update source uri.
This is a follow-up to e5f415e007.

* gnu/packages/video.scm (xvid)[source]: Update source uri.
2019-12-25 12:31:40 +02:00
Tobias Geerinckx-Rice ce5b71f98c gnu: gaupol: Update to 1.7.
* gnu/packages/video.scm (gaupol): Update to 1.7.
2019-12-25 11:10:58 +01:00
Tobias Geerinckx-Rice 1cb256ab5d gnu: libdvbpsi: Update to 1.3.3.
* gnu/packages/video.scm (libdvbpsi): Update to 1.3.3.
2019-12-25 11:10:58 +01:00
Tobias Geerinckx-Rice 3164932307 gnu: obs: Update to 24.0.4.
* gnu/packages/video.scm (obs): Update to 24.0.4.
2019-12-25 11:10:58 +01:00
Tobias Geerinckx-Rice e5f415e007 gnu: xvid: Update to 1.3.6.
* gnu/packages/video.scm (xvid): Update to 1.3.6.
2019-12-25 11:10:58 +01:00
Tobias Geerinckx-Rice f1b8ed3fbc gnu: ffmpegthumbnailer: Update to 2.2.2.
* gnu/packages/video.scm (ffmpegthumbnailer): Update to 2.2.2.
2019-12-25 11:10:57 +01:00
Tobias Geerinckx-Rice 763925b21d gnu: celluloid: Update to 0.18.
* gnu/packages/video.scm (celluloid): Update to 0.18.
2019-12-25 11:10:57 +01:00
Tobias Geerinckx-Rice 0b440be88f gnu: libebml: Update to 1.3.10.
* gnu/packages/xml.scm (libebml): Update to 1.3.10.
2019-12-25 11:10:57 +01:00
Tobias Geerinckx-Rice b863846f02 Revert "gnu: gnome-shell-extension-dash-to-dock: Update to 67."
This reverts commit 5a30234c21, which
assumes you're running Gnome 3.34, which is unlikely.
2019-12-25 11:10:57 +01:00
Ricardo Wurmus 5261553a08 gnu: Add axoloti-patcher-next.
* gnu/packages/axoloti.scm (axoloti-patcher-next): New variable.
2019-12-25 11:06:10 +01:00
Ricardo Wurmus ea38d2eea2 gnu: axoloti-patcher, axoloti-runtime: Update to 1.0.12-2.
* gnu/packages/axoloti.scm (axoloti-patcher, axoloti-runtime): Update to
1.0.12-2.
2019-12-25 11:06:10 +01:00
Ricardo Wurmus ee9e108aab gnu: Add arm-none-eabi-nano-toolchain-7-2018-q2-update.
* gnu/packages/embedded.scm (arm-none-eabi-nano-toolchain-7-2018-q2-update):
New variable.
2019-12-25 11:06:10 +01:00
Ricardo Wurmus 893960ee61 gnu: Add arm-none-eabi-toolchain-7-2018-q2-update.
* gnu/packages/embedded.scm (arm-none-eabi-toolchain-7-2018-q2-update): New
variable.
2019-12-25 11:06:10 +01:00
Ricardo Wurmus f08eed3d40 gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update.
* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi-7-2018-q2-update): New
variable.
2019-12-25 11:06:10 +01:00
Ricardo Wurmus 5c792737b6 gnu: Add newlib-arm-none-eabi-7-2018-q2-update.
* gnu/packages/embedded.scm (newlib-arm-none-eabi-7-2018-q2-update): New variable.
2019-12-25 11:06:09 +01:00
Ricardo Wurmus 04c4ef351f gnu: Add gcc-arm-none-eabi-7-2018-q2-update.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update): New
variable.
* gnu/packages/patches/gcc-7-cross-environment-variables.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-12-25 11:06:09 +01:00
Jesse Gibbons c215051dcf gnu: python-hy: Update to 0.17.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 0.17.0.
[propagated-inputs]: Add python-fastentrypoints and python-funcparserlib.

Signed-off-by: Brett Gilio <brettg@gnu.org>
2019-12-25 01:23:09 -06:00
Jesse Gibbons c5eb8cf844 gnu: Add python-funcparserlib.
* gnu/packages/python-xyz.scm (python-funcparserlib): New variable.

Signed-off-by: Brett Gilio <brettg@gnu.org>
2019-12-25 01:22:49 -06:00
Jesse Gibbons 6b52017773 gnu: Add python-fastentrypoints.
* gnu/packages/python-xyz.scm (python-fastentrypoints): New variable.

Signed-off-by: Brett Gilio <brettg@gnu.org>
2019-12-25 01:22:00 -06:00
Brett Gilio 0cf6f606a8 gnu: chez-scheme: Update home-page.
* gnu/packages/chez.scm (chez-scheme)[home-page]: Now uses Github project page.
2019-12-24 21:58:16 -06:00
Brett Gilio cded4ca000 gnu: chez-scheme: Update to 9.5.2.
* gnu/packages/chez.scm (chez-scheme): Update to 9.5.2.
[native-inputs]: Add util-linux for UUID support.
[arguments]: Remove patch-broken-documentation phase.
[arguments]: Update configure mechanism to prevent CURLing of submodules.
2019-12-24 21:56:40 -06:00
Brett Gilio a066e289ab gnu: qutebrowser: Update source URI.
* gnu/packages/web-browsers.scm (qutebrowser)[source]: Github redirects to
  this updated URI.
2019-12-24 14:36:47 -06:00
Brett Gilio 7e232d02ea gnu: qutebrowser: Add comment about tests.
* gnu/packages/web-browsers.scm (qutebrowser)[arguments]: Indicate that tests
  have been added, but to wait on fixing or working-around the failing test
  case for QtWebEngine until it is determined whether a liberated QtWebEngine
  can be made available or not.
2019-12-24 14:35:52 -06:00
Brett Gilio d7c58c3e54 gnu: qutebrowser: Update to 1.8.3.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.8.3.
[arguments]: Update how .desktop attribute gets installed.
2019-12-24 14:33:22 -06:00
Tobias Geerinckx-Rice 3df1231dcc gnu: bochs: Update to 2.6.10.
* gnu/packages/virtualization.scm (bochs): Update to 2.6.10.
2019-12-24 17:40:59 +01:00
Tobias Geerinckx-Rice da32d7e33e gnu: hiawatha: Update to 10.10.
* gnu/packages/web.scm (hiawatha): Update to 10.10.
2019-12-24 17:40:59 +01:00
Tobias Geerinckx-Rice f77cecc10a gnu: xmobar: Update to 0.32.
* gnu/packages/wm.scm (xmobar): Update to 0.32.
2019-12-24 17:40:59 +01:00
Efraim Flashner 7414698e61 gnu: java-jsoup: Don't use unstable tarball.
* gnu/packages/web.scm (java-jsoup)[source]: Download using git-fetch.
2019-12-24 18:36:45 +02:00