~ruther/guix-local

07041d95 — Tobias Geerinckx-Rice 8 years ago
gnu: Add python-lmdb.

* gnu/packages/databases.scm (python-lmdb, python2-lmdb): New variables.
fda852ff — Tobias Geerinckx-Rice 8 years ago
gnu: lmdb: Expand description.

* gnu/packages/databases.scm (lmdb)[synopsis]: Capitalise.
[description]: Elaborate.
9b801661 — Tobias Geerinckx-Rice 8 years ago
gnu: python-pycodestyle: Update to 2.3.1.

* gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1.
b1a686bb — Tobias Geerinckx-Rice 8 years ago
gnu: cracklib: Fix up description.

* gnu/packages/password-utils.scm (cracklib)[description]: Fix typos, add
mark-up, and drop unclear reference to the ancient ‘Crack 5’ tool.
4a577fef — Tobias Geerinckx-Rice 8 years ago
gnu: libpwquality: Update to 1.4.0.

* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.0.
636437ec — Tobias Geerinckx-Rice 8 years ago
gnu: Remove unused python-flake8-2.2.4.

* gnu/packages/python.scm (python-flake8-2.2.4): Remove variable.
3b664389 — Tobias Geerinckx-Rice 8 years ago
gnu: python-hacking: Update to 0.13.0.

* gnu/packages/openstack.scm (python-hacking): Update to 0.13.0.
[arguments]: Re-enable tests.
[propagated-inputs]: Use latest python-flake8.
[native-inputs]: Add python-eventlet, python-mock, python-reno, and
python-testrepository for tests.
5150d8b4 — Tobias Geerinckx-Rice 8 years ago
gnu: python-eventlet: Skip failing test phase.

* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
0b84a530 — Tobias Geerinckx-Rice 8 years ago
gnu: python-vobject: Update to 0.9.4.1.

* gnu/packages/python.scm (python-vobject): Update to 0.9.4.1.
7641266b — Leo Famulari 8 years ago
gnu: mpd: Build with the default GCC.

* gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5.
99d8b079 — Leo Famulari 8 years ago
gnu: opus-tools: Update to 0.1.10.

* gnu/packages/xiph.scm (opus-tools): Update to 0.1.10.
[home-page]: Use HTTPS URL.
a8bcc5ff — Leo Famulari 8 years ago
gnu: opus: Update to 1.2.

* gnu/packages/xiph.scm (opus): Update to 1.2.
[home-page]: Use HTTPS URL.
f885fc05 — Arun Isaac 8 years ago
gnu: gsl: Update to 2.4.

* gnu/packages/maths.scm (gsl): Update to 2.4.
[arguments]: Remove #:parallel-tests?.
f3853a25 — Julien Lepiller 8 years ago
gnu: services: use seconds instead of duration strings.

* gnu/services/dns.scm (zone-file, knot-policy-configuration): Use numbers
instead of duration strings.
(verify-knot-policy-configuration): Fix typo.
* doc/guix.texi (DNS Services): Update documentation.
afd06f60 — Ludovic Courtès 8 years ago
environment: Disable profile collision checks.

Reported by Efraim Flashner.
This is a followup to a654dc4bcf7c8e205bdefa1a1d5f23444dd22778.

* guix/profiles.scm (profile-derivation): Add #:allow-collisions? and
honor it.
* guix/scripts/environment.scm (inputs->profile-derivation): Pass
 #:allow-collisions? #f to 'profile-derivation'.
* tests/guix-environment.sh: Test "guix environment guix".
cba988ed — Ludovic Courtès 8 years ago
gnu: a2ps: Build reproducibly.

* gnu/packages/pretty-print.scm (a2ps)[source](modules, snippet): New
fields.
44fa0dbe — Ludovic Courtès 8 years ago
services: network-manager: Specify a default value.

* gnu/services/networking.scm (network-manager-service-type)[default-value]:
New field.
2e2b5ad7 — Ludovic Courtès 8 years ago
profiles: Move 'manifest-entry-dependencies' user after definition.

Reported by Efraim Flashner.

* guix/profiles.scm (manifest-transitive-entries): Move after
<manifest-entry> definition.
1804d210 — Efraim Flashner 8 years ago
gnu: efl: Add missing inputs.

* gnu/packages/enlightenment.scm (efl)[inputs]: Add libxau, libxdamage,
libxfixes, libxrender. Remove libxkbfile.
8c9e90de — Ludovic Courtès 8 years ago
guix package: '--search-paths' shows search paths from propagated inputs.

* guix/scripts/package.scm (process-query) <'search-paths>: Use
'manifest-transitive-entries' instead of 'manifest-entries'.
Next