aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python-pywinrm.bug-38957-pywinrmAlexandros Theodotou2020-03-26
| | | | * gnu/packages/python-xyz.scm (python-pywinrm): New variable.
* gnu: Add python-requests_ntlm.Alexandros Theodotou2020-03-26
| | | | * gnu/packages/python-web.scm (python-requests_ntlm): New variable.
* gnu: Add python-ntlm-auth.Alexandros Theodotou2020-03-26
| | | | * gnu/packages/python-crypto.scm (python-ntlm-auth): New variable.
* gnu: Add python-kerberos.Alexandros Theodotou2020-03-26
| | | | * gnu/packages/python-crypto.scm (python-kerberos): 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".Danny 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.Ludovic 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>
* gnu: Add saga.Guillaume Le Vaillant2020-03-24
| | | | * gnu/packages/geo.scm (saga): New variable.
* gnu: Add grass.Guillaume Le Vaillant2020-03-24
| | | | * gnu/packages/geo.scm (grass): New variable.
* gnu: Add python-owslib.Guillaume Le Vaillant2020-03-24
| | | | * gnu/packages/python-xyz.scm (python-owslib): New variable.
* gnu: r-harmony: Update to 0.1.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/cran.scm (r-harmony): Update to 0.1. [native-inputs]: Add autoconf.
* gnu: r-shiny: Update to 1.4.0.2.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/cran.scm (r-shiny): Update to 1.4.0.2.
* gnu: r-multiassayexperiment: Update to 1.12.5.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/bioconductor.scm (r-multiassayexperiment): Update to 1.12.5. [native-inputs]: Add r-knitr.
* gnu: r-bigpint: Update to 1.2.2.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/bioconductor.scm (r-bigpint): Update to 1.2.2. [native-inputs]: Add r-knitr.
* gnu: r-biosigner: Update to 1.14.4.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/bioconductor.scm (r-biosigner): Update to 1.14.4.
* gnu: r-gosemsim: Update to 2.12.1.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.12.1. [native-inputs]: Add r-knitr.
* gnu: r-tximport: Update to 1.14.2.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/bioinformatics.scm (r-tximport): Update to 1.14.2. [native-inputs]: Add r-knitr.
* gnu: r-caret: Update to 6.0-86.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/cran.scm (r-caret): Update to 6.0-86. [native-inputs]: Add r-knitr.
* gnu: r-batchtools: Update to 0.9.13.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/cran.scm (r-batchtools): Update to 0.9.13. [native-inputs]: Add r-knitr.
* gnu: r-mcmc: Update to 0.9-7.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/cran.scm (r-mcmc): Update to 0.9-7.
* gnu: r-proc: Update to 1.16.2.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/cran.scm (r-proc): Update to 1.16.2.
* gnu: r-xgboost: Update to 1.0.0.1.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/cran.scm (r-xgboost): Update to 1.0.0.1. [native-inputs]: Add r-knitr.
* gnu: r-radiant-data: Update to 1.3.4.Ricardo Wurmus2020-03-24
| | | | | | * gnu/packages/cran.scm (r-radiant-data): Update to 1.3.4. [propagated-inputs]: Remove r-gridextra; add r-mass, r-patchwork, and r-randomizr.
* gnu: r-patchwork: Update to 1.0.0.Ricardo Wurmus2020-03-24
| | | | | | * gnu/packages/cran.scm (r-patchwork): Update to 1.0.0. [source]: Fetch from CRAN. [native-inputs]: Add r-knitr.
* gnu: r-igraph: Update to 1.2.5.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/graph.scm (r-igraph): Update to 1.2.5.
* gnu: r-robustbase: Update to 0.93-6.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/statistics.scm (r-robustbase): Update to 0.93-6.
* gnu: r-hmisc: Update to 4.4-0.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/statistics.scm (r-hmisc): Update to 4.4-0.
* gnu: r-pkgmaker: Update to 0.31.1.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/statistics.scm (r-pkgmaker): Update to 0.31.1.
* gnu: r-dt: Update to 0.13.Ricardo Wurmus2020-03-24
| | | | | * gnu/packages/statistics.scm (r-dt): Update to 0.13. [native-inputs]: Add r-knitr.
* gnu: r-locfit: Update to 1.5-9.2.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.2.
* gnu: Add r-randomizr.Ricardo Wurmus2020-03-24
| | | | * gnu/packages/cran.scm (r-randomizr): New variable.
* gnu: sbcl: Increase maximum heap size to 2Gb.Guillaume Le Vaillant2020-03-24
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Add the "--dynamic-space-size=2Gb" option in the build phase.
* gnu: dialog: Update to 1.3-20200228.Michael Rohleder2020-03-23
| | | | | | * gnu/packages/ncurses.scm (dialog): Update to 1.3-20200228. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Git: Update to 2.26.0.Leo Famulari2020-03-23
| | | | | * gnu/packages/version-control.scm (git): Update to 2.26.0. [arguments]: Adjust the 'install-credential-netrc' phase to upstream changes.