aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-08gnu: emacs-tramp: Add missing D-Bus support.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp)[arguments]: Use `emacs' instead of `emacs-minimal' to get D-Bus support at build time.
2020-05-08gnu: Add purescript.John Soo
* gnu/packages/purescript.scm (purescript): New variable. * gnu/packages/patches/purescript-relax-dependencies.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-happy@1.19.9John Soo
* gnu/packages/purescript.scm (ghc-happy-1.19.9): New file, New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add purescript.scm. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-semialign.John Soo
* gnu/packages/haskell-xyz.scm (ghc-semialign): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-these.John Soo
* gnu/packages/haskell-xyz.scm (ghc-these): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-assoc.John Soo
* gnu/packages/haskell-xyz.scm (ghc-assoc): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-aeson-better-errors.John Soo
* gnu/packages/haskell-web.scm (ghc-aeson-better-errors): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-bower-json.John Soo
* gnu/packages/haskell-web.scm (ghc-bower-json): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-language-javascript.John Soo
* gnu/packages/haskell-web.scm (ghc-language-javascript): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-pattern-arrows.John Soo
* gnu/packages/haskell-xyz.scm (ghc-pattern-arrows): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-protolude.John Soo
* gnu/packages/haskell-xyz.scm (ghc-protolude): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-mtl-compat.John Soo
* gnu/packages/haskell-xyz.scm (ghc-mtl-compat): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-sourcemap.John Soo
gnu/pacakges/haskell-web.scm (ghc-sourcemap): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-wai-websockets.John Soo
* gnu/packages/haskell-web.scm (ghc-wai-websockets): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-websockets.John Soo
* gnu/packages/haskell-web.scm (ghc-websockets): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-tasty-hspec.John Soo
* gnu/packages/haskell-check.scm (ghc-tasty-hspec): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-transformers.John Soo
* gnu/packages/haskell-xyz.scm (ghc-transformers): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: Add ghc-utf8-light.John Soo
* gnu/packages/haskell-xyz.scm (ghc-utf8-light): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-05-08gnu: rtl-sdr: Fix location of udev rules file.Guillaume Le Vaillant
* gnu/packages/radio.scm (rtl-sdr)[arguments]: Modify 'fix-paths' phase to put the udev rules file in 'lib/' instead of 'etc/'.
2020-05-08gnu: powertop: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (powertop)[description]: Excise space.
2020-05-08gnu: acpi-call-linux-module: Update to 3.17-0.70b9c80.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (acpi-call-linux-module): Update to 3.17-0.70b9c80. [arguments]: Remove ‘fix-for-linux-4.12’ phase.
2020-05-08gnu: powertop: Update to 2.12.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (powertop): Update to 2.12.
2020-05-07pack: Factorize 'exec_in_user_namespace' wrapper.Ludovic Courtès
* gnu/packages/aux-files/run-in-namespace.c (exec_in_user_namespace): New function, with code taken from... (main): ... here. Call it.
2020-05-07pack: Add 'xmalloc' in wrapper.Ludovic Courtès
* gnu/packages/aux-files/run-in-namespace.c (xmalloc): New function. (concat): Use it.
2020-05-07pack: Fix off-by-one in PRoot handling in the wrapper.Ludovic Courtès
* gnu/packages/aux-files/run-in-namespace.c (exec_with_proot): Make 'proot_argv' one element larger to account for the terminating NULL.
2020-05-07gnu: Add emacs-tramp.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp): New variable.
2020-05-07gnu: rtl-sdr: Install udev rules.Guillaume Le Vaillant
* gnu/packages/radio.scm (rtl-sdr)[arguments]: Add '-DINSTALL_UDEV_RULES=ON' to configure-flags and add a 'fix-paths' phase to put the udev rules in the right place. [description]: Indicate how to add the udev rules to the system configuration.
2020-05-07gnu: android-libutils: Fix build failure.Marius Bakke
* gnu/packages/android.scm (android-libutils)[arguments]: Add phase 'augment-CPLUS_INCLUDE_PATH'. [native-inputs]: Distinguish GCC-5.
2020-05-07gnu: Add icedove.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (%icedove-build-id, icedove): New variables. Co-authored-by: Nikita <nikita@n0.is> Co-authored-by: Adrian Malacoda <malacoda@monarch-pass.net> Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-07gnu: mu: Remove dubious TODO.Tobias Geerinckx-Rice
We don't actually want to add mug, ‘just a toy which is not meant for distribution.’ (NEWS.org) * gnu/packages/mail.scm (mu): Remove a comment encouraging it.
2020-05-07gnu: mu: Update to 1.4.4.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mu): Update to 1.4.4. [source]: Update URI.
2020-05-07build-system/emacs: Hide the 'delete' binding from (guix build utils).Marius Bakke
This gets rid of a warning from 'compute-guix-derivation.drv' when running on Guile 3.0. (guix build emacs-build-system) includes (srfi srfi-1) anyway. * guix/build/emacs-build-system.scm: Do not import 'delete' from (guix build utils).
2020-05-07doc: Use @option for command-line optionsNicolas Goaziou
* doc/guix.texi (Invoking guix system): Use @option instead of @code.
2020-05-07nar: 'with-temporary-store-file' uses a single connectionCaleb Ristvedt
Previously the 'with-store' form was entered every time a different temporary file was tried. This caused there to be as many simultaneous open connections as there were attempts, and prevented the (loop ...) call from being a tail call. This change fixes that. * guix/nar.scm (with-temporary-store-file): open connection once prior to entering the loop.
2020-05-07nar: 'finalize-store-file' follows proper store lock protocol.Caleb Ristvedt
* guix/nar.scm (finalize-store-file): check for deletion token when acquiring lock, write deletion token and delete lock file before releasing lock.
2020-05-07Revert "services: syslog: Simplify 'start' method."Ludovic Courtès
This reverts commit 4c0cc7bed3de2c0e2d3a6e95b88693941e839eec. Fixes <https://bugs.gnu.org/41116>. Reported by Alex Sassmannshausen <alex@komputilo.eu>. The problem is that reconfiguring on a system running Shepherd < 0.8.0 would lead to an error, due to #:file-creation-mask not being supported. The error is rather harmless: it prevents service upgrade but the system itself is upgraded. We can reinstate that commit eventually, once #:file-creation-mask has become widespread.
2020-05-07guix system: 'docker-image' honors '--network'.Ludovic Courtès
* gnu/system/vm.scm (system-docker-image): Add #:shared-network? and pass it to 'containerized-operating-system'. (qemu-image): * guix/scripts/system.scm (system-derivation-for-action): Pass #:shared-network? to 'system-docker-image'. * doc/guix.texi (Invoking guix system): Document it.
2020-05-07git-authenticate: Use the 'origin/keyring' branch by default.Ludovic Courtès
Previously one would need to have a worktree for the local 'keyring' branch. Reported by reepca and bricewge on #guix. * build-aux/git-authenticate.scm (load-keyring-from-reference): Use 'branch-lookup' instead of 'reference-lookup'. Add "origin/" to REFERENCE. (authenticate-commits): Have #:keyring-reference default to "keyring".
2020-05-07doc: Tiny markup fix.Nicolas Goaziou
* doc/guix.texi (Substitute Authentication): Use @samp instead of @code for pseudo-code.
2020-05-07doc: Remove markup for external package names.Nicolas Goaziou
* doc/guix.texi (Invoking guix import): Remove markup, which is not warranted here.
2020-05-07doc: Use @file instead of @code also for file extensions.Nicolas Goaziou
* doc/guix.texi (Defining Packages): (Build Systems): (Derivations): (Invoking guix import): (Printing Services): (Installing Debugging Files): (Preparing to Use the Bootstrap Binaries): Use @file instead of @code.
2020-05-07doc: Use @env for environment variables.Nicolas Goaziou
* doc/guix.texi (Binary Installation): (Build Environment Setup): (Invoking guix-daemon): (Application Setup): (After System Installation): (Invoking guix package): (Proxy Settings): (Invoking guix environment): (Packages for C Development): (Package Modules): (Build Systems): (The Store): (Common Build Options): (Invoking guix download): (Invoking guix refresh): (Using the Configuration System): (Locales): (Base Services): (Networking Services): (Sound Services): (Continuous Integration): (PAM Mount Service): (X.509 Certificates): Use @env instead of @code for environment variables.
2020-05-07gnu: usbguard: Fix warning about 'catch'.Brice Waegeneire
* gnu/packages/hardware.scm (usbguard)[arguments]: Rename phase 'patch-makefile' to 'patch-build-scripts', patch 'Makefile.in' files instead of 'Makefile.am' and fix 'catch' include path. [native-inputs]: Remove 'autoconf' and 'automake'.
2020-05-07gnu: usbguard: Use packaged 'pegtl'.Brice Waegeneire
* gnu/packages/hardware.scm (usbguard)[arguments]: Remove configure flag '--with-bundled-pegtl'. [inputs]: Add 'pegtl'
2020-05-07gnu: Add pegtl.Brice Waegeneire
* gnu/packages/cpp.scm (pegtl): New variable.
2020-05-07doc: Use @option instead of @code.Nicolas Goaziou
* doc/guix.texi (Binary Installation): (Requirements): (Build Environment Setup): (Invoking guix-daemon): (Application Setup): (Invoking guix package): (Substitute Server Authorization): (Substitution Failure): (Invoking guix gc): (Invoking guix pull): (Invoking guix archive): (Invoking guix environment): (Invoking guix pack): (Defining Packages): (Build Systems): (The Store): (Invoking guix build): (Common Build Options): (Package Transformation Options): (Additional Build Options): (Debugging Build Failures): (Invoking guix edit): (Invoking guix import): (Invoking guix refresh): (Invoking guix lint): (Invoking guix publish): (Invoking guix challenge): (Base Services): (Virtualization Services): (Initial RAM Disk): (Invoking guix system): (Preparing to Use the Bootstrap Binaries): (Porting): Use @option instead of @code for command-line options.
2020-05-07doc: Fix typo in container example.Pierre Neidhardt
* doc/guix.texi (Invoking `guix environment'): Fix sll -> ssl typo.
2020-05-07channels: Add patch for <https://bugs.gnu.org/41028>.Ludovic Courtès
Without this patch, we couldn't jump from here to commits before 05e783871c2c69b402e088863d46f5be7915ac74 because the 'compute-guix-derivation' script would crash with an unbound-variable error for 'call-with-new-thread'. Fixes <https://bugs.gnu.org/41028>. Reported by Christopher Baines <mail@cbaines.net>. * guix/channels.scm (%bug-41028-patch): New variable. (%patches): Add it.
2020-05-07channels: Add mechanism to patch checkouts of the 'guix channel.Ludovic Courtès
* guix/channels.scm (<patch>): New record type. (apply-patches): New procedure. (latest-channel-instance)[dot-git?]: New procedure. Use 'update-cached-checkout' and 'add-to-store' instead of 'latest-repository-commit'. Call 'apply-patches' when CHANNEL is the 'guix channel. (%patches): New variable. * guix/git.scm (url+commit->name): Make public. * tests/channels.scm ("latest-channel-instances includes channel dependencies") ("latest-channel-instances excludes duplicate channel dependencies"): Mock 'update-cached-checkout' instead of 'latest-repository-commit'. Wrap body in 'with-store' and pass the store to 'latest-channel-instances'.
2020-05-07channels: Add 'latest-channel-instance'.Ludovic Courtès
* guix/channels.scm (latest-channel-instance): New procedure. (latest-channel-instances): Use it.