summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.Ludovic Courtès2017-10-28
| | | | | | | | | | | | | | * guix/scripts.scm (parse-command-line): Add #:build-options? parameter and honor it. * guix/scripts/challenge.scm (guix-challenge): Use 'parse-command-line' with #:build-options? #f instead of 'args-fold*'. * guix/scripts/gc.scm (guix-gc): Likewise. * guix/scripts/graph.scm (guix-graph): Likewise. * guix/scripts/hash.scm (guix-hash): Likewise. * guix/scripts/lint.scm (guix-lint): Likewise. * guix/scripts/refresh.scm (guix-refresh): Likewise. * guix/scripts/size.scm (guix-size): Likewise. * guix/scripts/weather.scm (guix-weather): Likewise.
* gnu: perl-net-dns: Update to 1.13.Tobias Geerinckx-Rice2017-10-28
| | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
* gnu: perl-xml-libxml: Update to 2.0131.Tobias Geerinckx-Rice2017-10-28
| | | | * gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0131.
* scripts: Use 'args-fold*' for command that do not honor build flags.Ludovic Courtès2017-10-27
| | | | | | | | | | Fixes <https://bugs.gnu.org/28984>. Reported by Eric Bavier. * guix/scripts/challenge.scm (guix-challenge): Use 'args-fold*' instead of 'parse-command-line'. * guix/scripts/size.scm (guix-size): Likewise. * guix/scripts/weather.scm (guix-weather): Likewise.
* gnu: kicad: Build with ngspice support.Theodoros Foradis2017-10-27
| | | | | | | | * gnu/packages/engineering.scm (kicad): [arguments] <configure-flags>: Add KICAD_SPICE flag. [inputs]: Add libngspice. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: kicad: Update to commit 5f4599f.Theodoros Foradis2017-10-27
| | | | | | | * gnu/packages/engineering.scm (kicad): Update to commit 5f4599f. [arguments]: Add "install-lib-3d" phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: kicad-library: Update to 4.0.6.Theodoros Foradis2017-10-27
| | | | | | * gnu/packages/engineering.scm (kicad-library): Update to 4.0.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add qucs.Theodoros Foradis2017-10-27
| | | | | | * gnu/packages/engineering.scm (qucs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: freehdl: Depend on the current 'gcc-toolchain'.Ludovic Courtès2017-10-27
| | | | | * gnu/packages/engineering.scm (freehdl)[inputs]: Change 'gcc-toolchain-5' to 'gcc-toolchain'.
* gnu: gcc: Add unversioned 'gcc-toolchain' variable.Ludovic Courtès2017-10-27
| | | | | | | | | Reported by Theodoros Foradis <theodoros@foradis.org>. * gnu/packages/commencement.scm (gcc-toolchain): Rename to... (make-gcc-toolchain): ... this. (gcc-toolchain): New variable. (gcc-toolchain-5): Turn into an alias for 'gcc-toolchain'.
* gnu: Add Catalan dictionary for Aspell.Ludovic Courtès2017-10-27
| | | | | | Hola! * gnu/packages/aspell.scm (aspell-dict-ca): New variable.
* gnu: Add hunspell-dict-en*.Ludovic Courtès2017-10-27
| | | | | | | | * gnu/packages/aspell.scm (aspell-word-list): New procedure. (define-word-list-dictionary): New macro. (hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca) (hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New variables.
* gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts.Theodoros Foradis2017-10-27
| | | | | | | | | * gnu/packages/engineering.scm (freehdl): [arguments] <phases>: Add patch-gvhdl and patch-freehdl-gennodes phases. Wrap-program "/bin/gvhdl" in make-wrapper phase. [inputs]: Add guile-2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gavl.ng02017-10-27
| | | | | | * gnu/packages/video.scm (gavl): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: Add python-pycanberra.ng02017-10-27
| | | | | | * gnu/packages/libcanberra.scm (python-pycanberra): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: Add gst-transcoder.ng02017-10-27
| | | | | | * gnu/packages/video.scm (gst-transcoder): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: Add gwl.Roel Janssen2017-10-27
| | | | * gnu/packages/package-management.scm (gwl): New variable.
* gnu: exiv2: Add upstream security fixes.Marius Bakke2017-10-27
| | | | | | | | | Fixes CVE-2017-14859, CVE-2017-14860, CVE-2017-14862 and CVE-2017-14864. * gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch, gnu/packages/patches/exiv2-CVE-2017-14860.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/image.scm (exiv2)[source]: Use them.
* gnu: synergy: Update repository URI and hash.Maxim Cournoyer2017-10-26
| | | | | | | * gnu/packages/synergy.scm (synergy)[uri]: Replace synergy by synergy-core. [sha256]: Update to reflect the name change of the archive root directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: snakemake: Update to 4.2.0.Kyle Meyer2017-10-27
| | | | | | | | * gnu/packages/python.scm (snakemake): Update to 4.2.0. [propagated-inputs]: Add python-appdirs, python-configargparse, python-pyyaml, and python-ratelimiter, which are dependencies as of Snakemake 4.1.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-ratelimiter.Kyle Meyer2017-10-27
| | | | | | | * gnu/packages/python.scm (python-ratelimiter, python2-ratelimiter): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-configargparse: Update to 0.12.0.Kyle Meyer2017-10-27
| | | | | | | | | | * gnu/packages/python.scm (python-configargparse, python2-configargparse): Update to 0.12.0. [arguments]: Enable tests. [native-inputs]: Add python-pyyaml, which is an optional dependency but required to run the tests. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: xpra: Update to 2.1.3.Rutger Helling2017-10-27
| | | | | | * gnu/packages/xorg.scm (xpra): Update to 2.1.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: ansible: Update to 2.4.1.0.Jelle Licht2017-10-27
| | | | * gnu/packages/admin.scm (ansible): Update to 2.4.1.0.
* gnu: ffmpeg@3.3: Update to 3.3.5.Marius Bakke2017-10-27
| | | | * gnu/packages/video.scm (ffmpeg-3.3): Update to 3.3.5.
* gnu: Add ffmpeg@3.3 and use it on packages that fail with 3.4.Rutger Helling2017-10-27
| | | | | | | | * gnu/packages/gstreamer.scm (gst-libav)[inputs]: Change ffmpeg to ffmpeg-3.3. * gnu/packages/messaging.scm (qtox)[inputs]: Change ffmpeg to ffmpeg-3.3. * gnu/packages/video.scm (ffmpeg-3.3): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: wget: Update to 1.19.2 [fixes CVE-2017-13089 and CVE-2017-13090].Marius Bakke2017-10-26
| | | | | | | | | | | * gnu/packages/wget.scm (wget): Update to 1.19.2. [source](uri): Change to '.lz' tarball. [source](patches): Remove. [native-inputs]: Add LZIP. * gnu/packages/patches/wget-CVE-2017-6508.patch, gnu/packages/patches/wget-fix-504-test-timeout.patch, gnu/packages/patches/wget-perl-5.26.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: openrct2: Fix a few paths.Rutger Helling2017-10-26
| | | | * gnu/packages/games.scm (openrct2): Fix a few paths.
* doc: Document the installation of Go source code.Leo Famulari2017-10-26
| | | | | * doc/guix.texi (Build Systems): Document '#:install-source?' for the Go build system.
* build-system/go: Fix installation path of executable files.Leo Famulari2017-10-26
| | | | * guix/build/go-build-system.scm (setup-environment): Set GOBIN correctly.
* gnu: go: Update to 1.9.2.Leo Famulari2017-10-26
| | | | * gnu/packages/golang.scm (go-1.9): Update to 1.9.2.
* gnu: ffmpeg: Update to 3.4.Rutger Helling2017-10-26
| | | | | | * gnu/packages/video.scm (ffmpeg): Update to 3.4. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: node: Update to 8.7.0.Jelle Licht2017-10-26
| | | | | | * gnu/packages/node.scm (node): Update to 8.7.0. (node)[arguments]: Removed dgram mutlicast test. Removed dns test. Removed broken linter test workaround.
* gnu: vsearch: Update to 2.5.1.Ben Woodcroft2017-10-26
| | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.1.
* gnu: r-nloptr: Update package hash.Efraim Flashner2017-10-26
| | | | | | | The source was repacked and reuploaded without incrementing the version number. The difference was windows line endings on the windows files. * gnu/packages/statistics.scm (r-nloptr)[source]: Update package hash.
* gnu: sorcer: Fix building on non-Intel hardware.Efraim Flashner2017-10-26
| | | | | * gnu/packages/music.scm (sorcer)[arguments]: Add phase to remove architecture specific build flags.
* gnu: virt-manager: Enable persistent configuration support.Andy Patterson2017-10-25
| | | | | | * gnu/packages/virtualization.scm (virt-manager)[inputs]: Add dconf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: virt-manager: Wrap with GSettings schema and GIO modules search paths.Andy Patterson2017-10-25
| | | | | | | | | | | Fixes a crash when opening the file chooser dialog. * gnu/packages/virtualization.scm (virt-manager)[arguments] <#:imported-modules>: Add (guix build glib-or-gtk-build-system). <#:modules>: Import (guix build glib-or-gtk-build-system) as glib-or-gtk:. <#:arguments>: Add 'glib-or-gtk-compile-schemas and 'glib-or-gtk-wrap. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python2-roca-detect.ng02017-10-25
| | | | | | * gnu/packages/crypto.scm (python2-roca-detect): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python2-pgpdump.ng02017-10-25
| | | | | | * gnu/packages/gnupg.scm (python2-pgpdump): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-coloredlogs.ng02017-10-25
| | | | | | | * gnu/packages/python.scm (python-coloredlogs, python2-coloredlogs): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-verboselogs.ng02017-10-25
| | | | | | | * gnu/packages/python.scm (python-verboselogs, python2-verboselogs): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-capturer.ng02017-10-25
| | | | | | | * gnu/packages/python.scm (python-capturer, python2-capturer): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-humanfriendly.ng02017-10-25
| | | | | | | * gnu/packages/python.scm (python-humanfriendly, python2-humanfriendly): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* challenge: Display an overall summary.Ludovic Courtès2017-10-25
| | | | | | | * guix/scripts/challenge.scm (summarize-report-list): New procedure. (guix-challenge): Use it. * doc/guix.texi (Invoking guix challenge): Adjust command output in example.
* substitute: Don't send more than 1000 requests in a row.Ludovic Courtès2017-10-25
| | | | | | | | Fixes <https://bugs.gnu.org/28731>. Reported by Jan Nieuwenhuizen <janneke@gnu.org>. * guix/scripts/substitute.scm (at-most): New procedure. (http-multiple-get): Use it to send at most 1000 requests at once.
* guix package: '--list-available' does not show superseded packages.Ludovic Courtès2017-10-25
| | | | | * guix/scripts/package.scm (process-query) <'list-available>: Filter out P if it matches 'package-superseded'.
* gnu: Fix Leo Famulari's copyright statement in (gnu packages calcurse).Leo Famulari2017-10-25
| | | | * gnu/packages/calcurse.scm: Fix copyright statement.
* gnu: calcurse: Used the "fixed" test-only tzdata for tests.Leo Famulari2017-10-25
| | | | | | * gnu/packages/calcurse.scm (calcurse)[inputs]: Remove tzdata and add ... [native-inputs]: tzdata-2017a. [arguments]: Add tzdata-2017a to #:disallowed-references.
* gnu: parallel: Update to 20171022.Efraim Flashner2017-10-25
| | | | * gnu/packages/parallel.scm (parallel): Update to 20171022.