summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: vulkan-tools: Update to 1.1.102.Rutger Helling2019-03-07
| | | | | * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.102. [arguments]: Remove "-DBUILD_ICD=OFF" configure flag.
* gnu: librsvg: Don't build librsvg-2.a.Marius Bakke2019-03-06
| | | | * gnu/packages/gnome.scm (librsvg)[arguments]: Add #:configure-flags.
* gnu: valgrind: Update to 3.14.0.Marius Bakke2019-03-06
| | | | | | | * gnu/packages/patches/valgrind-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/valgrind.scm (valgrind): Update to 3.14.0. [supported-systems]: Add mips64el-linux.
* Merge branch 'master' into stagingMarius Bakke2019-03-06
|\
| * gnu: python-mako: Update home page.Marius Bakke2019-03-06
| | | | | | | | * gnu/packages/python-xyz.scm (python-mako)[home-page]: Use HTTPS.
| * gnu: fuseiso: Fix typo.Marius Bakke2019-03-06
| | | | | | | | * gnu/packages/linux.scm (fuseiso)[synopsis]: s/imsages/images.
| * gnu: valgrind: Add download mirror.Marius Bakke2019-03-06
| | | | | | | | * gnu/packages/valgrind.scm (valgrind)[source](uri): Add mirror.
| * gnu: bismark: Update to 0.20.1.Ricardo Wurmus2019-03-06
| | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (bismark): Update to 0.20.1. [source]: Remove obsolete snippet. [arguments]: Add build phase "replace-plotly.js" and add requried modules; adjust "install" phase. [inputs]: Add perl-carp and perl-getopt-long. [native-inputs]: Add plotly.js and uglify-js.
| * gnu: Add fuseiso.Pierre Neidhardt2019-03-06
| | | | | | | | * gnu/packages/linux.scm (fuseiso): New variable.
| * gnu: Add r-scde.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/bioinformatics.scm (r-scde): New variable.
| * gnu: Add bowtie1.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/bioinformatics.scm (bowtie1): New variable.
| * gnu: octave, octave-cli: Update to 5.1.0.Kei Kebreau2019-03-06
| | | | | | | | * gnu/packages/maths.scm (octave, octave-cli): Update to 5.1.0.
| * gnu: crawl, crawl-tiles: Update to 0.23.1.Kei Kebreau2019-03-06
| | | | | | | | | | | | | | * gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.23.1. [native-inputs]: Add python and python-pyyaml. [arguments]: Add 'patch-python' phase, modify the 'check' phase and move the 'check' phase back after the 'build' phase.
| * gnu: perl-czplib: Fix installation directory.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/perl.scm (perl-czplib)[arguments]: Fix installation directory.
| * gnu: Add guile-studio.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-studio): New variable.
| * gnu: Add genrich.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/bioinformatics.scm (genrich): New variable.
| * gnu: r-dnacopy: Remove duplicate definition.Ricardo Wurmus2019-03-06
| | | | | | | | | | | | Reported by Christopher Baines <mail@cbaines.net>. * gnu/packages/bioinformatics.scm (r-dnacopy): Remove variable.
| * gnu: Add r-org-dr-eg-db.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/bioconductor.scm (r-org-dr-eg-db): New variable.
| * gnu: java-eclipse-jdt-core: Update to 3.16.0.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/java.scm (java-eclipse-jdt-core): Update to 3.16.0.
| * gnu: java-eclipse-core-resources: Update to 3.13.200.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/java.scm (java-eclipse-core-resources): Update to 3.13.200.
| * gnu: java-eclipse-core-runtime: Update to 3.15.100.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/java.scm (java-eclipse-core-runtime): Update to 3.15.100.
| * gnu: java-eclipse-equinox-common: Update to 3.10.200.Ricardo Wurmus2019-03-06
| | | | | | | | * gnu/packages/java.scm (java-eclipse-equinox-common): Update to 3.10.200.
| * gnu: shaderc: Update to 2018.0.Rutger Helling2019-03-06
| | | | | | | | * gnu/packages/vulkan.scm (shaderc): Update to 2018.0.
| * gnu: spirv-tools: Update to 2019.1.Rutger Helling2019-03-06
| | | | | | | | | | | | * gnu/packages/vulkan.scm (spirv-tools): Update to 2019.1. [arguments]: Add 'fixgcc7 phase. [native-inputs]: Add gcc-7.
| * gnu: spirv-headers: Update to commit 8bea0a2.Rutger Helling2019-03-06
| | | | | | | | * gnu/packages/vulkan.scm (spirv-headers): Update to commit 8bea0a2.
| * gnu: glslang: Update to 7.11.3113.Rutger Helling2019-03-06
| | | | | | | | * gnu/packages/vulkan.scm (glslang): Update to 7.11.3113.
| * gnu: MPD: Update to 0.21.5.Leo Famulari2019-03-05
| | | | | | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.5.
| * gnu: FFmpeg: Build with AV1 support.Arne Babenhauserheide2019-03-05
| | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg)[inputs]: Add libaom. [arguments]: Pass '--enable-libaom' to #:configure-flags. (ffmpeg-3.4)[inputs, arguments]: Filter out libaom.
| * gnu: Add libaom.Arne Babenhauserheide2019-03-05
| | | | | | | | | | | | * gnu/packages/video.scm (libaom): New variable. Co-authored-by: Leo Famulari <leo@famulari.name>
| * gnu: you-get: Update to 0.4.1256.Tobias Geerinckx-Rice2019-03-06
| | | | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.1256.
| * gnu: youtube-dl: Update to 2019.03.01.Tobias Geerinckx-Rice2019-03-06
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.03.01.
| * gnu: plantuml: Update to 1.2019.2.Tobias Geerinckx-Rice2019-03-06
| | | | | | | | * gnu/packages/uml.scm (plantuml): Update to 1.2019.2.
| * gnu: xinit: Update to 1.4.1.Tobias Geerinckx-Rice2019-03-06
| | | | | | | | * gnu/packages/xorg.scm (xinit): Update to 1.4.1.
| * gnu: lxc: Fix documentation directory.Tobias Geerinckx-Rice2019-03-06
| | | | | | | | * gnu/packages/virtualization.scm (lxc)[arguments]: Set ‘--docdir’ in #:configure-flags.
| * gnu: lxc: Update to 3.1.0.Tobias Geerinckx-Rice2019-03-06
| | | | | | | | * gnu/packages/virtualization.scm (lxc): Update to 3.1.0.
| * gnu: dav1d: Update to 0.2.0.Leo Famulari2019-03-05
| | | | | | | | | | * gnu/packages/video.scm (dav1d): Update to 0.2.0. [source]: Add alternate URL.
| * artwork: Update snapshot to b975164.Ludovic Courtès2019-03-05
| | | | | | | | * gnu/artwork.scm (%artwork-repository): Update to b975164.
| * gnu: singularity: Leave PATH unchanged.Ludovic Courtès2019-03-05
| | | | | | | | | | | | | | | | Previously 'singularity help' & co. would all fail on Guix System because Coreutils, grep, etc. were not found in $PATH. * gnu/packages/linux.scm (singularity)[source](snippet): Remove "PATH" setting from 'bin/singularity.in'.
| * gnu: singularity: Patch 'Makefile.in' in a snippet.Ludovic Courtès2019-03-05
| | | | | | | | | | | | * gnu/packages/linux.scm (singularity)[source](snippet, modules): New fields. [arguments]: Remove 'disable-install-hook' phase.
| * gnu: wpa-supplicant: Add 'cpe-name' property.Ludovic Courtès2019-03-05
| | | | | | | | | | * gnu/packages/admin.scm (wpa-supplicant-minimal)[properties]: New field.
| * gnu: Syncthing: Update to 1.1.0.Leo Famulari2019-03-05
| | | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.1.0.
| * gnu: emacs-no-x-toolkit: Fix configure flags.Efraim Flashner2019-03-05
| | | | | | | | | | * gnu/packages/emacs.scm (emacs-no-x-toolkit)[arguments]: Don't lose custom configure flags.
| * gnu: emacs-disk-usage: Update to 1.3.0.Pierre Neidhardt2019-03-05
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-disk-usage): Update to 1.3.0.
| * gnu: thinkfan: Let the build system handle rcscripts/.Tobias Geerinckx-Rice2019-03-05
| | | | | | | | | | | | | | | | | | This moves them from /share/thinkfan to their conventional locations in /etc and /lib; the former was an arbitrary Guixism anyway. * gnu/packages/linux.scm (thinkfan)[arguments]: Re-write 'install-rc-scripts' as 'create-init-scripts' and move it after the 'unpack' phase.
| * gnu: thinkfan: Update to 1.0.2.Tobias Geerinckx-Rice2019-03-05
| | | | | | | | | | * gnu/packages/linux.scm (thinkfan): Update to 1.0.2. [arguments]: Adjust source directory.
| * gnu: iucode-tool: Update to 2.3.1.Tobias Geerinckx-Rice2019-03-05
| | | | | | | | * gnu/packages/linux.scm (iucode-tool): Update to 2.3.1.
| * gnu: f2fs-tools: Update to 1.12.0.Tobias Geerinckx-Rice2019-03-05
| | | | | | | | * gnu/packages/linux.scm (f2fs-tools): Update to 1.12.0.
| * gnu: f2fs-tools: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-03-05
| | | | | | | | | | * gnu/packages/linux.scm (f2fs-tools-1.7, f2fs-tools)[source]: Hard-code NAME.
| * gnu: xfsprogs: Update to 4.20.0.Tobias Geerinckx-Rice2019-03-05
| | | | | | | | * gnu/packages/linux.scm (xfsprogs): Update to 4.20.0.
| * gnu: libnftnl: Update to 1.1.2.Tobias Geerinckx-Rice2019-03-05
| | | | | | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.2.