summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix: import: (recursive-import) Allow for version numbersseries-2959Martin Becze2020-02-21
| | | | | | | | | | | | | | | | | | | | | This adds a key VERSION to (recursive-import) and move the paramter REPO to a key. This also changes all the things that rely on (recursive-import) * guix/import/utils.scm (package->definition): added optional `append-version?` * guix/import/utils.scm (recursive-import): added key `version` and moved `repo` to be a key * guix/import/cran.scm (cran->guix-package): change `repo` to a key * guix/import/cran.scm (cran-recursive-import): change `repo` to a key * guix/scripts/import/cran.scm: change `repo` to a key * guix/import/elpa.scm (elpa->guix-pakcage): change `repo` to a key * guix/import/elpa.scm (elpa-recursive-import): change `repo` to a key * guix/scripts/import/elpa.scm: change `repo` to a key * guix/import/gem.scm (gem->guix-package): change `repo` to a key * guix/import/gem.scm (recursive-import): change `repo` to a key * guix/import/opam.scm (opam-recurive-import): change `repo` to a key * guix/import/pypi.scm (pypi-recursive-import): change `repo` to a key * guix/import/stackage.scm (stackage-recursive-import): change `repo` to a key
* gnu: gnome-shell-extension-paperwm: Recompile schemas.base-for-series-2959Jack Hill2020-02-21
| | | | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm) [source]: Remove gschemas.compiled in a snippet. [arguments]: Add compile-schemas phase. [native-inputs]: Add glib. Signed-off-by: Alex Griffin <a@ajgrf.com>
* gnu: Add cl-pzmq.Guillaume Le Vaillant2020-02-21
| | | | * gnu/packages/lisp-xyz.scm (sbcl-pzmq, cl-pzmq, ecl-pzmq): New variables.
* gnu: highlight: Build perl bindings.Paul Garlick2020-02-21
| | | | | | | * gnu/packages/pretty-print.scm (highlight)[native-inputs]: Add swig. [inputs]: Add perl. [arguments]: Specify lua version for pkg-config command, add 'install-perl-bindings' phase.
* gnu: Add vinci.Andreas Enge2020-02-21
| | | | * gnu/packages/maths.scm (vinci): New variable.
* doc: Fix copy-build-system specification.Pierre Neidhardt2020-02-21
| | | | | * doc/guix.texi (Build Systems): Files must match one or more filters, not exactly one.
* doc: Fix indentation.Tobias Geerinckx-Rice2020-02-21
| | | | | | | This follows up on commit e90e64049ce160d28d1e8b3014badcc2b214627c, which broke ‘guix pull’. * doc/guix.texi (Build Systems): Un-indent.
* doc: Fix typos.Nicolas Goaziou2020-02-21
| | | | | * doc/guix.texi (Build Systems): Add missing hash to "#:exclude", and a comma after "e.g.". Use @file and @var appropriately.
* gnu: Add gnome-shell-extension-paperwm.Alex Griffin2020-02-21
| | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): New variable.
* gnu: gcide: Use the copy-build-system.Pierre Neidhardt2020-02-21
| | | | | * gnu/packages/dictionaries.scm (gcide2)[build-system]: Use the copy-build-system.
* build-system: Add copy-build-system.Pierre Neidhardt2020-02-21
| | | | | | | * guix/build-system/copy.scm: New file. * guix/build/copy-build-system.scm: New file. * Makefile.am (MODULES): Add them. * doc/guix.texi (Build Systems): Document 'copy-build-system'.
* gnu: tilda: Update to 1.5.0.Efraim Flashner2020-02-21
| | | | * gnu/packages/terminals.scm (tilda): Update to 1.5.0.
* gnu: subversion: Don't build static libraries.Efraim Flashner2020-02-21
| | | | | | | This drops the size of the package by about 27%. * gnu/packages/version-control.scm (subversion)[arguments]: Add configure-flag to not build static libraries.
* gnu: php: Update to 7.4.3.Alex Sassmannshausen2020-02-21
| | | | | | * gnu/packages/php.scm (php): Update to 7.4.3. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* services: udev: Do not rely on shepherd inheriting environment variables.Florian Pelz2020-02-20
| | | | | | | Fixes <https://bugs.gnu.org/39671>. * gnu/services/base.scm (udev-shepherd-service)[start] Move or copy environment variables to 'fork+exec-command' instead of 'setenv'.
* gnu: corrode: Use git-file-name.Jakub Kądziołka2020-02-20
| | | | * gnu/packages/haskell-apps.scm (corrode): Use git-file-name.
* gnu: libjit: Use git-file-nameJakub Kądziołka2020-02-20
| | | | * gnu/packages/assembly.scm (libjit): Use git-file-name.
* gnu: guile-gcrypt: Use git-file-nameJakub Kądziołka2020-02-20
| | | | * gnu/packages/gnupg.scm (guile-gcrypt): Use git-file-name.
* gnu: ath9k-htc-firmware, b43-tools: Use git-file-name.Jakub Kądziołka2020-02-20
| | | | | * gnu/packages/firmware.scm (ath9k-htc-firmware): Use git-file-name. (b43-tools): Likewise.
* gnu: fpga.scm: Use git-version and git-file-name where appropriate.Jakub Kądziołka2020-02-20
| | | | | | | | | | * gnu/packages/fpga.scm (abc): Use git-version. The uri is using an autogenerated commit package, it would ideally use git-fetch. The canonical repository is now on GitHub, but the old commit ID is not present. This means that changing the origin is best done together with an update. (icestorm): Use git-version, git-file-name. (arachne-pnr): Use git-file-name.
* gnu: ntk: Use git-file-name.Jakub Kądziołka2020-02-20
| | | | * gnu/packages/fltk.scm (ntk): Use git-file-name.
* gnu: git-annex: Update to 7.20200219.Kyle Meyer2020-02-20
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200219. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: perl-image-exiftool: Update to 11.85.Leo Famulari2020-02-20
| | | | * gnu/packages/photo.scm (perl-image-exiftool): Update to 11.85.
* gnu: RawTherapee: Update to 5.8.Leo Famulari2020-02-20
| | | | * gnu/packages/photo.scm (rawtherapee): Update to 5.8.
* doc: Use two spaces after full stops.base-for-series-2951base-for-series-2948base-for-series-2947Nicolas Goaziou2020-02-20
| | | | * doc/guix.texi (The Store): Use two spaces after full stops.
* ssh: Add Kerberos-support to ssh:// daemon URLsbase-for-series-2946Lars-Dominik Braun2020-02-20
| | | | | | | * guix/ssh.scm (open-ssh-session): Fall back to GSSAPI if public key authentication does not work Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Kerberos support to libsshLars-Dominik Braun2020-02-20
| | | | | | * gnu/packages/ssh.scm (libssh)[inputs]: Depend on mit-krb5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build-self: Show wider backtraces.Ludovic Courtès2020-02-20
| | | | * build-aux/build-self.scm (build): Add 'setenv' call for "COLUMNS".
* gnu: certbot, python-acme: Update to 1.2.0.Leo Famulari2020-02-19
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 1.2.0.
* gnu: linux-libre: Update to 5.4.21.Mark H Weaver2020-02-19
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.21. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.105.Mark H Weaver2020-02-19
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.105. (linux-libre-4.19-pristine-source): Update hash.
* gnu: libevent: Split into two outputs.Julien Lepiller2020-02-20
| | | | | | | This removes python and its dependencies from the libevent closure, reducing it from 180MB to 70MB. * gnu/packages/libevent.scm (libevent): Add bin output.
* gnu: js-selectize: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-19
| | | | * gnu/packages/javascript.scm (js-selectize)[home-page]: Use HTTPS.
* gnu: python-scikit-image: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-19
| | | | * gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use HTTPS.
* gnu: transset-df: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-19
| | | | * gnu/packages/xorg.scm (transset-df)[home-page]: Use HTTPS.
* gnu: munge: Update to 0.5.14.Tobias Geerinckx-Rice2020-02-19
| | | | | | | * gnu/packages/admin.scm (munge): Update to 0.5.14. [source]: Expand snippet. [arguments]: Continue installing pkg-config file. Add new ‘skip-failing-tests’ for the new test suite.
* gnu: crypto++: Update to 8.2.0.Tobias Geerinckx-Rice2020-02-19
| | | | * gnu/packages/crypto.scm (crypto++): Update to 8.2.0.
* gnu: crypto++: Returt #t from all phases.Tobias Geerinckx-Rice2020-02-19
| | | | | * gnu/packages/crypto.scm (crypto++)[arguments]: Return #t from ‘install-pkg-config’.
* gnu: crypto++: Build in parallel.Tobias Geerinckx-Rice2020-02-19
| | | | | * gnu/packages/crypto.scm (crypto++)[arguments]: Make ‘build-shared’ the main ‘build’ phase. Respect MAKE-FLAGS and PARALLEL-JOB-COUNT.
* gnu: crypto++: Don't hard-code VERSION.Tobias Geerinckx-Rice2020-02-19
| | | | * gnu/packages/crypto.scm (crypto++)[arguments]: Use package VERSION.
* gnu: libbytesize: Update to 2.2.Tobias Geerinckx-Rice2020-02-19
| | | | * gnu/packages/c.scm (libbytesize): Update to 2.2.
* gnu: r-scran: Update to 1.14.6.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioinformatics.scm (r-scran): Update to 1.14.6.
* gnu: r-hdf5array: Update to 1.14.2.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.14.2.
* gnu: r-gviz: Update to 1.30.3.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioinformatics.scm (r-gviz): Update to 1.30.3.
* gnu: r-rhtslib: Update to 1.18.1.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.18.1.
* gnu: r-genomicfeatures: Update to 1.38.2.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.38.2.
* gnu: r-rsamtools: Update to 2.2.2.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.2.2.
* gnu: r-limma: Update to 3.42.2.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioinformatics.scm (r-limma): Update to 3.42.2.
* gnu: r-shortread: Update to 1.44.3.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioinformatics.scm (r-shortread): Update to 1.44.3.
* gnu: r-depecher: Update to 1.2.1.Ricardo Wurmus2020-02-19
| | | | * gnu/packages/bioconductor.scm (r-depecher): Update to 1.2.1.