~ruther/guix-local

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.
72099cb0 — Boris A. Dekshteyn 6 years ago
gnu: freecad: Fix build with python-3.8

* gnu/packages/engineering.scm (freecad)[source](modules, snippet): New fields.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
38b46a3e — Boris A. Dekshteyn 6 years ago
gnu: scribus: Fix build against poppler-0.86.

* gnu/packages/scribus.scm (scribus)[source](patches): New field.
* gnu/packages/patches/scribus-1.5.5-poppler-0.86-build-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patch.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
fe5a4f57 — Marius Bakke 6 years ago
gnu: gnubg: Build with Pango 1.42.

* gnu/packages/games.scm (gnubg)[inputs]: Add PANGO-1.42.
Next