~ruther/guix-local

06a035db — Marius Bakke 9 years ago
gnu: databases.scm: Sort package imports.

* gnu/packages/databases.scm (gnu): Sort module imports.
77e52190 — Marius Bakke 9 years ago
gnu: rocksdb: Update to 5.1.2.

* gnu/packages/databases.scm (rocksdb): Update to 5.1.2.
[native-inputs]: Add WHICH.
507809be — Marius Bakke 9 years ago
gnu: weechat: Make sure it finds the correct python.

Fixes <https://bugs.gnu.org/21879>.

* gnu/packages/irc.scm (weechat)[arguments]: Drop 'set-python-file-name' phase
in favor of a 'wrap' phase.
bafd5bea — Marius Bakke 9 years ago
gnu: bind: Update to 9.10.4-P6.

* gnu/packages/dns.scm (bind): Update to 9.10.4-P6.
cce0da5e — Thomas Danckaert 9 years ago
gnu: Add vinagre.

* gnu/packages/gnome.scm (vinagre): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2149d3e3 — Thomas Danckaert 9 years ago
gnu: Add freerdp.

* gnu/packages/rdesktop.scm (freerdp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4eaac4b7 — Ludovic Courtès 9 years ago
import: pypi: Correctly handle multiple-URL origins.

Fixes <https://bugs.gnu.org/25635>.
Reported by Sergei Trofimovich <slyfox@inbox.ru>.

* guix/import/pypi.scm (guix-package->pypi-name)[url->pypi-name]: New
procedure.
Rewrite body to match lists in addition to strings.
* tests/pypi.scm ("guix-package->pypi-name, several URLs"): New test.
750a4239 — Clément Lassieur 9 years ago
services: shepherd: Replace spaces with hyphens in file names.

This fixes a bug whereby names of files defining services would be
invalid if 'provisions' contained more than one element.

* gnu/services/shepherd.scm (shepherd-service-file-name): Update
'match-lambda' accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
387e1754 — Ludovic Courtès 9 years ago
services: Add 'special-files-service-type'.

* gnu/build/activation.scm (activate-/bin/sh): Remove.
(activate-special-files): New procedure.
* gnu/services.scm (activation-script): Remove call to
'activate-/bin/sh'.
(special-files-service-type): New variable.
(extra-special-file): New procedure.
* gnu/services/base.scm (%base-services): Add SPECIAL-FILES-SERVICE-TYPE
instance.
* gnu/tests/base.scm (run-basic-test)[special-files]: New variables.
["special files"]: New test.
618739b0 — 宋文武 9 years ago
gnu: nix: Update to 1.11.6.

* gnu/packages/package-management.scm (nix): Update to 1.11.6.
06d7d119 — Ying Huang 9 years ago
profiles: gtk-im-modules: Fix for gtk3.

Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find
in output "bin" instead of "out".

* guix/profiles.scm (gtk-im-modules): Pass the path of gtk-query-immodules-x.x
as 'query' argument to the 'build' procedure.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: python-dateutil-2: Update to 2.5.3.

* gnu/packages/python.scm (python-dateutil-2): Update to 2.5.3.
f0d0c5bb — Leo Famulari 9 years ago
etc: The pre-push hook says which commits failed the signature check.

* etc/git/pre-push: Check each commit's signature individually so that
we can report which commits fail the check.
4621acfd — Ricardo Wurmus 9 years ago
gnu: r: Build default packages reproducibly.

This is a follow-up to commit de643f0c15677665acce73db9c28c5488e623633.

* gnu/packages/statistics.scm (r)[arguments]: Set the built timestamp for core
packages to the epoch; add phase "build-recommended-packages-reproducibly".
98d403bb — Danny Milosavljevic 9 years ago
gnu: Add python-pyodbc-c.

* gnu/packages/databases.scm (python-pyodbc-c, python2-pyodbc-c):
  New variables.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
22a7abf7 — Tobias Geerinckx-Rice 9 years ago
gnu: youtube-dl: Update to 2017.02.07.

* gnu/packages/video.scm (youtube-dl): Update to 2017.02.07.
4dcb3db0 — Tobias Geerinckx-Rice 9 years ago
gnu: fonts: Use install-file where appropriate.

* gnu/packages/fonts.scm (font-wqy-microhei, font-google-roboto)[arguments]:
Substitute the simpler INSTALL-FILE for every COPY-FILE invoked with redundant
arguments.
33a8687a — Tobias Geerinckx-Rice 9 years ago
gnu: mcelog: Update to 148.

* gnu/packages/linux.scm (mcelog): Update to 148.
189d8422 — Boskovits, Gábor 9 years ago
gnu: Add lshw.

* gnu/packages/linux.scm (lshw): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
d480ed7e — Ludovic Courtès 9 years ago
build: Warn about lack of substitutes for non-standard stores.

* configure.ac: Emit a warning when $storedir is not "/gnu/store".
Next