summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: cl-trivial-mimes: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-15
| | | | * gnu/packages/lisp-xyz.scm (cl-trivial-mimes)[home-page]: Use HTTPS.
* gnu: abc: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-15
| | | | * gnu/packages/fpga.scm (abc)[home-page]: Use HTTPS.
* gnu: monero: Disable core tests.Guillaume Le Vaillant2020-02-15
| | | | | | | | Core tests sometimes fail at least on i686-linux. Let's disable them for now and just try hash tests and unit tests. * gnu/packages/finance.scm (monero)[arguments]: Don't run 'core_tests' in 'check' phase.
* gnu: containerd: Fix test failure with Go 1.13.Jack Hill2020-02-15
| | | | | | * gnu/packages/docker.scm (containerd)[source]: Add patch. * gnu/packages/patches/containerd-test-with-go1.13.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch.
* gnu: python-fuzzywuzzy: Capitalize Python in synopsisJakub Kądziołka2020-02-15
| | | | | | | Follow-up to commit da8ca4c3fc2ac36977e3190bb05802c487619e8c * gnu/packages/python-xyz.scm (python-fuzzywuzzy)[synopsis]: python -> Python
* gnu: radare2: Improve description.Tobias Geerinckx-Rice2020-02-15
| | | | * gnu/packages/engineering.scm (radare2)[synopsis, description]: Re-write.
* gnu: sbcl-fare-quasiquote-extras: Fix build.Guillaume Le Vaillant2020-02-15
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote-extras)[arguments]: Fix 'build' phase.
* gnu: sbcl-fare-quasiquote: Fix source and home-page.Guillaume Le Vaillant2020-02-15
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote)[source]: Use main repository instead of Quicklisp archive. [home-page]: Fix URL. [synopsis]: Shorten it.
* gnu: sbcl-parse-declarations: Fix source.Guillaume Le Vaillant2020-02-15
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-parse-declarations)[source]: Use main repository instead of Quicklisp archive.
* gnu: sbcl-puri: Fix source and license.Guillaume Le Vaillant2020-02-15
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-puri)[source]: Use main repository instead of Quicklisp archive. [description]: Fix typo. [license]: Source code indicates LLGPL license.
* gnu: sbcl-ptester: Fix source and license.Guillaume Le Vaillant2020-02-15
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-ptester)[source]: Use main repository instead of Quicklisp archive. [license]: Source code indicates LLGPL license.
* gnu: sbcl-rt: Fix source, home-page and license.Guillaume Le Vaillant2020-02-15
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-rt)[source]: Use main repository instead of Quicklisp archive. [home-page]: Link to CLiki page. [license]: Source code indicates MIT license.
* gnu: sbcl-iterate: Update to 1.5.Guillaume Le Vaillant2020-02-15
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-iterate): Update to 1.5. [source]: Fetch from official project URL instead of Quicklisp archive.
* gnu: linux-libre: Update to 5.4.20.Mark H Weaver2020-02-14
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.20. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.104.Mark H Weaver2020-02-14
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.104. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.171.Mark H Weaver2020-02-14
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.171. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.214.Mark H Weaver2020-02-14
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.214. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.214.Mark H Weaver2020-02-14
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.214. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre: Update deblob scripts.Mark H Weaver2020-02-14
| | | | | | * gnu/packages/linux.scm (deblob-scripts-5.4): Update to 5.4.19. (deblob-scripts-4.19, deblob-scripts-4.14, deblob-scripts-4.9) (deblob-scripts-4.4): Update versions, although the scripts are unchanged.
* gnu: Add guile-webutils.Ricardo Wurmus2020-02-14
| | | | * gnu/packages/guile-xyz.scm (guile-webutils): New variable.
* gnu: Add python-fuzzywuzzy.sirgazil2020-02-14
| | | | | | | * gnu/packages/python-xyz.scm (python-fuzzywuzzy, python2-fuzzywuzzy): New variables. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: VIGRA: Try to fix a build failure on the build farm.Leo Famulari2020-02-14
| | | | | * gnu/packages/image.scm (vigra)[properties]: Set the maximum silent time to 7200 seconds.
* gnu: btrfs-progs: Install udev-rules.Brice Waegeneire2020-02-14
| | | | | | | | * gnu/packages/linux.scm (btrfs-progs)[arguments]: Add phase patch-makefile. [native-inputs]: Add lvm2, eudev. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mumps: Change "5.1.2" to "5.2.1" in library file names.Maurice Bremond2020-02-14
| | | | | | | | | * gnu/packages/patches/mumps-shared-libseq.patch, gnu/packages/patches/mumps-shared-mumps.patch, gnu/packages/patches/mumps-shared-pord.patch: Replace "5.1.2" with "5.2.1" in file names. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: go-ipfs: Update to 0.4.23Jack Hill2020-02-14
| | | | | | * gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.23 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add gst-editing-services.base-for-series-2903Leo Prikler2020-02-14
| | | | | | * gnu/packages/gstreamer.scm (gst-editing-services): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: mrustc: Fix typo in description.Andrius Štikonas via Guix-patches via2020-02-14
| | | | | | * gnu/packages/rust.scm (mrustc) [synopsis]: Fix a typo Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: WebKitGTK: Update to 2.26.4 [security fixes].Marius Bakke2020-02-14
| | | | | | | This fixes CVE-2020-3862, CVE-2020-3864, CVE-2020-3865, CVE-2020-3867, and CVE-2020-3868. * gnu/packages/webkit.scm (webkitgtk): Update to 2.26.4.
* gnu: LVM2: Update to 2.03.08.Marius Bakke2020-02-14
| | | | * gnu/packages/linux.scm (lvm2): Update to 2.03.08.
* gnu: Add librocket.Pierre Neidhardt2020-02-14
| | | | * gnu/packages/web.scm (librocket): New variable.
* gnu: emacs-ess: Do not install files in "guix.d".Jelle Licht2020-02-14
| | | | | * gnu/packages/statistics.scm (emacs-ess)[arguments]: Move the etc and lisp directories out of "guix.d".
* gnu: Add haproxy.Brice Waegeneire2020-02-14
| | | | * gnu/packages/networking.scm (haproxy): New variable.
* gnu: dxvk: Update to 1.5.4.Pierre Neidhardt2020-02-14
| | | | * gnu/packages/wine.scm (dxvk): Update to 1.5.4.
* gnu: emacs-sly-asdf: Update to 20200214.Pierre Neidhardt2020-02-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20200214.
* gnu: netsurf: Fix .desktop exec reference.Eric Bavier2020-02-13
| | | | | * gnu/packages/web.scm (netsurf)[arguments]: Update name of binary referenced in .desktop file to "netsurf-gtk3".
* gnu: LibreOffice: Update to 6.4.0.3.Leo Famulari2020-02-13
| | | | | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.0.3. [inputs]: Add qrcodegen-cpp. [source]: Remove obsolete patches and substitutions. * gnu/packages/patches/libreoffice-glm.patch, gnu/packages/patches/libreoffice-icu.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: libetonyek: Update MDDS requirement.Leo Famulari2020-02-13
| | | | | * gnu/packages/libreoffice.scm (libetonyek): Put '--with-mdds-1.5' in #:configure-flags.
* gnu: orcus: Update to 0.15.3.Leo Famulari2020-02-13
| | | | * gnu/packages/libreoffice.scm (orcus): Update to 0.15.3.
* gnu: ixion: Update to 0.15.0.Leo Famulari2020-02-13
| | | | | * gnu/packages/libreoffice.scm (ixion): Update to 0.15.0. [inputs]: Add spdlog.
* gnu: mdds: Update to 1.5.0.Leo Famulari2020-02-13
| | | | * gnu/packages/boost.scm (mdds): Update to 1.5.0.
* gnu: Add qrcodegen-cpp.Leo Famulari2020-02-13
| | | | | | * gnu/packages/aidc.scm (qrcodegen-cpp): New variable. * gnu/packages/patches/qrcodegen-cpp-make-install.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Syncthing: Update to 1.3.4.Leo Famulari2020-02-13
| | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.3.4. [arguments]: Adjust to changes in the upstream build tooling in the 'build' and 'install' phases. [inputs]: Add go-github-com-cespare-xxhash.
* gnu: Add go-github-com-cespare-xxhash.Leo Famulari2020-02-13
| | | | * gnu/packages/syncthing.scm (go-github-com-cespare-xxhash): New variable.
* gnu: go-github-com-lucas-clemente-quic-go: Update to 0.12.1.Leo Famulari2020-02-13
| | | | | | * gnu/packages/golang.scm (go-github-com-lucas-clemente-quic-go): Update to 0.12.1. [propagated-inputs]: Add go-github-com-golang-protobuf-proto.
* gnu: go-github-com-marten-seemann-qtls: Update to 0.3.2.Leo Famulari2020-02-13
| | | | * gnu/packages/golang.scm (go-github-com-marten-seemann-qtls): Update to 0.3.2.
* gnu: go-github-com-minio-sha256-simd: Update to 0.1.1.Leo Famulari2020-02-13
| | | | * gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Update to 0.1.1.
* gnu: go-github-com-syndtr-goleveldb: Update to 1.0.1-4.7581283.Leo Famulari2020-02-13
| | | | | * gnu/packages/syncthing.scm (go-github-com-syndtr-goleveldb): Update to 1.0.1-4.7581283.
* gnu: go-github-com-prometheus-client-golang: Update to 1.2.1.Leo Famulari2020-02-13
| | | | | * gnu/packages/syncthing.scm (go-github-com-prometheus-client-golang): Update to 1.2.1.
* gnu: go-github-com-urfave-cli: Update to 1.22.2.Leo Famulari2020-02-13
| | | | | * gnu/packages/golang.scm (go-github-com-urfave-cli): Update to 1.22.2. [propagated-inputs]: Add go-github-com-go-md2man.
* gnu: Add go-github-com-go-md2man.Leo Famulari2020-02-13
| | | | * gnu/packages/golang.scm (go-github-com-go-md2man): New variable.