summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add Ao.Ludovic Courtès2016-10-19
| | | | * gnu/packages/engineering.scm (ao): New variable.
* gnu: glfw: Propagate the relevant inputs.Ludovic Courtès2016-10-19
| | | | | * gnu/packages/gl.scm (glfw)[inputs]: Rename to... [propagated-inputs]: ... this. Add LIBXXF86VM.
* gnu: Add r-biocstyle.Roel Janssen2016-10-19
| | | | * gnu/packages/bioinformatics.scm (r-biocstyle): New variable.
* gnu: Add r-biocviews.Roel Janssen2016-10-19
| | | | * gnu/packages/bioinformatics.scm (r-biocviews): New variable.
* gnu: Add iperf.Benz Schenk2016-10-19
| | | | | | * gnu/packages/networking.scm (iperf): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-dateutil, python-dateutil-2: Update to new home-page.Hartmut Goebel2016-10-19
| | | | | * gnu/packages/python.scm (python-dateutil, python2-dateutil, python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
* gnu: Add r-optparse.Roel Janssen2016-10-19
| | | | * gnu/packages/bioinformatics.scm (r-optparse): New variable.
* gnu: Add r-getopt.Roel Janssen2016-10-19
| | | | * gnu/packages/bioinformatics.scm (r-getopt): New variable.
* gnu: Add GHC 8.0.1.Federico Beffa2016-10-19
| | | | * gnu/packages/haskell.scm (ghc-8): New variable.
* gnu: Add ghc-hashtables.Federico Beffa2016-10-19
| | | | * gnu/packages/haskell.scm (ghc-hashtables): New variable.
* gnu: Add ghc-easyplot.Federico Beffa2016-10-19
| | | | * gnu/packages/haskell.scm (ghc-easyplot): New variable.
* gnu: Add ghc-hmatrix-gsl-stats.Federico Beffa2016-10-19
| | | | * gnu/packages/haskell.scm (ghc-hmatrix-gsl-stats): New variable.
* gnu: Add ghc-hmatrix-special.Federico Beffa2016-10-19
| | | | * gnu/packages/haskell.scm (ghc-hmatrix-special): New variable.
* gnu: Add ghc-hmatrix-gsl.Federico Beffa2016-10-19
| | | | * gnu/packages/haskell.scm (ghc-hmatrix-gsl): New variable.
* gnu: Add ghc-hmatrix.Federico Beffa2016-10-19
| | | | * gnu/packages/haskell.scm (ghc-hmatrix): New variable.
* gnu: Add ghc-storable-complex.Federico Beffa2016-10-19
| | | | * gnu/packages/haskell.scm (ghc-storable-complex): New variable.
* gnu: Add chez-fmt.Federico Beffa2016-10-19
| | | | * gnu/packages/chez.scm (chez-fmt): New variable.
* gnu: Add chez-irregex.Federico Beffa2016-10-19
| | | | * gnu/packages/chez.scm (chez-irregex): New variable.
* gnu: Add chez-matchableFederico Beffa2016-10-19
| | | | * gnu/packages/chez.scm (chez-matchable): New variable.
* gnu: Add chez-socketsFederico Beffa2016-10-19
| | | | * gnu/packages/chez.scm (chez-sockets): New variable.
* gnu: Add chez-webFederico Beffa2016-10-19
| | | | * gnu/packages/chez.scm (chez-web): New variable.
* gnu: Add chez-srfi.Federico Beffa2016-10-19
| | | | * gnu/packages/chez.scm (chez-srfi): New variable.
* gnu: chez-scheme: Move to new module.Federico Beffa2016-10-19
| | | | | | * gnu/packages/scheme.scm (chez-scheme, nanopass, stex): Move variables ... * gnu/packages/chez.scm (chez-scheme, nanopass, stex): ... here. New module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* gnu: chez-scheme: Fix i686 build.Federico Beffa2016-10-19
| | | | | * gnu/packages/scheme.scm (chez-scheme): Add 'configure-flags', generalize 'configure' phase and simplify 'install-doc' phase.
* gnu: chez-scheme: Add search-path.Federico Beffa2016-10-19
| | | | * gnu/packages/scheme.scm (chez-scheme)[native-search-paths]: New field.
* gnu: kobodeluxe: Indicate origin of kobodeluxe-paths.patch.Christopher Allan Webber2016-10-18
| | | | | * gnu/packages/patches/kobodeluxe-paths.patch: Update header, pointing to Debian tarball for provenance.
* gnu: mariadb: Update to 10.1.18.Leo Famulari2016-10-18
| | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.18.
* gnu: mysql: Update to 5.7.16.Leo Famulari2016-10-18
| | | | * gnu/packages/databases.scm (mysql): Update to 5.7.16.
* gnu: Add kobodeluxe.Stephen Webber2016-10-18
| | | | | | | | | | | * gnu/packages/games.scm (kobodeluxe): New variable. * gnu/packages/patches/kobodeluxe-paths.patch: New file. * gnu/packages/patches/kobodeluxe-enemies-pipe-decl.patch: New file. * gnu/packages/patches/kobodeluxe-const-charp-conversion.patch: New file. * gnu/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch: New file. * gnu/packages/patches/kobodeluxe-midicon-segmentation-fault.patch: New file. * gnu/packages/patches/kobodeluxe-graphics-window-signed-char.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: torsocks: Update to 2.2.0.ng02016-10-18
| | | | | | | | | | | | | | | * gnu/packages/patches/torsocks-dns-test.patch: Delete file. * gnu/local.mk: Remove it. * gnu/packages/tor.scm (torsocks): Update to 2.2.0. [source]: Remove patch. Change method from 'git-fetch' to 'url-fetch'. Remove 'file-name'. [arguments]: Remove 'bootstrap' phase. [native-inputs]: Remove autoconf, automake and libtool. Also remove obsoleted perl-test-harness. [home-page]: Use https URL. (define-module): Don't import perl. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: hdf4: Really fix non-x86 architectures.Andreas Enge2016-10-18
| | | | | | | This is a follow-up to commit 60da9fb1100787c49ed4910eacf50e83c6462dcc. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/maths.scm (hdf4)[source]: Add patch.
* gnu: enlightenment: Update to 0.21.3.Efraim Flashner2016-10-18
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.3.
* gnu: tor: Update to 0.2.8.9.Efraim Flashner2016-10-18
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.8.9.
* gnu: vapoursynth: Update to 34.Efraim Flashner2016-10-18
| | | | * gnu/packages/video.scm (vapoursynth): Update to 34.
* gnu: zimg: Update to 2.3.Efraim Flashner2016-10-18
| | | | * gnu/packages/image.scm (zimg): Update to 2.3.
* gnu: jasper: Update to 1.900.5.Efraim Flashner2016-10-17
| | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (jasper): Update to 1.900.5. [source]: Remove patches. [native-inputs]: Remove unzip. * gnu/packages/patches/jasper-CVE-2007-2721.patch, gnu/packages/patches/jasper-CVE-2008-3520.patch, gnu/packages/patches/jasper-CVE-2008-3522.patch, gnu/packages/patches/jasper-CVE-2011-4516-and-CVE-2011-4517.patch, gnu/packages/patches/jasper-CVE-2014-8137.patch, gnu/packages/patches/jasper-CVE-2014-8138.patch, gnu/packages/patches/jasper-CVE-2014-8157.patch, gnu/packages/patches/jasper-CVE-2014-8158.patch, gnu/packages/patches/jasper-CVE-2014-9029.patch, gnu/packages/patches/jasper-CVE-2016-1577.patch, gnu/packages/patches/jasper-CVE-2016-1867.patch, gnu/packages/patches/jasper-CVE-2016-2089.patch, gnu/packages/patches/jasper-CVE-2016-2116.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: diffoscope: Update to 61.Leo Famulari2016-10-17
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 61.
* gnu: openssh: Enable kerberos features.John Darrington2016-10-17
| | | | | * gnu/packages/ssh.scm (openssh) [arguments]: Add flag --with-kerberos5. [inputs]: Add mit-krb5.
* gnu: linux-libre: Update to 4.8.2.Mark H Weaver2016-10-17
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.2.
* gnu: linux-libre@4.4: Update to 4.4.25.Mark H Weaver2016-10-17
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.25.
* gnu: Add xpad.Rene Saavedra2016-10-17
| | | | | | * gnu/packages/gnome.scm (xpad): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add rcas-web.Ricardo Wurmus2016-10-17
| | | | * gnu/packages/bioinformatics.scm (rcas-web): New variable.
* gnu: Add r-rcas.Ricardo Wurmus2016-10-17
| | | | * gnu/packages/bioinformatics.scm (r-rcas): New variable.
* gnu: irrlicht: Update to 1.8.4.Ricardo Wurmus2016-10-17
| | | | | | | | * gnu/packages/games.scm (irrlicht): Update to 1.8.4. [arguments]: Delete phase "apply-patch/mesa-10-fix". [native-inputs]: Remove "patch/mesa-10-fix". * gnu/packages/patches/irrlicht-mesa-10.patch: Delete file. * gnu/local.mk (dist_path_DATA): Remove irrlicht patch.
* gnu: extremetuxracer: Update to 0.7.3.Ricardo Wurmus2016-10-17
| | | | | | | | * gnu/packages/games.scm (extremetuxracer): Update to 0.7.3. [inputs]: Remove freetype, mesa, libice, libpng, sdl, sdl-mixer, sdl-image, libsm, libunwind, libx11, libext, libxi, libxmu, libxt, tcl, zlib; add sfml. [arguments]: Remove field.
* gnu: sfml: Install pkgconfig files.Ricardo Wurmus2016-10-17
| | | | | * gnu/packages/game-development.scm (sfml)[arguments]: Add configure flag to install pkgconfig files.
* gnu: artanis: Remove implied $(DESTDIR) usage.Adonay Felipe Nogueira2016-10-17
| | | | | | | | | * gnu/packages/patches/artanis-fix-Makefile.in.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/guile.scm (artanis)[source]: Use patch. [arguments]: Remove DESTDIR from #:make-flags. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: node: Update to 6.8.0.Al McElrath2016-10-17
| | | | | | | | | | | | | | Remove <https://debbugs.gnu.org/23744> and <https://debbugs.gnu.org/23723> workaround. * gnu/packages/node.scm (node): Update to 6.8.0. (node)[arguments]: Disabled more tests. Remove custom 'patch-shebangs' phase. Manually patch npm script shebang in new 'patch-npm-shebang' phase. * gnu/packages/patches/node-9077.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-json-pure: Fix tests.Ben Woodcroft2016-10-17
| | | | | * gnu/packages/ruby.scm (ruby-json-pure)[arguments]: Remove unneeded reference to 'json-java.gemspec' in 'Gemfile'.
* gnu: bundler: Update to 1.13.5.Ben Woodcroft2016-10-17
| | | | * gnu/packages/ruby.scm (bundler): Update to 1.13.5.