~ruther/guix-local

a709af58 — Marius Bakke 6 years ago
gnu: lvm2: Update to 2.03.09.

* gnu/packages/linux.scm (lvm2): Update to 2.03.09.
b05a2f62 — Marius Bakke 6 years ago
gnu: libsecret: Update to 0.20.3.

* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
28b55a51 — Marius Bakke 6 years ago
gnu: oniguruma: Do not build the static library.

* gnu/packages/textutils.scm (oniguruma)[arguments]: New field.
7eb823c6 — Marius Bakke 6 years ago
gnu: oniguruma: Update to 6.9.5-rev1.

* gnu/packages/textutils.scm (oniguruma): Update to 6.9.5-rev1.
[source](uri): Adjust for inconsistent URI when dashes are involved.
3cfbeebb — Marius Bakke 6 years ago
gnu: wxwidgets: Update to 3.0.5.1.

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.5.1.
a5d67ba7 — Marius Bakke 6 years ago
gnu: i3-wm: Update to 4.18.1.

* gnu/packages/wm.scm (i3-wm): Update to 4.18.1.
46bbdef2 — Marius Bakke 6 years ago
gnu: bitcoin: Fix test failure with Python 3.8.

* gnu/packages/patches/bitcoin-core-python-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/finance.scm (bitcoin-core)[source](patches): New field.
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.
Next