aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lint: Add 'patch-headers' checker.Ludovic Courtès2020-11-21
| | | | | | | | * guix/lint.scm (check-patch-headers): New procedure. (%local-checkers): Add 'patch-headers' checker. * tests/lint.scm ("patch headers: no warnings") ("patch headers: missing comment", "patch headers: empty") ("patch headers: patch not found"): New tests.
* transformations: Show '--help-transform' only where applicable.Ludovic Courtès2020-11-21
| | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/44773>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. This fixes a regression introduced in 6701f64f7329cdbeda70bcaf38523c9098e5a938. * guix/transformations.scm (%transformation-options): Add "--help-transform". (show-transformation-options-help): Rename to... (show-transformation-options-help/detailed): ... this. (show-transformation-options-help): New public procedure. * guix/scripts/build.scm (show-build-options-help): Remove "--help-transform". (%standard-build-options): Likewise. (show-help): Call 'show-transformation-options-help'. * guix/scripts/environment.scm (show-help): Likewise. * guix/scripts/graph.scm (show-help): Likewise. * guix/scripts/install.scm (show-help): Likewise. * guix/scripts/pack.scm (show-help): Likewise. * guix/scripts/package.scm (show-help): Likewise. * guix/scripts/upgrade.scm (show-help): Likewise.
* store-database: Add test checking the directory mtime after 'register-path'.Ludovic Courtès2020-11-21
| | | | * tests/store-database.scm ("register-path, directory"): New test.
* linux-initrd: Remove unnecessary timestamp reset phase.Ludovic Courtès2020-11-21
| | | | | | * gnu/build/linux-initrd.scm (write-cpio-archive): Mention timestamps in docstring. (build-initrd): Remove unnecessary timestamp reset phase.
* scripts: lint: Display result of checkers on stdout.Brice Waegeneire2020-11-21
| | | | | | | * guix/scripts/lint.scm (emit-warnings): Use 'current-output-port' instead of 'current-error-port'. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add emacs-major-mode-hydra.Joseph LaFreniere2020-11-21
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-major-mode-hydra): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add emacs-pretty-hydra.Joseph LaFreniere2020-11-21
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pretty-hydra): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: emacs-jsonrpc: Update to 1.0.14.Nicolas Goaziou2020-11-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.14.
* gnu: python-pillow: Add the python2-variant property.Maxim Cournoyer2020-11-21
| | | | | | | | | | | This is apparently required to get the package-with-python2 package transformer to pick up the correct python2-pillow package instead of attempting to create a new one with the same version as python-pillow, as it would happen for python2-matplotlib for example. * gnu/packages/python-xyz.scm (python-pillow): Add python2-variant property. (python2-pillow): Strip python2-variant property from inherited python-pillow, and fix indentation.
* gnu: python2-pillow: Fix build.Maxim Cournoyer2020-11-20
| | | | * gnu/packages/python-xyz.scm (python2-pillow): Downgrade to version 6.2.2.
* gnu: Add python-moto.Marius Bakke2020-11-21
| | | | * gnu/packages/python-xyz.scm (python-moto): New public variable.
* gnu: Add python-flask-cors.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-flask-cors): New public variable.
* gnu: Add python-junit-xml.Marius Bakke2020-11-21
| | | | * gnu/packages/python-check.scm (python-junit-xml): New public variable.
* gnu: Add python-cfn-lint.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-cfn-lint): New public variable.
* gnu: python-jsonpatch: Propagate required input.Marius Bakke2020-11-21
| | | | | | * gnu/packages/python-xyz.scm (python-jsonpatch)[native-inputs]: Move PYTHON-JSONPOINTER ... [propagated-inputs]: ... here.
* gnu: Add python-aws-sam-translator.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-aws-sam-translator): New public variable.
* gnu: Add python-boto.Marius Bakke2020-11-21
| | | | * gnu/packages/python-xyz.scm (python-boto): New public variable.
* gnu: Add python-jose.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-jose): New public variable.
* gnu: Add python-aws-xray-sdk.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-aws-xray-sdk): New public variable.
* gnu: Add python-jsonpickle.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-jsonpickle): New public variable.
* gnu: Add python-sshpubkeys.Marius Bakke2020-11-21
| | | | * gnu/packages/python-xyz.scm (python-sshpubkeys): New public variable.
* gnu: Add python-boto3.Kristian Trandem2020-11-21
| | | | | | gnu/packages/python-xyz.scm (python-boto3): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-docker: Propagate runtime dependency.Marius Bakke2020-11-21
| | | | | | * gnu/packages/docker.scm (python-docker)[inputs]: Move PYTHON-WEBSOCKET-CLIENT from here ... [propagated-inputs]: ... to here.
* gnu: Add python-minio.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-minio): New public variable.
* gnu: Add python-querystring-parser.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-querystring-parser): New public variable.
* gnu: Add python-gorilla.Marius Bakke2020-11-21
| | | | * gnu/packages/python-xyz.scm (python-gorilla): New public variable.
* gnu: Add python-databricks-cli.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-databricks-cli): New public variable.
* gnu: python-s3transfer: Update to 0.3.3.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (python-s3transfer): Update to 0.3.3.
* gnu: awscli: Update to 1.18.183.Marius Bakke2020-11-21
| | | | * gnu/packages/python-web.scm (awscli): Update to 1.18.183.
* gnu: python-botocore: Update to 1.19.22.Marius Bakke2020-11-21
| | | | | * gnu/packages/python-xyz.scm (python-botocore): Update to 1.19.22. [propagated-inputs]: Remove PYTHON-DOCUTILS. Add PYTHON-URLLIB3.
* gnu: python-botocore: Remove unused inputs.Marius Bakke2020-11-21
| | | | * gnu/packages/python-xyz.scm (python-botocore)[native-inputs]: Remove.
* gnu: awscli, python-botocore: Add comment about compatibility.Marius Bakke2020-11-21
| | | | | | | * gnu/packages/python-web.scm (awscli): Mention that it must be updated together with ... * gnu/packages/python-xyz.scm (python-botocore): ... this package, and add similar comment about awscli.
* gnu: cheese: Remove obsolete input.Marius Bakke2020-11-21
| | | | | * gnu/packages/gnome.scm (cheese)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: emacs-org-webring: Update to 2.0.0.Brett Gilio2020-11-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 2.0.0.
* gnu: python-django-q: Update to 1.3.4.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/django.scm (python-django-q): Update to 1.3.4.
* gnu: xpra: Update to 4.0.5.Tobias Geerinckx-Rice2020-11-21
| | | | | | | * gnu/packages/xorg.scm (xpra): Update to 4.0.5. [source]: Remove xpra-4.0.4-norequests.patch. * gnu/packages/patches/xpra-4.0.4-norequests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add davfs2.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/file-systems.scm (davfs2): New public variable.
* gnu: ceph: Update to 14.2.14.Tobias Geerinckx-Rice2020-11-21
| | | | * gnu/packages/storage.scm (ceph): Update to 14.2.14.
* gnu: Add ghc-http-reverse-proxy.Alexandru-Sergiu Marton2020-11-20
| | | | * gnu/packages/haskell-web.scm (ghc-http-reverse-proxy): New variable.
* gnu: clojure: Add bin/clojure wrapper.Jesse Gibbons2020-11-20
| | | | | | | | | Fixes: https://issues.guix.gnu.org/issue/32709 * gnu/packages/clojure.scm: (clojure)[inputs]: Add icedtea. [arguments]: Add make-wrapper phase. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: linux-libre 4.4: Update to 4.4.244.Leo Famulari2020-11-20
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.244. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.244.Leo Famulari2020-11-20
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.244. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.207Leo Famulari2020-11-20
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.207. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.158.Leo Famulari2020-11-20
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.158. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.78.Leo Famulari2020-11-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.78. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.9.9.Leo Famulari2020-11-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.9. (deblob-scripts-5.9, linux-libre-5.9-pristine-source): Update hashes.
* image: Add pinebook-pro support.Mathieu Othacehe2020-11-20
| | | | | | * gnu/system/images/pinebook-pro.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/ci.scm (%guix-system-images): Add pinebook-pro-barebones-raw-image.
* gnu: emacs-forge: Update to 20201119.Pierre Neidhardt2020-11-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-forge): Update to 20201119.
* Merge branch 'version-1.2.0' into master.Maxim Cournoyer2020-11-20
|\
| * services: base: Re-export %default-substitute-urls from (guix store).Marius Bakke2020-11-18
| | | | | | | | * gnu/services/base.scm: Export %DEFAULT-SUBSTITUTE-URLS.