~ruther/guix-local

ref: 67656b7a86e95dea2e0ff613dfe67ec8fb633604 guix-local/gnu d---------
67656b7a — Ricardo Wurmus 9 years ago
gnu: propeller-binutils: Use flex 2.6.1.

* gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace
"flex" with "flex-2.6.1".
fa702e1a — Ricardo Wurmus 9 years ago
gnu: discrover: Add missing includes.

* gnu/packages/bioinformatics.scm (discrover)[arguments]: Add build phase
"add-missing-includes" to include "random" headers.
0d2c0562 — Ricardo Wurmus 9 years ago
gnu: stringtie: Remove typedef conflict.

* gnu/packages/bioinformatics.scm (stringtie)[arguments]: Remove conflicting
typedef in a new build phase "remove-duplicate-typedef".
c3913fac — Ricardo Wurmus 9 years ago
gnu: powertabeditor: Link with pthread.

* gnu/packages/music.scm (powertabeditor)[arguments]: Link with "-lpthread" to
fix build with GCC 5.
e32f8dad — Ricardo Wurmus 9 years ago
gnu: hugs: Build with GCC 4.9.

* gnu/packages/hugs.scm (hugs)[native-inputs]: Add "gcc-4.9".
06e8d0c8 — Leo Famulari 9 years ago
gnu: dash: Update to 0.5.9.1.

* gnu/packages/shells.scm (dash): Update to 0.5.9.1.
[source]: Use git-fetch.
[native-inputs]: Add autoconf and automake.
[arguments]: Add 'bootstrap' phase.
755c5ba8 — Ludovic Courtès 9 years ago
gnu: wordnet: Build with the default GCC.

* gnu/packages/wordnet.scm (wordnet)[native-inputs]: Remove.
2fa077f3 — Ludovic Courtès 9 years ago
gnu: guile-reader: Build with gperf 3.0.

* gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0
instead of GPERF.
c7f7a5ba — Marius Bakke 9 years ago
gnu: kakoune: Fix build after Boost ABI change.

Also remove now-obsolete snippet and inputs.

* gnu/packages/text-editors.scm (kakoune)[source]: Remove gzip substitution.
[arguments]: Drop CPPFLAGS from #:make-flags.
[native-inputs]: Remove GCC-5.
[inputs]: Remove gcc:lib.
04952bd7 — Efraim Flashner 9 years ago
gnu: nspr: Use 'modify-phases' syntax.

* gnu/packages/gnuzilla.scm (nspr)[arguments]: Use 'modify-phases'
syntax.
84fb4bd9 — Efraim Flashner 9 years ago
gnu: nspr: Update to 4.14.

* gnu/packages/gnuzilla.scm (nspr): Update to 4.14.
aaac423c — Efraim Flashner 9 years ago
gnu: mozjs@24: Use more inherited fields.

* gnu/packages/gnuzilla.scm (mozjs@24)[arguments]: Use
'substitute-keyword-arguments', override inherited 'configure.
[native-inputs]: Remove field to use inherited native-inputs.
[propagated-inputs]: Same.
56486b3a — Efraim Flashner 9 years ago
gnu: mozjs@17: Use 'modify-phases' syntax.

* gnu/packages/gnuzilla.scm (mozjs@17)[arguments]: Use 'modify-phases'
syntax.
f403c676 — Efraim Flashner 9 years ago
gnu: mozjs@17: Add missing inputs.

* gnu/packages/gnuzilla.scm (mozjs@17)[native-inputs]: Add pkg-config.
[propagated-inputs]: Add nspr.
[inputs]: Add zlib.
a64b7da5 — Efraim Flashner 9 years ago
gnu: mozjs@17: Add support for aarch64-linux.

* gnu/packages/gnuzilla.scm (mozjs@17)[source]: Add patch.
[arguments]: Add phase deleting slow test, add configure argument for
building on aarch64-linux.
* gnu/packages/patches/mozjs17-aarch64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
26f38d31 — Efraim Flashner 9 years ago
gnu: mozjs@24: Add aarch64-support.

* gnu/packages/gnuzilla.scm (mozjs@24)[source]: Add patch.
[arguments]: Add flag for building on aarch64-linux, delete failing test.
* gnu/packages/patches/mozjs24-aarch64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
b4f67b7e — Efraim Flashner 9 years ago
gnu: mysql: Disable tests on aarch64-linux.

* gnu/packages/databases.scm (mysql)[arguments]: Disable the test suite
on aarch64-linux.
6f766069 — Efraim Flashner 9 years ago
gnu: gsl: Disable tests on aarch64-linux.

* gnu/packages/maths.scm (gsl)[arguments]: Do not run the test suite on
aarch64-linux.
[home-page]: Use https.
c17383f4 — Leo Famulari 9 years ago
Merge branch 'master' into core-updates
7aeb4ffa — Leo Famulari 9 years ago
gnu: epiphany: Update to 3.22.7.

* gnu/packages/gnome.scm (epiphany): Update to 3.22.7.
Next