summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: gettext: Install Emacs tools.Alex Kost2016-09-28
| | | | | | | | Fixes <http://bugs.gnu.org/24442>. Reported by Ivan Vilata i Balaguer <ivan@selidor.net>. * gnu/packages/gettext.scm (gnu-gettext)[native-inputs]: Add 'emacs'. [arguments]: Add 'add-emacs-autoloads' phase.
* gnu: Add and use gettext-minimal.Alex Kost2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gettext.scm (gnu-gettext): Rename to... (gettext-minimal): ... this. Adjust synopsis and description. (gnu-gettext): Inherit from it. (po4a): Use 'gettext-minimal' instead of 'gnu-gettext'. * gnu/packages/acl.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/apl.scm: Likewise. * gnu/packages/attr.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/base.scm: Likewise. * gnu/packages/cdrom.scm: Likewise. * gnu/packages/commencement.scm: Likewise. * gnu/packages/crypto.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/disk.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/education.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/enlightenment.scm: Likewise. * gnu/packages/fcitx.scm: Likewise. * gnu/packages/fontutils.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gkrellm.scm: Likewise. * gnu/packages/glib.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/grub.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/ibus.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/iso-codes.scm: Likewise. * gnu/packages/kde-frameworks.scm: Likewise. * gnu/packages/kodi.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/man.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/mono.scm: Likewise. * gnu/packages/mp3.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/nano.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/package-management.scm: Likewise. * gnu/packages/pdf.scm: Likewise. * gnu/packages/sawfish.scm: Likewise. * gnu/packages/statistics.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/vpn.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/webkit.scm: Likewise. * gnu/packages/wicd.scm: Likewise. * gnu/packages/wine.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xorg.scm: Likewise.
* gnu: openldap: Use gnutls.Alex Vong2016-09-25
| | | | | | * gnu/packages/openldap.scm (openldap)[inputs]: Switch to gnutls. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: perl: Split configure phase.Ben Woodcroft2016-09-25
| | | | | * gnu/packages/perl.scm (perl)[arguments]: Split 'configure' phase into 'setup-configure' and 'configure' phases.
* gnu: xorg-server: Set default font path to empty.宋文武2016-09-24
| | | | | * gnu/packages/xorg.scm (xorg-server)[arguments]: Pass "--with-default-font-path=" to #:configure-flags.
* gnu: expat: Update to 2.2.0.Leo Famulari2016-09-13
| | | | | | | | | | | * gnu/packages/xml.scm (expat): Update to 2.2.0. [source]: Use 'expat-CVE-2016-0718-fix-regression.patch'. Remove obsolete patches. * gnu/packages/patches/expat-CVE-2016-0718-fix-regression.patch: New file. * gnu/packages/patches/expat-CVE-2012-6702-and-CVE-2016-5300.patch, gnu/packages/patches/expat-CVE-2015-1283-refix.patch, gnu/packages/patches/expat-CVE-2016-0718.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Add and remove patches.
* gnu: openblas: Update to 0.2.19.Leo Famulari2016-09-13
| | | | * gnu/packages/maths.scm (openblas): Update to 0.2.19.
* gnu: gcc: Work around ARM bootstrapping failure (GCC bug #71399).Ludovic Courtès2016-09-12
| | | | | | * gnu/packages/patches/gcc-arm-bug-71399.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-4.9)[source]: Use it.
* gnu: libjpeg: Update to 9b.Leo Famulari2016-09-11
| | | | * gnu/packages/image.scm (libjpeg): Update to 9b.
* gnu: libpng: Update to 1.6.25.Leo Famulari2016-09-11
| | | | * gnu/packages/image.scm (libpng): Update to 1.6.25.
* gnu: gnutls: Update to 3.5.4.Leo Famulari2016-09-11
| | | | * gnu/packages/tls.scm (gnutls): Update to 3.5.4.
* gnu: r: Update to 3.3.1.Ben J Woodcroft2016-09-09
| | | | * gnu/packages/statistics.scm (r): Update to 3.3.1.
* gnu: r: Add openblas input.Ben J Woodcroft2016-09-09
| | | | | * gnu/packages/statistics.scm (r)[inputs]: Add openblas. [arguments]: Adapt configure flags.
* gnu: linux-libre-headers: Use modify-phases.David Craven2016-09-09
| | | | * gnu/packages/linux.scm (linux-libre-headers): Use modify phases.
* gnu: openssl: Delete leftover man3 directory.Leo Famulari2016-09-06
| | | | | * gnu/packages/tls.scm (openssl)[arguments]: Delete empty directory in 'move-man3-pages' phase.
* gnu: eudev: Update to 3.2.Ludovic Courtès2016-09-03
| | | | * gnu/packages/linux.scm (eudev): Update to 3.2.
* gnu: procps: Disable faulty floating point test.Ludovic Courtès2016-09-02
| | | | | * gnu/packages/linux.scm (procps)[arguments]: Add 'disable-strtod-test' phase.
* Merge branch 'master' into core-updatesLudovic Courtès2016-09-02
|\
| * gnu: python2-ipython: Use strip-python2-variant.Efraim Flashner2016-09-02
| | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-ipython): Inherit using strip-python2-variant. [propagated-inputs]: Remove work-around for python2-terminado. [inputs]: Remove work-around for python2-jsonschema, python2-matplotlib, python2-numpy, python2-requests. (python-inputs)[properties]: New field.
| * gnu: python2-numexpr: Use strip-python2-variant.Efraim Flashner2016-09-02
| | | | | | | | | | * gnu/packages/python.scm (python2-numexpr): Replace package definition with 'package-with-python2', using 'strip-python2-variant'.
| * gnu: python2-scikit-image: Use strip-python2-variant.Efraim Flashner2016-09-02
| | | | | | | | | | | | | | * gnu/packages/python.scm (python2-scikit-image): Inherit using strip-python2-variant. [propagated-inputs]: Remove work-around for python2-matplotlib, python2-numpy, python2-scipy.
| * gnu: python-scikit-learn: Set source file name.Efraim Flashner2016-09-02
| | | | | | | | | | * gnu/packages/python.scm (python-scikit-learn)[source]: Add 'file-name' field.
| * gnu: python2-scikit-learn: Use strip-python2-variant.Efraim Flashner2016-09-02
| | | | | | | | | | | | * gnu/packages/python.scm (python2-scikit-learn): Replace package definition with 'package-with-python2', using 'strip-python2-variant' to simplify the package definition.
| * gnu: python-requests-mock: Update to 1.0.0.Efraim Flashner2016-09-02
| | | | | | | | | | | | | | | | | | | | * 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.
| * Revert "gnu: gsl: Update to 2.2."Mark H Weaver2016-09-01
| | | | | | | | | | | | | | | | 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.
| * gnu: dtc: Add missing symbols patch from debian.Danny Milosavljevic2016-09-02
| | | | | | | | | | | | | | | | * 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>
| * gnu: Add rpcbindJohn Darrington2016-09-01
| | | | | | | | * gnu/packages/onc-rpc.scm (rpcbind): New variable.
| * gnu: Add telepathy-mission-control.Kei Kebreau2016-09-01
| | | | | | | | * gnu/packages/freedesktop.scm (telepathy-mission-control): New variable.
| * gnu: Add u-boot.Danny Milosavljevic2016-09-01
| | | | | | | | | | | | | | * 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>
| * gnu: Add dtc.Danny Milosavljevic2016-09-01
| | | | | | | | | | | | | | * gnu/packages/u-boot.scm (dtc): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add file. Co-authored-by: David Craven <david@craven.ch>
| * gnu: slim: Move to display-managers.scm.Marius Bakke2016-09-01
| | | | | | | | | | | | | | * 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.
| * gnu: Fix typo in copyright notice in (gnu packages networking).Mark H Weaver2016-09-01
| | | | | | | | * gnu/packages/networking.scm: "Coypright" --> "Copyright".
| * gnu: icedtea-6: Update to 1.13.12 [security fixes].Leo Famulari2016-08-31
| | | | | | | | | | | | | | | | | | | | 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.
| * gnu: rofi: Update to 1.2.0.Marius Bakke2016-08-31
| | | | | | | | | | | | | | * 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>
| * gnu: Add xcb-util-xrm.Marius Bakke2016-08-31
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (xcb-util-xrm): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: wcslib: Correct formatting and grammar.John Darrington2016-08-31
| | | | | | | | | | * gnu/packages/astronomy.scm (wcslib): Minor whitespace and grammatical changes.
| * gnu: bambam: Remove wrap-binary phase.Eric Bavier2016-08-31
| | | | | | | | | | | | | | Functionality provided already by python-build-system. * gnu/packages/games.scm (bambam)[arguments]: Remove 'wrap-binary phase. [synopsis]: Capitalize first word.
| * gnu: subread: Update to 1.5.1.Ricardo Wurmus2016-08-31
| | | | | | | | * gnu/packages/bioinformatics.scm (subread): Update to 1.5.1.
| * gnu: Add emacs-auto-complete.ng02016-08-31
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-auto-complete): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: Add emacs-cyberpunk-theme.ng02016-08-31
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-cyberpunk-theme): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: Add emacs-flx.ng02016-08-31
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-flx): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: aragorn: Update to 1.2.37.Ben Woodcroft2016-08-31
| | | | | | | | * gnu/packages/bioinformatics.scm (aragorn): Update to 1.2.37.
| * gnu: autojump: Fix failing tests.Eric Bavier2016-08-31
| | | | | | | | | | | | | | | | This is a followup to 1d33b9e; test script was moved in upgrade to version 22.3.4. * gnu/packages/admin.scm (autojump)[arguments]: Adjust unit test script file name.
| * gnu: Add bambam.Efraim Flashner2016-08-31
| | | | | | | | * gnu/packages/games.scm (bambam): New variable.
| * gnu: alsa-utils: Use 'modify-phases'.Efraim Flashner2016-08-31
| | | | | | | | | | * gnu/packages/linux.scm (alsa-utils)[arguments]: Use 'modify-phases' syntax.
| * gnu: alsa-utils: Update to 1.1.2.Efraim Flashner2016-08-31
| | | | | | | | * gnu/packages/linux.scm (alsa-utils): Update to 1.1.2.
| * gnu: Add gnuastroJohn Darrington2016-08-31
| | | | | | | | * gnu/packages/astronomy.scm (gnuastro): New variable.
| * gnu: Add wcslibJohn Darrington2016-08-31
| | | | | | | | * gnu/packages/astronomy.scm (wcslib): New variable.
| * gnu: Add cfitsioJohn Darrington2016-08-31
| | | | | | | | | | * gnu/packages/astronomy.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: fossil: Update to 1.35.Efraim Flashner2016-08-31
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (fossil): Update to 1.35. [source]: Download from fossil-scm.org, remove patch, remove snippet. * gnu/packages/patches/fossil-test-fixes.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.