summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: ruby-rails: Update to 6.1.3.Efraim Flashner2021-02-23
| | | | | | | | | | | | | | | | | | * gnu/packages/rails.scm (ruby-activemodel, ruby-activerecord, ruby-actionview, ruby-actionpack, ruby-actioncable, ruby-activejob, ruby-activestorage, ruby-actionmailer, ruby-railties, ruby-rails): Update to 6.1.3. (ruby-actiontext, ruby-actionmailbox): New variables. (ruby-actioncable)[propagated-inputs]: Add ruby-activesupport. (ruby-activestorage)[propagated-inputs]: Add ruby-activejob, ruby-activesupport, ruby-mimemagic. (ruby-actionmailer)[propagated-inputs]: Add ruby-activesupport. (ruby-railties)[propagated-inputs]: Add ruby-rake. (ruby-rails)[propagated-inputs]: Add ruby-actionmailbox, ruby-actiontext. * gnu/packages/ruby.scm (ruby-activesupport): Update to 6.1.3. [propagated-inputs]: Add ruby-zeitwerk. [home-page]: Use https.
* gnu: ruby-rack: Update to 2.2.3.Efraim Flashner2021-02-23
| | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-rack): Update to 2.2.3. [source]: Remove patch. Add snippet. [arguments]: Adjust custom 'fix-tests phase. Remove 'make-files-writable phase. [native-inputs]: Remove ruby-minitest-sprint, which. Add ruby-minitest-global-expectations. [propagated-inputs]: Remove ruby-concurrent. * gnu/packages/patches/ruby-rack-ignore-failing-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add ruby-zeitwerk.Efraim Flashner2021-02-23
| | | | * gnu/packages/ruby.scm (ruby-zeitwerk): New variable.
* gnu: ruby-web-console: Update to 4.1.0.Efraim Flashner2021-02-23
| | | | * gnu/packages/rails.scm (ruby-web-console): Update to 4.1.0.
* gnu: ruby-tzinfo-data: Update to 1.2021.1.Efraim Flashner2021-02-23
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-tzinfo-data): Update to 1.2021.1. [source]: Remove patch. [arguments]: Add custom 'patch-source, 'pre-check phases. [native-inputs]: Add IANA timezone data files. * gnu/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: ruby-tzinfo: Update to 2.0.4.Efraim Flashner2021-02-23
| | | | | | | | * gnu/packages/ruby.scm (ruby-tzinfo): Update to 2.0.4. [source]: Download using git-fetch. [arguments]: Add custom 'pre-check, 'check phases. [propagated-inputs]: Remove ruby-thread-safe, add ruby-concurrent. [native-inputs]: Add ruby-simplecov.
* gnu: ruby-rails-html-sanitizer: Update to 1.3.0.Efraim Flashner2021-02-23
| | | | * gnu/packages/rails.scm (ruby-rails-html-sanitizer): Update to 1.3.0.
* gnu: ruby-rails-dom-testing: Update to 2.0.3.Efraim Flashner2021-02-23
| | | | * gnu/packages/rails.scm (ruby-rails-dom-testing): Update to 2.0.3.
* gnu: ruby-loofah: Update to 2.3.1.Efraim Flashner2021-02-23
| | | | | | * gnu/packages/ruby.scm (ruby-loofah): Update to 2.3.1. [arguments]: Adjust custom 'remove-unnecessary-dependencies phase for upstream changes.
* gnu: ruby-mail: Update to 2.7.1.Efraim Flashner2021-02-23
| | | | | | * gnu/packages/ruby.scm (ruby-mail): Update to 2.7.1. [propagated-inputs]: Remove ruby-mime-types, add ruby-mini-mime. [arguments]: Adjust comment about skipping tests.
* gnu: Add ruby-mini-mime.Efraim Flashner2021-02-23
| | | | * gnu/packages/ruby.scm (ruby-mini-mime): New variable.
* gnu: ruby-protobuf: Add missing input.Efraim Flashner2021-02-23
| | | | | * gnu/packages/protobuf.scm (ruby-protobuf)[propagated-inputs]: Add ruby-thread-safe.
* gnu: stockfish: Update to 13.Greg Hogan2021-02-23
| | | | | | | * gnu/packages/games.scm (stockfish): Update to 13. [inputs]: Update neural network file. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ido-at-point.Masaya Tojo2021-02-23
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ido-at-point): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: cli11: Remove (guix utils) dependency.Mathieu Othacehe2021-02-23
| | | | | * gnu/packages/cpp.scm (cli11)[arguments]: Do not import (guix utils) that is not meant to go on the build side.
* tests: cuirass: Restore "cuirass running".Mathieu Othacehe2021-02-23
| | | | | | | | | This is a follow-up of ab054868afe6a4ba9d8aa9943e265bd6a871d0ae. The test was failing because the Shepherd control socket wasn't ready yet. Restore it but make sure that the control socket is available first. * gnu/tests/cuirass.scm ("shepherd socket ready"): New test. ("cuirass running"): Restore it.
* tests: cuirass: Remove "cuirass running" test.Mathieu Othacehe2021-02-23
| | | | | * gnu/tests/cuirass.scm ("cuirass running"): Remove it as it fails if all the dependencies are not started yet.
* services: cuirass: Fix services requirements.Mathieu Othacehe2021-02-23
| | | | | | | * gnu/services/cuirass.scm (cuirass-shepherd-service): Add "postgres-roles" to cuirass requirements. Set cuirass-web requirements to cuirass only. Remove "guix-daemon" and "networking" from cuirass-remote-server requirements as are already required by cuirass.
* services: postgresql-roles: Fix race condition.Mathieu Othacehe2021-02-23
| | | | | | | | | | Make sure that the postgresql-roles script is completed before declaring the postgresql-roles service as started. * gnu/services/databases.scm (postgresql-create-roles): Return the command line instead of a program-file. (postgresql-role-shepherd-service): Use fork+exec-command to start the role creation script and wait for its completion before returning.
* services: cuirass: Improve simple-cuirass-services.Mathieu Othacehe2021-02-23
| | | | | | | | | | | | | | | | | | | | | | Instead of returning multiple services in simple-cuirass-services, rely on the instantiate-missing-services procedure to instantiate postgresql and postgresql-role-service-type when missing. Turn simple-cuirass-services procedure into simple-cuirass-configuration->specs, that takes a simple-cuirass-configuration record and returns a Cuirass specification. Suggested-by: Ludovic Courtès <ludo@gnu.org> * gnu/services/cuirass.scm (%default-cuirass-config): Remove it. (simple-cuirass-services): Rename it to ... (simple-cuirass-configuration->specs): ... this procedure. * gnu/tests/cuirass.scm (cuirass-services): Remove postgresql and postgresql-role services that are automatically instantiated. (simple-cuirass-service): New variable. (%cuirass-simple-test): Adapt it to use simple-cuirass-configuration->specs instead of simple-cuirass-services. * doc/guix.texi (Simple Cuirass): Update it.
* gnu: sbcl-common-lisp-jupyter: Update to 20210217.Pierre Neidhardt2021-02-23
| | | | * gnu/packages/lisp-xyz.scm (sbcl-common-lisp-jupyter): Update to 20210217.
* gnu: sbcl-trivial-clipboard: Update to 20210219.Pierre Neidhardt2021-02-23
| | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to 20210219.
* gnu: youtube-dl: Update to 2021.02.22.Tobias Geerinckx-Rice2021-02-23
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.02.22.
* gnu: ocaml-llvm: Remove duplicate package.Ludovic Courtès2021-02-22
| | | | | | | | Commit 8f710cc598fb675d267f49a82cffc197f03ad52c introduced a duplicate ocaml-llvm@9.0.1 package, which was flagged by a test failure in tests/packages.scm. * gnu/packages/ocaml.scm (make-ocaml-llvm): Define as 'mlambdaq'.
* gnu: linux-libre-headers@5.11: Refer to 5.11, not 5.10.Ludovic Courtès2021-02-22
| | | | | | Fixes a typo introduced in b819512ca2cce1051c5fea26328da2e5d6a9a101. * gnu/packages/linux.scm (linux-libre-headers-5.11): Really refer to 5.11.
* gnu: isync: Update to 1.3.5 [fixes CVE-2021-20247].Leo Famulari2021-02-22
| | | | * gnu/packages/mail.scm (isync): Update to 1.3.5.
* gnu: Add temper-exporter.Christopher Baines2021-02-22
| | | | * gnu/packages/monitoring.scm (temper-exporter): New variable.
* system: hurd: Have the static networking provision 'networking.Christopher Baines2021-02-22
| | | | | | | | | Some services require networking, I'm looking at the Guix Build Coordinator agent. Networking seems to work in the childhurd VM, so I think this change makes sense. * gnu/system/hurd.scm (%base-services/hurd): Add 'networking to the provision parameter for the static-networking service.
* gnu: star: Update to 2.7.8a.Ricardo Wurmus2021-02-22
| | | | * gnu/packages/bioinformatics.scm (star): Update to 2.7.8a.
* gnu: Add dstask.Stefan Reichör2021-02-22
| | | | | | * gnu/packages/task-management.scm (dstask): New variable. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: gnome-keyring: Propagate gcr to fix unlock prompts.Léo Le Bouter2021-02-22
| | | | | | | | On desktop environments other than GNOME, it is not obvious gcr package needs to be installed in the profile for gnome-keyring unlock prompts to work. Propagating it ensures no one will need to figure this out in the future. * gnu/packages/gnome.scm (gnome-keyring)[propagated-inputs]: Add "gcr".
* gnu: gita: Update to 0.12.9.Stefan Reichör2021-02-22
| | | | | | * gnu/packages/version-control.scm (gita): Update to 0.12.9. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: python-sane: Correct the license.Leo Famulari2021-02-22
| | | | | | | This is a followup to commit f500905ce1baf85a2407c5ccde148ee6c2ea2584. * gnu/packages/python-xyz.scm (python-sane)[license]: Describe the license.
* gnu: Add python-screenkey.Alexandros Theodotou2021-02-22
| | | | | | * gnu/packages/python-xyz.scm (python-screenkey): New variable. Co-authored-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: cuirass: Add missing dependency.Mathieu Othacehe2021-02-22
| | | | | * gnu/packages/ci.scm (cuirass)[inputs]: Add gnutls. [arguments]: Adapt accordingly.
* services: postgresql: Define a default value.Mathieu Othacehe2021-02-22
| | | | * gnu/services/databases.scm (postgresql-service-type): Define a default value.
* services: cuirass: Instantiate postgresql service.Mathieu Othacehe2021-02-22
| | | | | * gnu/services/cuirass.scm (cuirass-service-type): Instantiate postgresql service when missing.
* services: tor: Add control-socket? option.Christopher Lemmer Webber2021-02-22
| | | | | | | * doc/guix.texi (Networking Services): Document new `control-socket?' option for `tor-configuration`. * gnu/services/networking.scm (<tor-configuration>): (tor-configuration->torrc):
* gnu: ruby-omniauth-oauth2: Update to 1.7.1.Efraim Flashner2021-02-22
| | | | * gnu/packages/ruby.scm (ruby-omniauth-oauth2): Update to 1.7.1.
* gnu: ruby-omniauth: Update to 2.0.3.Efraim Flashner2021-02-22
| | | | | | | * gnu/packages/ruby.scm (ruby-omniauth): Update to 2.0.3. [arguments]: Don't skip tests. [propagated-inputs]: Add ruby-rack-protector. [native-inputs]: Add ruby-rspec.
* gnu: cuirass: Update to 0.0.1-72.543e26a.Mathieu Othacehe2021-02-22
| | | | | | * gnu/packages/ci.scm (guile-mastodon-dev): New variable. (guile-mastodon-dev): Update to 0.0.1-72.543e26a. [inputs]: Use guile-mastodon-dev instead of guile-mastodon.
* gnu: Fix "license:" prefix in scanner.scm.Ludovic Courtès2021-02-22
| | | | * gnu/packages/scanner.scm: Change "licence:" to "license:".
* gnu: Add python-sane.Andy Tai2021-02-22
| | | | | | * gnu/packages/python-xyz.scm (python-sane): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-dsv: Update to 0.4.0.Jack Hill2021-02-22
| | | | | | | * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.0 [arguments]: Remove phase "configure-support-guile3.0". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-selectrum: Update to 3.1.Nicolas Goaziou2021-02-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.1.
* gnu: cuirass: Update to 0.0.1-71.3e65617.Mathieu Othacehe2021-02-22
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-71.3e65617.
* gnu: nixfmt: Fix name.Nicolas Goaziou2021-02-22
| | | | * gnu/packages/haskell-apps.scm (nixfmt): Fix name.
* gnu: Rename ghc-nixfmt into nixfmtNicolas Goaziou2021-02-22
| | | | | | | * gnu/packages/haskell-xyz.scm (ghc-nixfmt): Move to... * gnu/packages/haskell-apps.scm (nixfmt): ... here. This is a followup to 703ccd583611b6efa689b7a2d1daf35d6cd83c35.
* gnu: cuirass: Update dependencies.Mathieu Othacehe2021-02-22
| | | | | * gnu/packages/ci.scm (cuirass)[inputs]: Add "guile-mastodon" and "mailutils". [arguments]: Adapt accordingly.
* gnu: guile-mastodon: Build with Guile 3.0.Mathieu Othacehe2021-02-22
| | | | | | | * gnu/packages/guile-xyz.scm (guile-mastodon)[source]: Modify configure.ac to add Guile 3.0 support. [native-inputs]: Add "emacs" and "texinfo". [inputs]: Use Guile 3.0 and Guile Json 4.0.