~ruther/guix-local

745c687b — Ricardo Wurmus 9 years ago
gnu: r: Fix syntax for INSTALL_OPTS.

This is a follow-up to commit 4621acfd8272fa93d0530faa5f015b26a194b587.

* gnu/packages/statistics.scm (r)[arguments]: Ensure that
"--built-timestamp" appears on the same line as the other INSTALL_OPTS.
6c5b56f9 — Ludovic Courtès 9 years ago
gnu: bash: Use the bootstrap Guile in 'url-fetch/reset-patch-level'.

Fixes <http://bugs.gnu.org/25775>.
Reported by Sirgazil, Ricardo Wurmus, Andy Wingo, and others.

* guix/download.scm (in-band-download): Always use GUILE.  This reverts
9f05908fb1e3707cae593d94688748294717a546.
* gnu/packages/bash.scm (url-fetch/reset-patch-level): Remove #:guile.
Pass %BOOTSTRAP-GUILE as #:guile to 'url-fetch'.  Remove #:guile-for-build
argument in 'gexp->derivation' call.
faa65e27 — Thomas Danckaert 9 years ago
gnu: kdevelop: Upgrade to 5.0.4.

* gnu/packages/kde.scm (kdevelop, kdevplatform): Upgrade to 5.0.4.
(kdevplatform)[source]: Use kde mirror instead of github.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
9bb766e7 — Marius Bakke 9 years ago
gnu: pcre2: Update to 10.23.

* gnu/packages/pcre.scm (pcre2): Update to 10.23.
[source]: Remove patch.
[arguments]: Add phase to substitute /bin/echo reference.
* gnu/packages/patches/pcre2-CVE-2016-3191.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
3391e2a0 — Leo Famulari 9 years ago
gnu: khal: Update to 0.9.3.

* gnu/packages/calendar.scm (khal): Update to 0.9.3.
[native-inputs]: Use python-pytest-2.9.2.
f11275c9 — Leo Famulari 9 years ago
gnu: gnupg: Update to 2.1.19.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.19.
[arguments]: Add 'patch-test-paths' phase and remove 'set-gnupg-home' phase.
Add '--enable-gnupg-builddir-envvar' to #:configure-flags.
[source]: Add 'gnupg-2.1-fix-Y2038-test-failure.patch'.
* gnu/packages/patches/gnupg-2.1-fix-Y2038-test-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
c1029f86 — Ricardo Wurmus 9 years ago
gnu: Add emacs-yasnippet.

* gnu/packages/emacs.scm (emacs-yasnippet): New variable.
605fec78 — Sergei Trofimovich 9 years ago
gnu: Add basic support for "alpha-linux" systems.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add
"/lib/ld-linux.so.2" as "alpha-linux" ld.so.
* gnu/packages/linux.scm (system->linux-architecture): Add "alpha" arch.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d6abd094 — Pjotr Prins 9 years ago
gnu: python-rpy2: Propagate python2-singledispatch.

* gnu/packages/python.scm (python-rp2)[native-inputs]: Rename to...
[propagated-inputs]: ... this.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
92966847 — Ricardo Wurmus 9 years ago
gnu: java-xz: Update to 1.6.

* gnu/packages/java.scm (java-xz): Update to 1.6.
af126875 — Maxim Cournoyer 9 years ago
gnu: guile-lib: Update to 0.2.5

The build was broken since the URL of version 0.2.3 was changed. The archive
was moved into an "old" subdirectory of the original location.

* gnu/packages/guile.scm (guile-lib): Update to 0.2.5.
[make-flags]: Add GUILE_AUTO_COMPILE to prevent guild errors.
[phases]: Remove 'check replacement since it is no longer needed.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
eaa72e3a — Nicolas Goaziou 9 years ago
gnu: asymptote: Update to 2.40.

* gnu/packages/plotutils.scm (asymptote): Update to 2.40.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
c4027435 — 宋文武 9 years ago
gnu: Add blind.

* gnu/packages/suckless.scm (blind): New package.
45321beb — Mekeor Melire 9 years ago
gnu: surf: Add 'dmenu' and 'xprop' to 'inputs'.

'dmenu' and 'xprop' are necessary to open a new URL in surf.

* gnu/packages/suckless.scm (surf)[inputs]: Add dmenu and xprop.
[arguments]: Add 'set-dmenu-and-xprop-file-name' phase to patch the
paths to the 'dmenu' and 'xprop' binaries in surf's configuration file.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
909de139 — David Craven 9 years ago
vm: Fix full-boot? option.

* gnu/system/vm.scm (virtualized-operating-system): Add full-boot?
  option. Don't add a %store-mapping when full-boot? is passed. This leads
  the grub-configuration-file procedure to look for the kernel and initrd in
  / instead of /gnu/store.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ecc4324f — Ludovic Courtès 9 years ago
system: grub: Add missing URL in comment.

* gnu/system/grub.scm (grub-root-search): Add missing URL in comment.
ba062b3e — Thomas Danckaert 9 years ago
gnu: python-colorspacious: Run tests.

* gnu/packages/python.scm (python-colorspacious,
python2-colorspacious)[native-inputs]: Add python-nose.
[arguments]: Add custom 'check phase which runs nosetests.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
46d6219d — Marius Bakke 9 years ago
gnu: rofi: Fix test failure.

* gnu/packages/xdisorg.scm (rofi)[arguments]: Disable parallel tests.
5eefa50a — Thomas Danckaert 9 years ago
gnu: Remove python-sphinx-1.2.3.

* gnu/packages/python.scm (python-sphinx-1.2.3, python2-sphinx-1.2.3): Remove variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6cb74776 — Marius Bakke 9 years ago
gnu: python-statsmodels: Update to 0.8.0.

* gnu/packages/statistics.scm (python-statsmodels, python2-statsmodels):
Update to 0.8.0.
[source]: Use 'pypi-uri'.
[arguments]: Add more files to matplotlib backend substitution.
* gnu/packages/patches/python-statsmodels-fix-tests.patch: Drop test that
fails with numpy 1.12. Remove previous contents.
Next