summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: chez-scheme: Fix build failure in 'reset-gzip-timestamps' phase.Marius Bakke2017-03-30
| | | | | * gnu/packages/chez.scm (chez-scheme)[arguments]: Add 'make-manpages-writable' phase.
* gnu: propeller-binutils: Use flex 2.6.1.Ricardo Wurmus2017-03-30
| | | | | * gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace "flex" with "flex-2.6.1".
* gnu: discrover: Add missing includes.Ricardo Wurmus2017-03-30
| | | | | * gnu/packages/bioinformatics.scm (discrover)[arguments]: Add build phase "add-missing-includes" to include "random" headers.
* gnu: stringtie: Remove typedef conflict.Ricardo Wurmus2017-03-30
| | | | | * gnu/packages/bioinformatics.scm (stringtie)[arguments]: Remove conflicting typedef in a new build phase "remove-duplicate-typedef".
* gnu: powertabeditor: Link with pthread.Ricardo Wurmus2017-03-30
| | | | | * gnu/packages/music.scm (powertabeditor)[arguments]: Link with "-lpthread" to fix build with GCC 5.
* gnu: hugs: Build with GCC 4.9.Ricardo Wurmus2017-03-30
| | | | * gnu/packages/hugs.scm (hugs)[native-inputs]: Add "gcc-4.9".
* gnu: dash: Update to 0.5.9.1.Leo Famulari2017-03-30
| | | | | | | * 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.
* gnu: wordnet: Build with the default GCC.Ludovic Courtès2017-03-29
| | | | * gnu/packages/wordnet.scm (wordnet)[native-inputs]: Remove.
* packages: Remove "mips64el-linux" from '%hydra-supported-systems'.Ludovic Courtès2017-03-29
| | | | * guix/packages.scm (%hydra-supported-systems): Remove "mips64el-linux".
* gnu: guile-reader: Build with gperf 3.0.Ludovic Courtès2017-03-29
| | | | | * gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0 instead of GPERF.
* doc: Remove extraneous "See" before @xref.Ludovic Courtès2017-03-29
| | | | * doc/guix.texi (GNU Distribution): Add extraneous "See".
* gnu: kakoune: Fix build after Boost ABI change.Marius Bakke2017-03-29
| | | | | | | | | 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.
* gnu: nspr: Use 'modify-phases' syntax.Efraim Flashner2017-03-28
| | | | | * gnu/packages/gnuzilla.scm (nspr)[arguments]: Use 'modify-phases' syntax.
* gnu: nspr: Update to 4.14.Efraim Flashner2017-03-28
| | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.14.
* gnu: mozjs@24: Use more inherited fields.Efraim Flashner2017-03-28
| | | | | | | * 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.
* gnu: mozjs@17: Use 'modify-phases' syntax.Efraim Flashner2017-03-28
| | | | | * gnu/packages/gnuzilla.scm (mozjs@17)[arguments]: Use 'modify-phases' syntax.
* gnu: mozjs@17: Add missing inputs.Efraim Flashner2017-03-28
| | | | | | * gnu/packages/gnuzilla.scm (mozjs@17)[native-inputs]: Add pkg-config. [propagated-inputs]: Add nspr. [inputs]: Add zlib.
* gnu: mozjs@17: Add support for aarch64-linux.Efraim Flashner2017-03-28
| | | | | | | | * 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.
* gnu: mozjs@24: Add aarch64-support.Efraim Flashner2017-03-28
| | | | | | | * 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.
* gnu: mysql: Disable tests on aarch64-linux.Efraim Flashner2017-03-28
| | | | | * gnu/packages/databases.scm (mysql)[arguments]: Disable the test suite on aarch64-linux.
* gnu: gsl: Disable tests on aarch64-linux.Efraim Flashner2017-03-28
| | | | | | * gnu/packages/maths.scm (gsl)[arguments]: Do not run the test suite on aarch64-linux. [home-page]: Use https.
* Merge branch 'master' into core-updatesLeo Famulari2017-03-27
|\
| * gnu: epiphany: Update to 3.22.7.Leo Famulari2017-03-27
| | | | | | | | * gnu/packages/gnome.scm (epiphany): Update to 3.22.7.
| * gnu: webkitgtk: Update to 2.16.0.Leo Famulari2017-03-27
| | | | | | | | | | | | | | | | | | | | | | WebKitGTK+ 2.16.0 is the first stable release of WebKitGTK+ that uses libgcrypt instead of GnuTLS for some cryptographic functions: <https://bugs.webkit.org/show_bug.cgi?id=163125> <http://trac.webkit.org/changeset/208297/webkit> * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0. [inputs]: Replace gnutls with libgcrypt.
| * gnu: grafx2: Remove zero-width space.Tobias Geerinckx-Rice2017-03-28
| | | | | | | | | | * gnu/packages/game-development.scm (grafx2)[description]: Remove invisible <U+200B> (‘zero-width space’) character.
| * gnu: libgit2: Patch use-after-free.Ludovic Courtès2017-03-28
| | | | | | | | | | | | | | * gnu/packages/patches/libgit2-use-after-free.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (libgit2)[inputs]: Add it. [arguments] <#:phases>: Add 'apply-patch' phase.
| * gnu: lm-sensors: Use a descriptive file name for the source tarball.Leo Famulari2017-03-27
| | | | | | | | * gnu/packages/linux.scm (lm-sensors)[source]: Add file-name field.
| * gnu: mcelog: Update to 149.Tobias Geerinckx-Rice2017-03-27
| | | | | | | | * gnu/packages/linux.scm (mcelog): Update to 149.
| * gnu: corkscrew: Install the README file.Tobias Geerinckx-Rice2017-03-27
| | | | | | | | | | * gnu/packages/ssh.scm (corkscrew)[arguments]: Add a very basic ‘install-documentation’ phase.
| * gnu: haunt: Disable test suite.David Thompson2017-03-27
| | | | | | | | * gnu/packages/guile.scm (haunt): Disable test suite.
| * gnu: Add grafx2.David Thompson2017-03-27
| | | | | | | | * gnu/packages/game-development.scm (grafx2): New variable.
| * gnu: geoclue: Update to 2.4.6.Leo Famulari2017-03-27
| | | | | | | | * gnu/packages/gnome.scm (geoclue): Update to 2.4.6.
| * gnu: corkscrew: Improve descriptions.Tobias Geerinckx-Rice2017-03-27
| | | | | | | | | | | | * gnu/packages/ssh.scm (corkscrew)[synopsis, description]: Fix typos and condense. Remove scary warning (the tunnel is always encrypted through SSH) and speculation.
| * gnu: corkscrew: Download source from a mirror.Tobias Geerinckx-Rice2017-03-27
| | | | | | | | | | * gnu/packages/ssh.scm (corkscrew)[source]: Use ‘https://downloads.openwrt.org’.
| * gnu: mosh: Update to 1.3.0.Tobias Geerinckx-Rice2017-03-27
| | | | | | | | * gnu/packages/ssh.scm (mosh): Update to 1.3.0.
| * gnu: youtube-dl: Update to 2017.03.26.Tobias Geerinckx-Rice2017-03-27
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.03.26.
| * gnu: gnuplot: Enable tikz backend.Danny Milosavljevic2017-03-27
| | | | | | | | * gnu/packages/maths.scm (gnuplot)[inputs]: Add lua.
| * ui: Support Texinfo markup in package synopses.Alex Kost2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | * guix/ui.scm (package-field-string): New procedure. (package-description-string): Use it. (package-synopsis-string): New procedure. (package->recutils): Use it. * guix/scripts/lint.scm (check-synopsis-style)[check-texinfo-markup]: New procedure. Use it in checks. * tests/lint.scm: Test it. * gnu/packages/perl.scm (perl-try-tiny)[synopsis]: Adjust for the Texinfo markup.
| * maint: Give command to install the pre-push hook.Ludovic Courtès2017-03-27
| | | | | | | | * HACKING: Add 'cp' line to install the pre-push hook.
| * Revert "gnu: audacity: Use gtk+@3."Leo Famulari2017-03-26
| | | | | | | | | | | | | | It appears that Audacity does not yet support GTK+-3 fully; the user interface was unusable with this change. This reverts commit 36e17ab417078710939771d5ab19976eec257309.
| * gnu: claws-mail: Update to 3.15.0.Tobias Geerinckx-Rice2017-03-26
| | | | | | | | * gnu/packages/mail.scm (claws-mail): Update to 3.15.0.
| * gnu: Add emacs-monroe.Vasile Dumitrascu2017-03-26
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-monroe): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-keyfreq.Vasile Dumitrascu2017-03-26
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-keyfreq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * profiles: Create fonts.dir/scale for all fonts directories.Huang Ying2017-03-26
| | | | | | | | | | | | | | * guix/profiles.scm (fonts-dir-file): Create fonts.dir/scale files for all fonts directories. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * union: Add create-all-directories? parameter to 'union-build'.Huang Ying2017-03-26
| | | | | | | | | | | | | | | | * guix/build/union.scm (union-build): Add create-all-directories? keyword parameter. * tests/union.scm ("union-build #:create-all-directories? #t"): New test. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: perl-scalar-list-utils: Update to 1.47.Alex Sassmannshausen2017-03-26
| | | | | | | | * gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.47.
| * gnu: perl-parse-cpan-meta: Update to 2.150010.Alex Sassmannshausen2017-03-26
| | | | | | | | * gnu/packages/perl.scm (perl-parse-cpan-meta): Update to 2.150010.
| * gnu: perl-cpan-meta-yaml: Update to 0.018.Alex Sassmannshausen2017-03-26
| | | | | | | | * gnu/packages/perl.scm (perl-cpan-meta-yaml): Update to 0.018.
| * gnu: perl-cpan-meta-requirements: Update to 2.140.Alex Sassmannshausen2017-03-26
| | | | | | | | * gnu/packages/perl.scm (perl-cpan-meta-requirements): Update to 2.140.
| * gnu: perl-yaml: Update to 1.23.Alex Sassmannshausen2017-03-26
| | | | | | | | * gnu/packages/perl.scm (perl-yaml): Update to 1.23.