~ruther/guix-local

d44a6183 — Efraim Flashner 9 years ago
gnu: python-requests-mock: Update to 1.0.0.

* gnu/packages/openstack.scm (python-requests-mock): Update to 1.0.0.
[inputs]: Remove python-setuptools. Move python-mock ...
[native-inputs]: ... to here.  Add python-discover, python-fixtures,
python-sphinx, python-testrepostory, python-testtools.
[properties]: Add python2-variant.
(python2-requests-mock): inherit stripped variant.
[native-inputs]: Use python2-setuptools.
bb76ef9d — Mark H Weaver 9 years ago
Revert "gnu: gsl: Update to 2.2."

This reverts commit b16b16e6c2ba9780ebdf936c325e06ebcc0a950b.

Rationale: gsl-2.2 consistently fails its test suite on i686.  Inkscape
depends on gsl, and the grub background image is converted using
inkscape, so i686 systems can no longer be built.
f63e5eaa — Danny Milosavljevic 9 years ago
gnu: dtc: Add missing symbols patch from debian.

* gnu/packages/u-boot.scm (dtc)[source]: Add patch.
* gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: David Craven <david@craven.ch>
4e49163f — Ludovic Courtès 9 years ago
guix build: Rewrite '--with-input' in terms of 'package-input-rewriting'.

* guix/scripts/build.scm (transform-package-inputs): Rewrite in terms of
'package-input-rewriting'.
2a75b0b6 — Ludovic Courtès 9 years ago
packages: Add 'package-input-rewriting'.

* guix/packages.scm (package-input-rewriting): New procedure.
* tests/packages.scm ("package-input-rewriting"): New test.
* doc/guix.texi (Defining Packages): Document it.
(Package Transformation Options): Add cross-reference.
705b9714 — John Darrington 9 years ago
gnu: Fix typo in description of xfce-desktop-service.

* gnu/services/desktop.scm (xfce-desktop-service) abilit --> ability.
7e348e6c — John Darrington 9 years ago
gnu: Add rpcbind

* gnu/packages/onc-rpc.scm (rpcbind): New variable.
261b3da5 — Kei Kebreau 9 years ago
gnu: Add telepathy-mission-control.

* gnu/packages/freedesktop.scm (telepathy-mission-control): New variable.
71d46760 — Danny Milosavljevic 9 years ago
gnu: Add u-boot.

* gnu/packages/u-boot.scm (u-boot, make-u-boot-package,
  u-boot-vexpress_ca9x4, u-boot-malta): New variables.

Co-authored-by: David Craven <david@craven.ch>
d62ed732 — Danny Milosavljevic 9 years ago
gnu: Add dtc.

* gnu/packages/u-boot.scm (dtc): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add file.

Co-authored-by: David Craven <david@craven.ch>
e5cd149f — Vincent Legoll 9 years ago
Update 'TODO'.

* TODO: Remove items about guix challenge & guix publish.

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
38c2b503 — Ludovic Courtès 9 years ago
Reinstate "services: elogind: Provide '%elogind-file-systems' by extension."

This reverts commit 17073dafc59d62fb8cbb8b94d61d3ecc488ac59f.
5fd66a37 — Marius Bakke 9 years ago
gnu: slim: Move to display-managers.scm.

* gnu/packages/display-managers.scm: New file.
* gnu/packages/slim.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/services/xorg.scm: Likewise.
7060b281 — Efraim Flashner 9 years ago
tests: hackage: Fix mock urls.

Followup to 18f747350437136b203ef6400176d1fb07b131ea.

* tests/hackage.scm (hackage->guix-package): Use 'https' in mock urls.
307347fe — Mark H Weaver 9 years ago
gnu: Fix typo in copyright notice in (gnu packages networking).

* gnu/packages/networking.scm: "Coypright" --> "Copyright".
7335ca1d — Leo Famulari 9 years ago
gnu: icedtea-6: Update to 1.13.12 [security fixes].

Fixes CVE-2016-{3458,3485,3500,3508,3550,3606}.

* gnu/packages/java.scm (icedtea-6): Update to 1.13.12.
[source]: Remove 'icedtea-remove-overrides' patch.
[arguments]: Move ALSA header substitution to 'patch-paths' phase.
* gnu/packages/patches/icedtea-remove-overrides.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
68c35ba9 — Marius Bakke 9 years ago
gnu: rofi: Update to 1.2.0.

* gnu/packages/xdisorg.scm (rofi): Update to 1.2.0.
  [inputs]: Drop libx11 and add xcb-util-xrm.

Signed-off-by: Leo Famulari <leo@famulari.name>
4493a3c2 — Marius Bakke 9 years ago
gnu: Add xcb-util-xrm.

* gnu/packages/xdisorg.scm (xcb-util-xrm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
a7074f47 — John Darrington 9 years ago
gnu: wcslib: Correct formatting and grammar.

* gnu/packages/astronomy.scm (wcslib): Minor whitespace and grammatical
changes.
46a06224 — Eric Bavier 9 years ago
gnu: bambam: Remove wrap-binary phase.

Functionality provided already by python-build-system.

* gnu/packages/games.scm (bambam)[arguments]: Remove 'wrap-binary phase.
[synopsis]: Capitalize first word.
Next