summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add r-getpass.Todor Kondić2020-03-25
| | | | | | * gnu/packages/cran.scm (r-getpass): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add r-argon2.Todor Kondić2020-03-25
| | | | | | * gnu/packages/cran.scm (r-argon2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add emacs-chronometrist.Nicolas Goaziou2020-03-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-chronometrist): New variable.
* gnu: abseil-cpp: Update to 20200225.1.Ricardo Wurmus2020-03-25
| | | | * gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.1.
* import/cran: Import missing module.Ricardo Wurmus2020-03-25
| | | | | | | | This is a follow-up to commit b005c240bb5e436ffe9d55c2dd75c9af85aa0fdd. Reported-by: Ludovic Courtès <ludo@gnu.org> * guix/import/cran.scm: Import (guix ui) module.
* gnu: gnu-pw-mgr: Build reproducibly.Ludovic Courtès2020-03-25
| | | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr)[native-inputs]: Remove AUTOGEN so that man pages are not regenerated with a fresh date.
* tests: Adjust to 'show-manifest-transaction' changes.Ludovic Courtès2020-03-25
| | | | | | | This is a followup to 3e5ab0a7a9399bb098b9ced46bf3cbf4085c6bab. * tests/ui.scm ("show-manifest-transaction"): Update regexp. * tests/guix-package.sh: Adjust Emacs regexp in --with-source test.
* environment: Use 'with-build-handler'.Ludovic Courtès2020-03-25
| | | | | | | * guix/scripts/environment.scm (build-environment): Remove. (guix-environment): Wrap 'with-status-verbosity' in 'with-build-handler'. Remove 'dry-run?' conditional. Use 'built-derivations' instead of 'build-environment'.
* archive: Use 'with-build-handler'.Ludovic Courtès2020-03-25
| | | | | | * guix/scripts/archive.scm (export-from-store): Remove call to 'show-what-to-build' and dry-run? condition. (guix-archive): Wrap 'cond' in 'with-build-handler'.
* tests/nfs: Fix use of WAIT-FOR-FILE.Ricardo Wurmus2020-03-25
| | | | | * gnu/tests/nfs.scm ("nfs services are running"): Pass marionette to WAIT-FOR-FILE.
* services/nfs: Mount nfsd pseudo file system.Ricardo Wurmus2020-03-25
| | | | | * gnu/services/nfs.scm (nfs-shepherd-services): Add shepherd-service providing /proc/fs/nfsd and make other shepherd services require it.
* gnu: electron-cash: Update to 4.0.14.Guillaume Le Vaillant2020-03-25
| | | | * gnu/packages/finance.scm (electron-cash): Update to 4.0.14.
* import/cran: Support importing from Mercurial repositories.Ricardo Wurmus2020-03-25
| | | | | | | | | * guix/import/cran.scm (download): Accept keyword #:method; add case for hg method. (fetch-description): Handle hg repository. (description->package): Add cases for hg repositories and update call of DOWNLOAD procedure. (cran->guix-package): Retry importing from Bioconductor when hg import failed.
* gnu: r-shiny: Add missing inputs.Ricardo Wurmus2020-03-25
| | | | | | * gnu/packages/cran.scm (r-shiny)[propagated-inputs]: Add r-later, r-promises, r-rlang, and r-withr. [native-inputs]: Add gfortran.
* gnu: r-mast: Add r-knitr to native inputs.Ricardo Wurmus2020-03-25
| | | | * gnu/packages/bioconductor.scm (r-mast)[native-inputs]: Add r-knitr.
* gnu: poetry: Update to 1.0.5.Tanguy Le Carrour2020-03-24
| | | | | | | | | | | * gnu/packages/python-xyz.scm (poetry): Update to 1.0.5. [propagated-inputs] Add python-clikit, python-importlib-metadata, python-keyring, and python-pexpect. Remove python-msgpack and python-glob2. [home-page] Update URL. [arguments] Remove 'patch-setup-py' phase, and adjust required versions of keyring, pyrsistent and importlib-metadata. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-cachy: Update to 0.3.0.Tanguy Le Carrour2020-03-24
| | | | | | | | * gnu/packages/python-xyz.scm (python-cachy): Update to 0.3.0. [arguments]: Replace the 'check' phase. [native-inputs]: Add memcached and python-pifpaf. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-pifpaf.Tanguy Le Carrour2020-03-24
| | | | | | * gnu/packages/python-xyz.scm (python-pifpaf): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-daiquiri.Tanguy Le Carrour2020-03-24
| | | | | | * gnu/packages/python-xyz.scm (python-daiquiri): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-json-logger.Tanguy Le Carrour2020-03-24
| | | | | | * gnu/packages/python-xyz.scm (python-json-logger): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-xattr.Tanguy Le Carrour2020-03-24
| | | | | | * gnu/packages/python-xyz.scm (python-xattr): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-fakeredis: Update to 1.2.1.Tanguy Le Carrour2020-03-24
| | | | | | | * gnu/packages/databases.scm (python-fakeredis): Update to 1.2.1. [propagated-inputs]: Add python-sortedcontainers. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-clikit: Update to 0.4.2.Tanguy Le Carrour2020-03-24
| | | | | | * gnu/packages/python-xyz.scm (python-clikit): Update to 0.4.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-sortedcontainers: Add missing propagated-inputs.Tanguy Le Carrour2020-03-24
| | | | | | | | * gnu/packages/python-xyz.scm (python-sortedcontainers): [propagated-inputs] Add python-appdirs, python-distlib, python-filelock, python-importlib-metadata and python-six. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-cachecontrol: Add missing propagated-input.Tanguy Le Carrour2020-03-24
| | | | | | | * gnu/packages/python-web.scm (python-cachecontrol): [propagated-inputs]: Add python-msgpack. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-msgpack: Update to 1.0.0.Tanguy Le Carrour2020-03-24
| | | | | | | | * gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.0. (python-msgpack-transitional)[version,source]: New fields to avoid updating this package. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pastel: Update to 0.2.0.Tanguy Le Carrour2020-03-24
| | | | | | * gnu/packages/graphics.scm (python-pastel): Update to 0.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-jsonschema: Update to 3.2.0.Tanguy Le Carrour2020-03-24
| | | | | | | | * gnu/packages/python-xyz.scm (python-jsonschema): Update to 3.2.0. [propagated-inputs]: Add python-importlib-metadata. [arguments]: Use add-installed-pythonpath to make a test pass. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pexpect: Update to 4.8.0.Tanguy Le Carrour2020-03-24
| | | | | | | * gnu/packages/python-xyz.scm (python-pexpect): Update to 4.8.0. [arguments]: Disable failing test. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: perl-mail-sendmail: Add line above definition.Paul Garlick2020-03-24
| | | | * gnu/packages/perl.scm (perl-mail-sendmail): Add line.
* gnu: Add perl-mail-sendmail.Paul Garlick2020-03-24
| | | | * gnu/packages/perl.scm (perl-mail-sendmail): New variable.
* scripts: lint: Handle store connections for lint checkers.Christopher Baines2020-03-24
| | | | | | | | | | | | Rather than individual checkers opening up a connection to the store for each package to check, if any checker requires a store connection, open a connection and pass it to all checkers that would use it. This makes running the derivation checker much faster for multiple packages. * guix/scripts/lint.scm (run-checkers): Add a #:store argument, and pass the store to checkers if they require a store connection. (guix-lint): Establish a store connection if any checker requires one, and pass it through to run-checkers.
* lint: Add a #:store argument to check-derivationChristopher Baines2020-03-24
| | | | | | | | This can then be used to avoid opening up a store connection each time a package needs checking. * guix/lint.scm (check-derivation): Add a #:store argument, and pull the handling of the store connection out of the try function.
* lint: Mark the derivation checker as requiring a store connection.Christopher Baines2020-03-24
| | | | | * guix/lint.scm (%local-checkers): Mark the derivation checker as requiring a store connection.
* lint: Add a requires-store? field to the checker record.Christopher Baines2020-03-24
| | | | | | | | | This can then be used to mark checkers that require a store connection, which will enable passing a connection in, avoiding the overhead of establishing a connection inside the check function when it's run for lots of different packages. * guix/lint.scm (<lint-checker>): Add requires-store? to the record type.
* gnu: Add Docusign API Python client.Josh Marshall2020-03-24
| | | | | | * gnu/packages/python-xyz.scm (python-docusign-esign): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* doc: Document that a working environment for building Guix requires "--pure".base-for-series-3284Danny Milosavljevic2020-03-24
| | | | | * doc/guix.texi (Invoking guix environment): Document that a working environment for building Guix requires "--pure".
* guix system: Fix mistaken 'guix pull' warning upon 'reconfigure'.Ludovic Courtès2020-03-24
| | | | | | | | | | Fixes <https://bugs.gnu.org/38196>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * guix/scripts/system.scm (maybe-suggest-running-guix-pull): Check whether 'current-profile' returns true instead of checking for the existence of ~root/.config/guix/current. That way, "sudo guix system reconfigure" no longer emits a warning in that case.
* gnu: automake: Add version 1.16.2.Ludovic Courtès2020-03-24
| | | | * gnu/packages/autotools.scm (automake-1.16.2): New variable.
* pack: Do not store extended attributes in squashfs images.Ludovic Courtès2020-03-24
| | | | * guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Pass "-no-xattrs".
* ui: 'show-manifest-transaction' tabulates package lists for install/remove.base-for-series-3283Ludovic Courtès2020-03-24
| | | | | | | It also removes the store file name from the output. * guix/ui.scm (show-manifest-transaction)[package-strings]: Rewrite to use 'tabulate'. Remove 'item' parameter and adjust callers.
* ui: 'show-manifest-transaction' tabulates upgraded package lists.Ludovic Courtès2020-03-24
| | | | | | | | | | This also changes "1.0.0 → 1.0.0" to "(dependencies changed)", which is probably less confusing. * guix/ui.scm (tabulate): New procedure. (show-manifest-transaction)[upgrade-string]: Rewrite to take lists of names, versions, and outputs instead of single elements. Use 'tabulate'. Adjust callers accordingly.
* import: crate: Deduplicate dependencies.Martin Becze2020-03-24
| | | | | | * guix/import/crate.scm (crate-version-dependencies): Deduplicate crate dependencies. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add guile3.0-semver.Martin Becze2020-03-24
| | | | | | * gnu/packages/guile-xyz.scm (guile3.0-semver): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nano: Update to 4.9.Efraim Flashner2020-03-24
| | | | * gnu/packages/nano.scm (nano): Update to 4.9.
* doc: Fix typo in example.Naga Malleswari2020-03-24
| | | | | | | * doc/guix.texi (Base Services)[file->udev-rule]: Correct misspelt "user-account". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* doc: Fix typo.Naga Malleswari2020-03-24
| | | | | | * doc/guix.texi (Invoking guix time-machine): Fix typo. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add qgis.Guillaume Le Vaillant2020-03-24
| | | | | | | * gnu/packages/geo.scm (qgis): New variable. Co-authored-by: Wiktor Żelazny <wzelazny@vurv.cz> Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
* licenses: Add QWT 1.0 license.Arun Isaac2020-03-24
| | | | | | * guix/licenses.scm (qwt1.0): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* licenses: Add Open Government Licence for Public Sector Information.Arun Isaac2020-03-24
| | | | | | * guix/licenses.scm (ogl-psi1.0): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>