aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Patch duplicity with --ignore-mdc-error.duplicity-fixChristopher Baines2018-07-28
| | | | | | | | | Modify the package to patch gnu.py with an unreleased upstream change to fix duplicity working with recent releases of GnuPG. This change make the package build again. * gnu/packages/backup.scm (duplicity)[arguments]: Patch gnu.py within the patch-source phase.
* gnu: openlibm: Update to 0.6.0.Marius Bakke2018-07-28
| | | | * gnu/packages/maths.scm (openlibm): Update to 0.6.0.
* gnu: glm: Update home page.Marius Bakke2018-07-28
| | | | * gnu/packages/maths.scm (glm)[home-page]: Use HTTPS.
* gnu: glm: Update to 0.9.9.0.Marius Bakke2018-07-28
| | | | | * gnu/packages/maths.scm (glm): Update to 0.9.9.0. [source](uri): Change to new download location.
* gnu: libjpeg-turbo: Update license.Marius Bakke2018-07-28
| | | | * gnu/packages/image.scm (libjpeg-turbo)[license]: Add ZLIB.
* gnu: libjpeg-turbo: Update to 2.0.0.Marius Bakke2018-07-28
| | | | | | * gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.0. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Adjust accordingly.
* gnu: accountsservice: Update to 0.6.50.Marius Bakke2018-07-28
| | | | | | * gnu/packages/freedesktop.scm (accountsservice): Update to 0.6.50. [arguments]: Add "--enable-elogind" and "--disable-systemd" to #:configure-flags. [inputs]: Add ELOGIND.
* gnu: dconf: Update to 0.28.0.Marius Bakke2018-07-28
| | | | | | | * gnu/packages/gnome.scm (dconf): Update to 0.28.0. [build-system]: Switch to MESON-BUILD-SYSTEM. [arguments]: Adjust accordingly. [native-inputs]: Add VALA and GLIB:BIN.
* gnu: dconf: Update license.Marius Bakke2018-07-28
| | | | * gnu/packages/gnome.scm (dconf)[license]: Change from LGPL2.1 to LGPL2.1+.
* gnu: dconf: Install GTK documentation.Marius Bakke2018-07-28
| | | | | * gnu/packages/gnome.scm (dconf)[native-inputs]: Add GTK-DOC. [arguments]: Adjust #:configure-flags accordingly.
* gnu: dconf: Adjust inputs and remove obsolete workaround.Marius Bakke2018-07-28
| | | | | | | * gnu/packages/gnome.scm (dconf)[inputs]: Remove GLIB and LIBXML2. [propagated-inputs]: Add GLIB. [native-inputs]: Add LIBXML2. Remove INTLTOOL. [arguments]: Remove #:phases.
* gnu: x265: Fix compilation on ARMv7.Ludovic Courtès2018-07-28
| | | | | | * gnu/packages/patches/x265-arm-asm-primitives.patch: New file. * gnu/packages/video.scm (x265)[sources](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: mariadb: Work around GCC ICE on armhf-linux.Ludovic Courtès2018-07-28
| | | | | | | * gnu/packages/patches/mariadb-gcc-ice.patch: New file. * gnu/packages/databases.scm (mariadb)[arguments]: Conditionally add 'apply-patch' phase. [native-inputs]: Conditionally add "gcc-ice-patch" input.
* doc: Clarify some of guix-daemon's GC options.Chris Marusich2018-07-28
| | | | | | | | Reported by Pierre Neidhardt <ambrevar@gmail.com>. * doc/guix.texi (Invoking guix-daemon): Fix an incorrect statement regarding --gc-keep-outputs. Add a little to the description of this option and --gc-keep-derivations.
* gnu: allegro: Update to 5.2.4.0.Kei Kebreau2018-07-27
| | | | | * gnu/packages/game-development.scm (allegro): Update to 5.2.4.0. [source]: Update URL.
* gnu: gcc@8: Update to 8.2.0.Ludovic Courtès2018-07-27
| | | | * gnu/packages/gcc.scm (gcc-8): Update to 8.2.0.
* gnu: Add font-blackfoundry-inria.Ludovic Courtès2018-07-27
| | | | * gnu/packages/fonts.scm (font-blackfoundry-inria): New file.
* gnu: emacs-flycheck: Don't rely on pkg-info.el for 'flycheck-version'.Ludovic Courtès2018-07-27
| | | | | * gnu/packages/emacs.scm (flycheck)[source]: Add 'modules' and 'snippet'.
* gnu: pigx-scrnaseq: Disable another expensive test.Ricardo Wurmus2018-07-27
| | | | | * gnu/packages/bioinformatics.scm (pigx-scrnaseq)[arguments]: Disable multiqc test.
* gnu: Add snakemake-4.Ricardo Wurmus2018-07-27
| | | | | | * gnu/packages/python.scm (snakemake-4): New variable. * gnu/packages/bioinformatics.scm (pigx-bsseq, pigx-rnaseq, pigx-scrnaseq, pigx-chipseq)[inputs]: Use it.
* gnu: snakemake: Add missing dependencies.Ricardo Wurmus2018-07-27
| | | | | * gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-datrie, python-docutils, python-jinja2, python-jsonschema, and python-networkx.
* gnu: Add python-datrie.Ricardo Wurmus2018-07-27
| | | | * gnu/packages/python.scm (python-datrie): New variable.
* gnu: imagemagick: Update to 6.9.10-8.Marius Bakke2018-07-27
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-8.
* gnu: mbedtls-apache: Update to 2.7.5.Marius Bakke2018-07-27
| | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.5.
* gnu: snakemake: Update to 5.2.0.Ricardo Wurmus2018-07-27
| | | | * gnu/packages/python.scm (snakemake): Update to 5.2.0.
* gnu: guile-sdl2: Update to 0.3.0.Ricardo Wurmus2018-07-27
| | | | | * gnu/packages/sdl.scm (guile-sdl2): Update to 0.3.0. [arguments]: Remove "patch-makefile" phase.
* import: hackage: Emit native-inputs in the importer.Danny Milosavljevic2018-07-27
| | | | | | | | | | | | * guix/import/cabal.scm (cabal-custom-setup-dependencies): Export. (cabal-package-custom-setup): Export. (<cabal-package>): New field "custom-setup". (make-cabal-package): Modify. (eval-cabal): Modify. * guix/import/hackage.scm (cabal-dependencies->names): Factor out... (cabal-test-dependencies->names): ...this. (cabal-custom-setup-dependencies->names): New procedure. (hackage-module->sexp): Modify.
* gnu: tiled: Update to 1.1.6.Kei Kebreau2018-07-27
| | | | | * gnu/packages/game-development.scm (tiled): Update to 1.1.6. [arguments]: Substitute invoke for system*.
* gnu: python-xsge: Update to 2018.02.26.Kei Kebreau2018-07-26
| | | | | | * gnu/packages/game-development.scm (python-xsge, python2-xsge): Update to 2018.02.26. [arguments]: Substitute invoke for system*.
* gnu: freeciv: Update to 2.6.0.Kei Kebreau2018-07-26
| | | | * gnu/packages/games.scm (freeciv): Update to 2.6.0.
* gnu: ecryptfs-utils: Patch more hardcoded paths.Brendan Tildesley2018-07-26
| | | | | | | | | * gnu/packages/linux.scm (ecryptfs-utils): [arguments]: Add an additional file to be patched that was missing in the last fix. Ecryptfs will now find the umount binary path as well as mount and others. Re-sort the list of files to be substituted. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: cabextract: Delete bundled libmspack.Marius Bakke2018-07-26
| | | | * gnu/packages/compression.scm (cabextract)[source](modules, snippet): New field.
* gnu: cabextract: Update to 1.7.Marius Bakke2018-07-26
| | | | * gnu/packages/compression.scm (cabextract): Update to 1.7.
* gnu: fuse: Update source hash.Marius Bakke2018-07-26
| | | | | | | | The fuse 2.9.8 tarball and signature was modified in place. Both are signed by the same key, at different dates, and the only differences are directory timestamps and a ChangeLog update. * gnu/packages/linux.scm (fuse)[source](sha256): Update.
* gnu: make-u-boot-package: Don't install "sunxi-spl-with-ecc.bin".Danny Milosavljevic2018-07-26
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]<#:phases> [install]: Don't install "sunxi-spl-with-ecc.bin".
* gnu: Add ruby-net-scp.Danny Milosavljevic2018-07-26
| | | | * gnu/packages/ruby.scm (ruby-net-scp): New variable.
* gnu: translate-shell: Fix .el install directory.Efraim Flashner2018-07-26
| | | | | | * gnu/packages/dictionaries.scm (translate-shell)[arguments]: Change the install directory during the custom 'emacs-install phase to match with other emacs .el packages.
* gnu: java-picard: Fix manifest.Gábor Boskovits2018-07-26
| | | | | * gnu/packages/bioinformatics.scm (java-picard)[arguments]: Adjust phase 'edit-classpath-in-manifest for the new manifest generation code.
* gnu: python-qsintilla: Fix building.Efraim Flashner2018-07-26
| | | | | * gnu/packages/qt.scm (python-qscintilla)[arguments]: Extend custom 'configure phase to also patch the 'installed.txt' file.
* gnu: linux-libre: Update to 4.17.10.Mark H Weaver2018-07-26
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.10. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.58.Mark H Weaver2018-07-26
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.58. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.115.Mark H Weaver2018-07-26
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.115.
* gnu: linux-libre@4.4: Update to 4.4.144.Mark H Weaver2018-07-26
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.144.
* gnu: Remove dangling variable.Marius Bakke2018-07-25
| | | | * gnu/packages/xml.scm (libxslt/fixed): Remove.
* gnu: Update cabextract.org.uk home pages.Marius Bakke2018-07-25
| | | | | * gnu/packages/compression.scm (libmspack, cabextract)[home-page, source]: Use HTTPS.
* gnu: libmspack: Don't build static library.Marius Bakke2018-07-25
| | | | * gnu/packages/compression.scm (libmspack)[arguments]: Add #:configure-flags.
* gnu: libmspack: Update to 0.7.Marius Bakke2018-07-25
| | | | * gnu/packages/compression.scm (libmspack): Update to 0.7.
* gnu: hplip-minimal: Simplify expression.Marius Bakke2018-07-25
| | | | * gnu/packages/cups.scm (hplip-minimal): Remove unnecessary quotes.
* gnu: libjpeg-turbo: Don't build static libraries.Marius Bakke2018-07-25
| | | | | * gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: libjpeg-turbo: Update home page.Marius Bakke2018-07-25
| | | | * gnu/packages/image.scm (libjpeg-turbo)[home-page]: Use HTTPS.