summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: python-kivy: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-kivy)[home-page]: Use HTTPS.
| * gnu: Add gnome-shell-extension-topicons-redux.Ekaitz Zarraga2020-03-21
| | | | | | | | | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: ghc-extra: Downgrade to 1.6.21.Alexandru-Sergiu Marton2020-03-21
| | | | | | | | | | | | * gnu/packages/haskell-xyz.scm (ghc-extra): Downgrade to 1.6.21. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Remove qemu-minimal@2.10.Marius Bakke2020-03-21
| | | | | | | | * gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable.
| * gnu: Remove flex@2.6.1.Marius Bakke2020-03-21
| | | | | | | | * gnu/packages/flex.scm (flex-2.6.1): Remove variable.
| * gnu: GRUB: Use the latest version of QEMU for tests.Marius Bakke2020-03-21
| | | | | | | | | | * gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from QEMU-MINIMAL-2.10 to QEMU-MINIMAL.
| * gnu: GRUB: Build with the latest version of Flex.Marius Bakke2020-03-21
| | | | | | | | | | * gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from FLEX-2.6.1 to FLEX.
| * gnu: python-grpcio: Update to 1.27.2.Marius Bakke2020-03-21
| | | | | | | | | | | | | | * gnu/packages/rpc.scm (python-grpcio): Update to 1.27.2. [source](modules, snippet): New fields. [arguments]: Add phases to use system libraries and the correct compiler. [inputs]: Add C-ARES, OPENSSL, and ZLIB.
| * gnu: TensorFlow: Correct gRPC input.Marius Bakke2020-03-21
| | | | | | | | | | | | * gnu/packages/machine-learning.scm (tensorflow)[native-inputs]: Move GRPC:STATIC ... [inputs]: ... here.
| * gnu: gRPC: Update to 1.27.3.Marius Bakke2020-03-21
| | | | | | | | | | | | | | | | | | | | * gnu/packages/rpc.scm (grpc): Update to 1.27.3. [arguments]: Add "-DgRPC_ABSL_PROVIDER=package" in #:configure-flags. [inputs]: Add ABSEIL-CPP. (grpc-1.16.1): New public variable. * gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from GRPC to GRPC-1.16. * gnu/packages/machine-learning.scm (tensorflow)[native-inputs, inputs]: Likewise.
| * gnu: python-gast: Update to 0.3.3.Marius Bakke2020-03-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-gast): Update to 0.3.3.
| * gnu: go-gopkg.in-mgo.v2: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/databases.scm (go-gopkg.in-mgo.v2)[home-page]: Use HTTPS.
| * gnu: lua5.2-expat: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/lua.scm (lua5.2-expat)[home-page]: Use HTTPS.
| * gnu: git-test-sequence: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/version-control.scm (git-test-sequence)[home-page]: Use HTTPS.
| * gnu: ogre: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/graphics.scm (ogre)[home-page]: Use HTTPS.
| * gnu: ruby-sequel: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/ruby.scm (ruby-sequel)[home-page]: Use HTTPS.
| * gnu: ruby-rspec: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/ruby.scm (ruby-rspec)[home-page]: Use HTTPS.
| * gnu: opencl-clhpp: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/opencl.scm (opencl-clhpp)[home-page]: Use HTTPS.
| * gnu: gnupg: Update to 2.2.20 [security fix].Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.20.
| * gnu: Add emacs-objed.6033fe7de85d2020-03-21
| | | | | | | | | | | | *gnu/packages/emacs-xyz.scm (emacs-objed): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| * gnu: blktrace: Update to db4f634.Vincent Legoll2020-03-21
| | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (blktrace): Update to db4f634. [revision]: Increment variable. [patches]: Remove variable. * gnu/packages/patches/blktrace-use-rmtree.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| * gnu: coreutils: Improve description.Vitaliy Shatrov2020-03-21
| | | | | | | | | | | | | | * gnu/packages/base.scm (coreutils): Improve description and state that there is no shell included. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| * gnu: Add r-boa.Danny Milosavljevic2020-03-21
| | | | | | | | | | | | * gnu/packages/cran.scm (r-boa): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: Add r-crochet.Naga Malleswari2020-03-21
| | | | | | | | | | | | * gnu/packages/cran.scm (r-crochet): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: Add hash-extender.Jakub Kądziołka2020-03-21
| | | | | | | | | | | | * gnu/packages/crypto.scm (hash-extender): New variable. * gnu/packages/patches/hash-extender-test-suite.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the new file.
| * gnu: python-grpcio: Move to (gnu packages rpc).Marius Bakke2020-03-21
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-grpcio): Move from here ... * gnu/packages/rpc.scm (python-grpcio): ... to here.
| * gnu: gRPC: Move to (gnu packages rpc).Marius Bakke2020-03-21
| | | | | | | | | | | | | | * gnu/packages/machine-learning.scm (grpc): Move to ... * gnu/packages/rpc.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/hyperledger.scm: Adjust module imports.
| * gnu: python-language-server: Build with python-jedi@0.15.2.Marius Bakke2020-03-21
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-language-server)[propagated-inputs]: Remove PYTHON-JEDI. Add PYTHON-JEDI-0.15. (python-jedi-0.15, python-parso-0.5): New public variables.
| * gnu: python-django: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
| * gnu: python2-s3cmd: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/python-xyz.scm (python2-s3cmd)[home-page]: Use HTTPS.
| * gnu: rsync: Use system zlib and popt libraries.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | | | | | | | | | | | | | Reduce our likelihood of contracting security bugs at the expense of compression ratio (in some cases) and compatibility with rsync≤3.1.1. rsync@3.1.2 was released in 2014. Time to upgrade your CentOS box. * gnu/packages/rsync.scm (rsync)[inputs]: Add popt and zlib. [arguments]: Use them.
| * gnu: perl-archive-zip: Update to 1.68.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.68.
| * gnu: guile3.0-syntax-highlight: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS.
| * gnu: guile-rsvg: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/gtk.scm (guile-rsvg)[home-page]: Use HTTPS.
| * gnu: hdf-eos2: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/maths.scm (hdf-eos2)[home-page]: Use HTTPS.
| * gnu: ruby-omniauth: Update to 1.9.1.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/ruby.scm (ruby-omniauth): Update to 1.9.1.
| * gnu: Use ‘license:’ prefix in (gnu packages libreoffice).Tobias Geerinckx-Rice2020-03-21
| | | | | | | | | | * gnu/packages/libreoffice.scm: Import (guix licenses) with a #:prefix and adjust all callers.
| * gnu: r-maptools: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/cran.scm (r-maptools)[home-page]: Use HTTPS.
| * gnu: ocaml-sedlex: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-sedlex)[home-page]: Use HTTPS.
| * gnu: ocaml-tsdl: Update to 0.9.7.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.7. [native-inputs]: Remove ocaml-ocb-stubblr. [inputs]: Remove ocaml-result.
| * gnu: ocaml-tsdl: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
| * gnu: sbcl-parse-number: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS.
| * gnu: sbcl-parse-js: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-parse-js)[home-page]: Use HTTPS.
| * gnu: sbcl-cl+ssl: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl+ssl)[home-page]: Use HTTPS.
| * gnu: cl-jonathan: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | | | | | * gnu/packages/lisp-xyz.scm (cl-jonathan)[home-page]: Use HTTPS.
| * gnu: python-botocore: Update to 1.15.26.Christopher Baines2020-03-21
| | | | | | | | | | | | To keep compatability with awscli. * gnu/packages/python-xyz.scm (python-botocore): Update to 1.15.26.
| * packages: 'package-field-location' preserves the original file name.Ludovic Courtès2020-03-20
| | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/39425>. Reported by Alex ter Weele <alex.ter.weele@gmail.com>. * guix/packages.scm (package-field-location): Remove 'with-fluids' for '%file-port-name-canonicalization'. Change the 'file' field of the resulting location to FILE.
| * gnu: guix: Install SysV init files to $(prefix)/etc.Ludovic Courtès2020-03-20
| | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/40153>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. This is a followup to 73fbe04107d38f4561636c74d28d7a4935cbb1ef. * gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap' phase, change "sysvinitservicedir" in 'nix/local.mk'.
| * gnu: VLC: Improve AV1 playback.Leo Famulari2020-03-20
| | | | | | | | * gnu/packages/video.scm (inputs): Add dav1d.
| * gnu: FFmpeg: Prefer dav1d over libaom.Leo Famulari2020-03-20
| | | | | | | | | | | | * gnu/packages/patches/ffmpeg-prefer-dav1d.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (ffmpeg)[source]: Use it.