summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: utils: 'recursive-import' accepts an optional version parameter.series-3269Martin Becze2020-03-23
| | | | | | | | | | | | | | | | | | | | | | 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 (recursive-import): Add the VERSION key. Make REPO a key. (package->definition): Added optional 'append-version?'. * guix/import/cran.scm (cran->guix-package): Change the REPO parameter to a key. (cran-recursive-import): Likewise. * guix/import/elpa.scm (elpa->guix-pakcage): Likewise. (elpa-recursive-import): Likewise. * guix/import/gem.scm (gem->guix-package): Likewise. (recursive-import): Likewise. * guix/import/opam.scm (opam-recurive-import): Likewise. * guix/import/pypi.scm (pypi-recursive-import): Likewise. * guix/import/stackage.scm (stackage-recursive-import): Likewise. * guix/scripts/import/cran.scm: (guix-import-cran) Likewise. * guix/scripts/import/elpa.scm: (guix-import-elpa) Likewise. * tests/elpa.scm: (eval-test-with-elpa) Likewise. * tests/import-utils.scm Likewise.
* gnu: Add zlfo.base-for-series-3269Alexandros Theodotou2020-03-23
| | | | | | * gnu/packages/music.scm (zlfo): New variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: Add ztoolkit-rsvg.Alexandros Theodotou2020-03-23
| | | | | | * gnu/packages/audio.scm (ztoolkit-rsvg): New variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> [with modifications]
* gnu: Add ztoolkit.Alexandros Theodotou2020-03-23
| | | | | | * gnu/packages/audio.scm (ztoolkit): New variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: Add circos.Roel Janssen2020-03-23
| | | | | | * gnu/local.mk: Register circos-remove-findbin.patch. * gnu/packages/patches/circos-remove-findbin.patch: New file. * gnu/packages/perl.scm: New variable.
* gnu: Add python-gcovr.Alexandros Theodotou2020-03-23
| | | | | | * gnu/packages/python-xyz.scm (python-gcovr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add lv2toweb.Alexandros Theodotou2020-03-23
| | | | | | * gnu/packages/audio.scm (lv2toweb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* machine: ssh: Better report missing initrd modules.Ludovic Courtès2020-03-23
| | | | | * gnu/machine/ssh.scm (machine-check-initrd-modules): Improve message upon module mismatch.
* deploy: Write a message upon successful deployment.Ludovic Courtès2020-03-23
| | | | | * guix/scripts/deploy.scm (guix-deploy): Write message upon successful deployment.
* deploy: Show what machines will be deployed.Ludovic Courtès2020-03-23
| | | | | * guix/scripts/deploy.scm (show-what-to-deploy): New procedure. (guix-deploy): Call it.
* ui: Add 'indented-string'.Ludovic Courtès2020-03-23
| | | | | | | | | * guix/scripts/pull.scm (display-news-entry): Remove extra space in format string for 'indented-string'. (indented-string): Remove. (display-new/upgraded-packages)[pretty]: Pass #:initial-indent? to 'indented-string'. * guix/ui.scm (indented-string): New procedure.
* machine: ssh: Make sanity checks in a single round trip.Ludovic Courtès2020-03-23
| | | | | | | | | | | * gnu/machine/ssh.scm (<remote-assertion>): New record type. (remote-let): New macro. (machine-check-file-system-availability): Rewrite to use 'remote-let' instead of 'mlet' and 'machine-remote-eval'. (machine-check-initrd-modules): Likewise. (machine-check-building-for-appropriate-system): Make non-monadic. (check-deployment-sanity): Rewrite to gather all the assertions as a single gexp and pass it to 'machine-remote-eval'.
* ssh: 'send-files' reports missing modules on the remote host.Ludovic Courtès2020-03-23
| | | | | | | | | Reported by Mikael Djurfeldt <mikael@djurfeldt.com> in <https://bugs.gnu.org/40125>. * guix/ssh.scm (send-files)[inferior-remote-eval*]: New procedure. [missing]: Use it. Add an explicit 'resolve-module' call. (report-inferior-exception): New procedure.
* Re-order the armhf linux-libre kernel packages to fix the build.Leo Famulari2020-03-23
| | | | | | | | | | | | | | | | | | | | | | This is a followup to commit 37f8c50cdc2e99189c74999319f3a1854d419546. Previously, building Guix crashed like this: ------ In ice-9/eval.scm: 619:8 4 (_ #f) 626:19 3 (_ #<directory (gnu packages linux) 7fcf3e526c80>) 159:9 2 (_ #<directory (gnu packages linux) 7fcf3e526c80>) 223:20 1 (proc #<directory (gnu packages linux) 7fcf3e526c80>) In unknown file: 0 (%resolve-variable (7 . linux-libre-arm-generic) #<directory (gnu packages linux) 7fcf3e526c80>) ERROR: In procedure %resolve-variable: error: linux-libre-arm-generic: unbound variable ------ * gnu/packages/linux.scm (linux-libre-arm-veyron): Move after linux-libre-arm-generic.
* gnu: Add linux-libre-arm64-generic.Vagrant Cascadian2020-03-22
| | | | * gnu/packages/linux (linux-libre-arm64-generic): New variable.
* gnu: linux-libre-arm-veyron: Deprecate package.Vagrant Cascadian2020-03-22
| | | | | | | | * gnu/packages/linux (linux-libre-arm-veyron): Mark as deprecated package. (kernel-config-veyron): Remove obsolete function. * gnu/system/examples/asus-c201.tmpl: Update to use linux-libre-arm-generic. * gnu/packages/aux-files/linux-libre/5.4-arm-veyron.conf: Delete file. * Makefile.am (AUX_FILES): Update accordingly.
* gnu: emacs-elpy: Update to 1.32.0.Maxim Cournoyer2020-03-22
| | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.32.0. [phases]{fake-virtualenv}: Rename to 'do-not-use-virtualenv. Use the new ELPY_TEST_DONT_USE_VIRTUALENV environment variable to skip tests using virtualenv, and set the elpy-rpc-virtualenv-path default value to 'system so that a virtualenv is not needed. [native-inputs]: Move the Python dependencies to... [propagated] ...here. This is so that Elpy doesn't nag users with fetching those from PyPI. Add python-rope. Fixes <https://bugs.gnu.org/40079>. Reported-by: sirgazil <sirgazil@zoho.com>
* gnu: emacs: Patch references to /bin/sh.Maxim Cournoyer2020-03-22
| | | | | | | | | | | | | | | | When attempting to run ert-runner in the build side environment where /bin/sh doesn't exist as part of the emacs-elpy test suite, Emacs was throwing the error "Searching for program: No such file or directory, /bin/sh". This is because the default shell when SHELL is not set was "/bin/sh", as can be seen in callproc.c: sh = getenv ("SHELL"); Vshell_file_name = build_string (sh ? sh : "/bin/sh"); Thus, patch the occurrences of "/bin/sh" in the source files of Emacs to refer to their correct store location. * gnu/packages/emacs.scm (emacs)[phases]{patch-program-file-names}: Add phase.
* gnu: emacs-minimal: Install the custom site-start file.Maxim Cournoyer2020-03-22
| | | | | | | | | | | | This makes the EMACS-MINIMAL package more generally useful, by adding support to load autoload definitions. Note that this doesn't negatively impact the performance of the emacs-build-system, because at that time the --quick option is used, which disables loading site-start.el (which is the one calling GUIX-EMACS-AUTOLOAD-PACKAGES). * gnu/packages/emacs.scm (emacs-minimal)[phases]: Do not delete the 'install-site-start phase. [inputs]: Add the emacs/guix-emacs.el auxiliary file.
* gnu: emacs: Re-indent.Maxim Cournoyer2020-03-22
| | | | * gnu/packages/emacs.scm (emacs): Fix indentation.
* gnu: emacs: Byte compile the site-lisp directory, without coupling.Maxim Cournoyer2020-03-22
| | | | | | | | This re-instates what the previously reverted commit did, but without adding a dependency on the (guix build emacs-utils) module. * gnu/packages/emacs.scm (emacs)[phases]{install-site-start}: Define a EMACS-BYTE-COMPILE-DIRECTORY procedure, and use it.
* Revert "gnu: emacs: Byte compile the site-lisp directory."Maxim Cournoyer2020-03-22
| | | | | | | This reverts commit 4714d0fc1a96eb6d421b64b0b585fe8043dcd07b. Rational: Having to rebuild Emacs every time (guix build emacs-utils) changes is not great.
* gnu: emacs: Remove obsolete FIXME comment.Maxim Cournoyer2020-03-22
| | | | * gnu/packages/aux-files/emacs/guix-emacs.el: Remove comment.
* build: emacs-utils: Add an option to select scoping for batch eval.Maxim Cournoyer2020-03-22
| | | | | | | | | | | In Emacs 27, --eval now evaluates using lexical scoping. This change adds an option to select dynamic scoping, by using a workaround proposed in <https://bugs.gnu.org/39823>. * guix/build/emacs-utils.scm (emacs-batch-eval): Add a DYNAMIC? keyword argument. Wrap the EXPR with a call to EVAL that makes use of the argument to select the scoping mode. (emacs-generate-autoloads): Use it.
* gnu: wxmaxima: Update to 20.03.1.Kei Kebreau2020-03-22
| | | | * gnu/packages/maths.scm (wxmaxima): Update to 20.03.1.
* nls: Update.Ludovic Courtès2020-03-23
|
* services: console-font: Fix docstring.Ludovic Courtès2020-03-23
| | | | | * gnu/services/base.scm (console-font-service-type): Use quasiquote and unquote appropriately in docstring.
* doc: Add console-font-service-type to Base Services.John Soo2020-03-23
| | | | | | * doc/guix.texi (Base Services): Add console-font-service-type. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* tests: Use the same source as ci.guix.gnu.org.Ludovic Courtès2020-03-23
| | | | | * etc/system-tests.scm (system-test-manifest): In 'local-file' call, use a name that is a function of COMMIT to match what Cuirass does.
* gnu: i3-gaps: Update to 4.18.Alexandru-Sergiu Marton2020-03-22
| | | | | | * gnu/packages/wm.scm (i3-gaps): Update to 1.18. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Remove qemu-minimal-2.10.Leo Famulari2020-03-22
| | | | | | | | * gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable. * gnu/packages/debug.scm (qemu-for-american-fuzzy-lop): New variable. (american-fuzzy-lop)[inputs]: Remove custom-qemu and add qemu-for-american-fuzzy-lop. [arguments]: Adjust reference to QEMU in the 'install-qemu' phase.
* gnu: Prefix licenses in (gnu packages debug).Leo Famulari2020-03-22
| | | | * gnu/packages/debug.scm: Add a license prefix.
* gnu: electron-cash: Update to 4.0.13.Guillaume Le Vaillant2020-03-22
| | | | | | | | | | | This package was inheriting from electrum, but as now almost all the fields have differences, let's make these two packages independent from each other. * gnu/packages/finance.scm (electron-cash): Update to 4.0.13. [inputs]: Add libevent, openssl, python-cython, python-hidapi, python-keepkey, python-stem, python-trezor, qtsvg and zlib. [arguments]: Add a wrap-qt phase allowing qtsvg to be found at runtime to show SVG icons correctly.
* gnu: gnome-shell-extension-paperwm: Update to 36.0.Alex Griffin2020-03-22
| | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 36.0.
* gnu: qbittorrent: Fix icons not showing in GUI.Guillaume Le Vaillant2020-03-22
| | | | * gnu/packages/bittorrent.scm (qbittorrent)[arguments]: Add a wrap-qt phase.
* gnu: libchop: Build against libtirpc and related tools.Ludovic Courtès2020-03-22
| | | | | | | * gnu/packages/backup.scm (libchop)[source]: Add 'modules' and 'snippet'. [arguments]: Add #:configure-flags; add 'set-libtirpc-include-path' phase. [native-inputs]: Add RPCSVC-PROTO. [inputs]: Add LIBTIRPC.
* Remove workaround for 'time-monotonic' in Guile 2.2.2.Ludovic Courtès2020-03-22
| | | | | | | | | | | | This is a followup to e688c2df3924423b67892cc9939ca099c729d1cb. * build-aux/hydra/evaluate.scm <top level>: Remove 'time-monotonic' definition. * guix/cache.scm: Likewise. * guix/progress.scm: Likewise. * guix/scripts/substitute.scm: Likewise. * guix/scripts/weather.scm: Likewise. * tests/cache.scm: Likewise.
* installer: Do not include the host (guix config).Ludovic Courtès2020-03-22
| | | | | | | | | Previously, "locales.drv" would depend on the host's (guix config). Thus, the derivation would depend on details of the user's installation. * gnu/installer.scm (not-config?): New procedure. (build-compiled-file): Pass it to 'source-module-closure' and use 'make-config.scm'.
* gnu: Add nextpnr-ice40.pinoaffe@airmail.cc2020-03-22
| | | | | | * gnu/packages/fpga.scm (nextpnr-ice40): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: icestorm: Update to latest revision.pinoaffe@airmail.cc2020-03-22
| | | | | | * gnu/packages/fpga.scm (icestorm): Update to latest revision. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: r-dt: Update license field.Efraim Flashner2020-03-22
| | | | * gnu/packages/statistics.scm (r-dt)[license]: Add wtfpl2.
* gnu: zzuf: Update license field.Efraim Flashner2020-03-22
| | | | * gnu/packages/debug.scm (zzuf)[license]: List as wtfpl2.
* gnu: libcaca: Update license field.Efraim Flashner2020-03-22
| | | | * gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
* build-system: linux-module: Fix cross compilation.Mathieu Othacehe2020-03-22
| | | | | | | | | | | | | | | | | * guix/build-system/linux-module.scm (default-kmod, default-gcc): Delete procedures. (system->arch): New procedure. (make-linux-module-builder)[native-inputs]: Move linux... [inputs]: ...to here. (linux-module-build-cross): New procedure. (linux-module-build): Add TARGET. Pass TARGET and ARCH to build side. (lower): Allow cross-compilation. Move "linux" and "linux-module-builder" to host-inputs. Add target-inputs. Call linux-module-build-cross if TARGET is set, linux-module-build otherwise. * guix/build/linux-module-build-system.scm (configure): Add ARCH argument. (linux-module-build): Adjust comment. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* system: Add kernel-loadable-modules to operating-system.Danny Milosavljevic2020-03-22
| | | | | | | | | | | | | | | * gnu/system.scm (<operating-system>): Add kernel-loadable-modules. (operating-system-directory-base-entries): Use it. * doc/guix.texi (operating-system Reference): Document KERNEL-LOADABLE-MODULES. * gnu/build/linux-modules.scm (depmod): New procedure. (make-linux-module-directory): New procedure. Export it. * guix/profiles.scm (linux-module-database): New procedure. Export it. * gnu/tests/linux-modules.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/linux.scm (make-linux-libre*)[arguments]<#:phases>[install]: Disable depmod. Remove "build" and "source" symlinks. [native-inputs]: Remove kmod.
* hydra: evaluate: Use 'with-build-handler'.Ludovic Courtès2020-03-22
| | | | | | | * build-aux/hydra/evaluate.scm (command-line): Remove 'set!' for 'build-things'. Use 'with-build-handler' instead. * build-aux/hydra/gnu-system.scm (hydra-jobs): Add comment about removing 'show-what-to-build' call.
* packages: 'package-field-location' handles missing source properties.Ludovic Courtès2020-03-22
| | | | | | | | This is a followup to f2b24f01f42c1bad3ddffd140194de1aec38a5f8. * guix/packages.scm (package-field-location): Check whether 'source-properties->location' returns #f. This fixes the case where 'source-properties' returns the empty list.
* copy: Use 'with-build-handler'.Ludovic Courtès2020-03-22
| | | | | | * guix/scripts/copy.scm (send-to-remote-host): Remove explicit 'show-what-to-build' call. Call 'build-derivations' unconditionally. (guix-copy): Wrap 'with-status-verbosity' in 'with-build-handler'.
* copy: Actually implement '--dry-run'.Ludovic Courtès2020-03-22
| | | | * guix/scripts/copy.scm (%options): Add '--dry-run'.
* copy: Factorize 'with-store' & co.Ludovic Courtès2020-03-22
| | | | | | | | * guix/scripts/copy.scm (send-to-remote-host): Remove 'with-store' and 'set-build-options-from-command-line' call. Add 'local' parameter. (retrieve-from-remote-host): Likewise. (guix-copy): Wrap 'with-status-verbosity' in 'with-store' and add call to 'set-build-options-from-command-line'.