~ruther/guix-local

16fbbf6a — Marius Bakke 6 years ago
gnu: re2: Update to 2020-05-01.

* gnu/packages/regex.scm (re2): Update to 2020-05-01.
[source](modules, snippet): New fields.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add substitution
to adjust for re2 API change.
* gnu/packages/qt.scm (qtwebengine)[arguments]: Likewise.
b8bb2f07 — Marius Bakke 6 years ago
gnu: OpenEXR: Update to 2.5.0.

* gnu/packages/patches/ilmbase-openexr-pkg-config.patch: Delete file.
* gnu/packages/patches/ilmbase-fix-test-arm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.0.
fef052b1 — Tobias Geerinckx-Rice 6 years ago
gnu: samba: Update to 4.11.9.

* gnu/packages/samba.scm (samba): Update to 4.11.9.
ac68fb3b — Ricardo Wurmus 6 years ago
gnu: flatpak: Update to 1.6.3.

* gnu/packages/package-management.scm (flatpak): Update to 1.6.3.
[arguments]: Enable tests; add --with-system-dbus-proxy to configure flags;
add "fix-tests" phase and replace "check" phase.
[native-inputs]: Add socat, dbus, python, which, and glibc-utf8-locales.
[inputs]: Add xdg-dbus-proxy.
5de2246f — Efraim Flashner 6 years ago
gnu: git-annex: Add support for v4 of S3 support.

* gnu/packages/haskell-apps.scm (git-annex)[source]: Add patch.
* gnu/packages/patches/git-annex-S3v4.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
232f2d26 — Guillaume Le Vaillant 6 years ago
gnu: Add rtl-443.

* gnu/packages/radio.scm (rtl-433): New variable.
cef0e08c — Ludovic Courtès 6 years ago
gnu: proot: Fix test failures.

The upgrade to Make 4.3 and Coreutils 8.30 introduced test failures that
this commit addresses.

* gnu/packages/base.scm (coreutils-8.30): New variable.
* gnu/packages/linux.scm (proot)[native-inputs]: Add COREUTILS-8.30 and
GNU-MAKE-4.2.
f69cf407 — Ludovic Courtès 6 years ago
gnu: 'define-deprecated-guile3.0-package' actually exports <package> objects.

Until now, that macro would expand to something like:

  (export guile3.0-git)

where 'guile3.0-git' is actually a macro (produced by
'define-deprecated'), which would thus be skipped by 'fold-packages'.
Consequently, "guix install guile3.0-git" would say that no such package
exists.

* gnu/packages/guile.scm (define-deprecated-guile3.0-package): Add
'old-name' and export it.
fbe17e24 — Hartmut Goebel 6 years ago
gnu: sequoia: Fix pkgconfig files.

The pkgconfig files defines the wrong prefix: It is the build directory, while
it should be the installation prefix. This is caused by Makefiles replacing
`PREFIX` by `$(shell pwd)`.

See <https://gitlab.com/sequoia-pgp/sequoia/-/issues/502> for details.

* gnu/packages/sequoia.scm (sequoia)[fix-pkgconfig-file-substitutes]: New
  phase.
d58c9574 — Oleg Pykhalov 6 years ago
gnu: tigervnc-server: Update to 1.10.1-1.920d9c4.

* gnu/packages/vnc.scm (tigervnc-client): Update to 1.10.1-1.920d9c4.
(tigervnc-server)[version]: Update to 1.10.1-1.920d9c4.
[arguments]<#:phases>[patch-xserver]: Fix format procedure call.
[native-inputs]: Use tigervnc-client package source.
705a5dcb — Raghav Gururajan 6 years ago
gnu: xfe: Fix few more FHS directories.

* gnu/packages/disk.scm (xfe): Fix /bin and /share paths in
st/config.h and src/xfedefs.h, respectively.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
d8ccff83 — Maxim Cournoyer 6 years ago
gnu: lcov: Update to commit 40580cd659.

* gnu/packages/code.scm (lcov): Update to commit 40580cd659.
(arguments): Enable tests and specify the test target.
[phases]{patch-pwd, wrap}: Add phases.
[inputs]: Add perl-json and perl-perlio-gzip.
e23e5db3 — Maxim Cournoyer 6 years ago
gnu: Add perl-perlio-gzip.

* gnu/packages/perl-compression.scm (perl-perlio-gzip): New variable.
2320bc27 — Mark H Weaver 6 years ago
gnu: linux-libre: Update to 5.4.40.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.40.
(linux-libre-5.4-pristine-source): Update hash.
c855299e — Mark H Weaver 6 years ago
gnu: linux-libre@5.6: Update to 5.6.12.

* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.12.
(linux-libre-5.6-pristine-source): Update hash.
72bbae65 — Mark H Weaver 6 years ago
gnu: linux-libre@4.19: Update to 4.19.122.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.122.
(linux-libre-4.19-pristine-source): Update hash.
f59cfae3 — Mark H Weaver 6 years ago
gnu: linux-libre@4.14: Update to 4.14.180.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.180.
(linux-libre-4.14-pristine-source): Update hash.
195f8c9c — Mark H Weaver 6 years ago
gnu: linux-libre@4.9: Update to 4.9.223.

* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.223.
(linux-libre-4.9-pristine-source): Update hash.
ced11dbb — Mark H Weaver 6 years ago
gnu: linux-libre@4.4: Update to 4.4.223.

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.223.
(linux-libre-4.4-pristine-source): Update hash.
b76b1d3f — Vagrant Cascadian 6 years ago
gnu: python-trezor: Update to 0.12.0.

* gnu/packages/finance (python-trezor): Update to 0.12.0.
  [arguments] Remove custom 'check phase.
  [propagated-inputs] Remove python-pyblake2.
Next