summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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'.
* ui: 'build-notifier' invokes continuation when there's nothing to do.Ludovic Courtès2020-03-22
| | | | | * guix/ui.scm (build-notifier): Call CONTINUE when there's nothing to build or download, even when DRY-RUN? is true.
* ui: 'show-what-to-build' returns two values, for builds and downloads.Ludovic Courtès2020-03-22
| | | | * guix/ui.scm (show-what-to-build): Return two values.
* ui: 'show-what-to-build' returns true when there are grafts to build.Ludovic Courtès2020-03-22
| | | | | | * guix/ui.scm (show-what-to-build): Distinguish between 'build/full' and 'build'. Return true whe 'build/full' is non-empty, thus taking grafts into account.
* guix system: Use 'with-build-handler'.Ludovic Courtès2020-03-22
| | | | | | | * guix/scripts/system.scm (reinstall-bootloader): Remove call to 'show-what-to-build*'. (perform-action): Call 'build-derivations' instead of 'maybe-build'. (process-action): Wrap 'run-with-store' in 'with-build-handler'.
* guix package, pull: Use 'with-build-handler'.Ludovic Courtès2020-03-22
| | | | | | | | | | | | * guix/scripts/package.scm (build-and-use-profile): Remove #:dry-run? and #:use-substitutes?. Remove call to 'show-what-to-build' and 'dry-run?' special case. (process-actions): Adjust accordingly. (guix-package*): Wrap 'parameterize' in 'with-build-handler'. * guix/scripts/pull.scm (build-and-install): Remove #:use-substitutes? and #:dry-run? and adjust 'update-profile' call accordingly. Remove 'dry-run?' conditional. (guix-pull): Wrap body in 'with-build-handler'.
* pack: Use 'with-build-handler'.Ludovic Courtès2020-03-22
| | | | | | * guix/scripts/pack.scm (guix-pack): Wrap 'parameterize' in 'with-build-handler'. Remove explicit call to 'show-what-to-build'. Call 'build-derivations' regardless of whether OPTS contains 'dry-run?'.
* deploy: Use 'with-build-handler'.Ludovic Courtès2020-03-22
| | | | | | | Until now, 'guix deploy' would never display what is going to be built. * guix/scripts/deploy.scm (guix-deploy): Wrap 'for-each' in 'with-build-handler'.
* guix build: Use 'with-build-handler'.Ludovic Courtès2020-03-22
| | | | | | | | | Fixes <https://bugs.gnu.org/28310>. Reported by Andreas Enge <andreas@enge.fr>. * guix/scripts/build.scm (guix-build): Wrap 'parameterize' in 'with-build-handler'. Remove explicit call to 'show-what-to-build'. Call 'build-derivations' regardless of whether OPTS contains 'dry-run?'.
* ui: Add a notification build handler.Ludovic Courtès2020-03-22
| | | | * guix/ui.scm (build-notifier): New variable.
* store: Add 'with-build-handler'.Ludovic Courtès2020-03-22
| | | | | | | * guix/store.scm (current-build-prompt): New variable. (call-with-build-handler, invoke-build-handler): New procedures. (with-build-handler): New macro. * tests/store.scm ("with-build-handler"): New test.
* syscalls: 'with-file-lock' re-grabs lock when reentering its dynamic extent.Ludovic Courtès2020-03-22
| | | | | | | * guix/build/syscalls.scm (call-with-file-lock) (call-with-file-lock/no-wait): Initialize PORT in the 'dynamic-wind' "in" handler. This allows us to re-enter a captured continuation and have the lock grabbed anew.
* tests: install: Abort when one installation step fails.Mathieu Othacehe2020-03-22
| | | | | | | | | | | | | | | | | When marionette-eval calls fail in gui-test-program, the installation continues which results in two scenarios: - hang forever at the next marionette-eval call, - keep going and start a broken installation, which is annoying because it clears the terminal and hides the error. Make sure that gui-test-program is exited with #f return code when one of the marionette-eval calls fail. * gnu/tests/install.scm (gui-test-program): Add a new macro "marionette-eval*". Throw an exception when one on the marionette-eval calls fail.
* gnu: python-bleach: Update to 3.1.3 (fixes CVE-2020-6816).Efraim Flashner2020-03-22
| | | | | | | * gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.3. [native-inputs]: Remove python-pytest-runner2. Add python-datrie, python-genshi, python-lxml. [home-page]: Update to new home-page.
* gnu: Add python-block-tracing.Efraim Flashner2020-03-22
| | | | * gnu/packages/python-xyz.scm (python-block-tracing): New variable.
* gnu: Add python-privy.Efraim Flashner2020-03-22
| | | | * gnu/packages/python-crypto.scm (python-privy): New variable.
* gnu: Add python-argon2-cffi.Efraim Flashner2020-03-22
| | | | * gnu/packages/python-crypto.scm (python-argon2-cffi): New variable.
* gnu: Add python-userspacefs.Efraim Flashner2020-03-22
| | | | * gnu/packages/python-xyz.scm (python-userspacefs): New variable.
* gnu: Add python-fusepyng.Efraim Flashner2020-03-22
| | | | * gnu/packages/python-xyz.scm (python-fusepyng): New variable.
* gnu: Add python-keyrings.alt.Efraim Flashner2020-03-22
| | | | * gnu/packages/python-crypto.scm (python-keyring.alt): New variable.
* gnu: edirect: Install more programs.Efraim Flashner2020-03-22
| | | | | | | | | * gnu/packages/bioinformatics.scm (edirect)[arguments]: Add 'patch-programs phase to work around not finding binaries in the PATH. Rewrite 'install phase to install many more scripts. Rewrite 'wrap-program to wrap more scripts with more programs. [inputs]: Add edirect-go-programs. [native-search-paths]: New field.
* gnu: Add edirect-go-programs.Efraim Flashner2020-03-22
| | | | | * gnu/packages/bioinformatics.scm (edirect-go-programs): New variable. (edirect)[source]: Adjust snippet to not use non-free software.
* gnu: Add go-github-com-surgebase-porter2.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-github-com-surgebase-porter2): New variable.
* gnu: Add go-github-com-surge-glog.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-github-com-surge-glog): New variable.
* gnu: Add go-github-com-pbnjay-memory.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-github-com-pbnjay-memory): New variable.
* gnu: Add go-github-com-klauspost-cpuid.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-github-com-klauspost-cpuid): New variable.
* gnu: Add go-github-com-gedex-inflector.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-github-com-gedex-inflector): New variable.
* gnu: Add go-github-com-fogleman-gg.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-github-com-fogleman-gg): New variable.
* gnu: Add go-github-com-golang-freetype.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-github-com-golang-freetype): New variable.
* gnu: Add go-golang-org-rainycape-unidecode.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-golang-org-rainycape-unidecode): New variable.
* gnu: Add go-golang-org-x-image.Efraim Flashner2020-03-22
| | | | * gnu/packages/golang.scm (go-golang-org-x-image): New variable.
* services: Add fontconfig-file-system-service.Efraim Flashner2020-03-22
| | | | | | * gnu/services/desktop.scm (%fontconfig-file-system, fontconfig-file-system-service): New variables. (%desktop-services): Add fontconfig-file-system-service.
* gnu: cutter: Update to 1.10.1.base-for-series-3256pinoaffe@airmail.cc2020-03-22
| | | | | | * gnu/packages/engineering.scm (cutter): Update to 1.10.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: radare2: Update to 4.2.1.pinoaffe@airmail.cc2020-03-22
| | | | | | * gnu/packages/engineering.scm (radare2): Update to 4.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>