~ruther/guix-local

ref: e02cd2b8fe9de08a9f33d643792ee24734ff1d6e guix-local/gnu/local.mk -rw-r--r-- 39.3 KiB
7ccb874a — Tobias Geerinckx-Rice 9 years ago
gnu: zsh: Move to shells.scm.

* gnu/packages/zsh.scm (zsh): Move from here ...
* gnu/packages/shells.scm (zsh): ... to here.
* gnu/packages/zsh.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove zsh.scm.
536fc5f8 — Mark H Weaver 9 years ago
Merge branch 'core-updates'
0832787e — Mark H Weaver 9 years ago
Revert "Merge branch 'core-updates'"

This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
5b098cc4 — Mark H Weaver 9 years ago
Revert "gnu: zsh: Move to shells.scm."

This reverts commit 12b63ab505f781e49b6e7dda2d9eca0aaf24eaf1.
8b52167e — Ricardo Wurmus 9 years ago
gnu: python-statsmodels: Fix tests.

* gnu/packages/statistics.scm (python-statsmodels): Add patch to fix tests.
(python2-statsmodels)[propagated-inputs]: Add python2-pytz.
* gnu/packages/patches/python-statsmodels-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
12b63ab5 — Tobias Geerinckx-Rice 9 years ago
gnu: zsh: Move to shells.scm.

* gnu/packages/zsh.scm (zsh): Move from here ...
* gnu/packages/shells.scm (zsh): ... to here.
* gnu/packages/zsh.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove zsh.scm.
d754347c — Tobias Geerinckx-Rice 9 years ago
gnu: tcsh: Move to shells.scm.

* gnu/packages/tcsh.scm (tcsh): Move from here ...
* gnu/packages/shells.scm (tcsh): ... to here.
* gnu/packages/tcsh.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove tcsh.scm.
9a57d3e6 — Tobias Geerinckx-Rice 9 years ago
gnu: rc: Move to shells.scm.

* gnu/packages/rc.scm (rc): Move from here ...
* gnu/packages/shells.scm (rc): ... to here.
* gnu/packages/rc.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove rc.scm.
618977ae — Tobias Geerinckx-Rice 9 years ago
gnu: fish: Move to shells.scm.

* gnu/packages/fish.scm (fish): Move from here ...
* gnu/packages/shells.scm (fish): ... to here.
* gnu/packages/fish.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove fish.scm.
c356339d — Tobias Geerinckx-Rice 9 years ago
gnu: Add dash.

* gnu/packages/shells.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
35c4aec8 — Ludovic Courtès 9 years ago
build: Add missing procps patch to the distribution.

The patch was added to gnu/local.mk in
d46123aade7bc5226004eb46ee1084dc84f2b30a and inadvertently removed in a
subsequent merge.

* gnu/local.mk (dist_patch_DATA): Add procps-non-linux.patch.
0a4ebe01 — Pjotr Prins 9 years ago
gnu: Add Elixir.

* gnu/packages/elixir.scm: New file.
* gnu/packages/patches/elixir-disable-failing-tests.patch: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add module.
(dist_patch_DATA): Add patch.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
455859a5 — Ludovic Courtès 9 years ago
Merge branch 'core-updates'
742effef — Mark H Weaver 9 years ago
gnu: openssh: Update to 7.3p1.

* gnu/packages/ssh.scm (openssh): Update to 7.3p1.
[source]: Remove patches.
* gnu/packages/patches/openssh-CVE-2015-8325.patch,
gnu/packages/patches/openssh-CVE-2016-6210-1.patch,
gnu/packages/patches/openssh-CVE-2016-6210-2.patch,
gnu/packages/patches/openssh-CVE-2016-6210-3.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
3d337bbc — Mark H Weaver 9 years ago
Merge branch 'master' into core-updates
42bf3429 — Andreas Enge 9 years ago
gnu: rapicorn: Add patch to handle isnan.

* gnu/packages/patches/rapicorn-isnan.patch: New file.
* gnu/packages/graphics.scm (rapicorn)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
70a96720 — Andreas Enge 9 years ago
gnu: dealii: Unregister deleted patch.

* gnu/local.mk (dist_patch_DATA): Drop deleted patch.

This is a follow-up to commit 101e847294dc403d5a7ef222117ad9070223b86b.
9b1ada4e — Eric Bavier 9 years ago
gnu: Add Tux Paint.

* gnu/packages/games.scm (tuxpaint): New variable.
* gnu/packages/patches/tuxpaint-stamps-path.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
23319ed6 — Alex Griffin 9 years ago
gnu: beets: Update to 1.3.19.

* gnu/packages/music.scm (beets): Update to 1.3.19.
[source]: Remove patch to skip failing tests.
* gnu/packages/patches/beets-image-test-failure.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
359aba76 — Mark H Weaver 9 years ago
Merge branch 'master' into core-updates
Next