summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add emacs-company-reftex.Arun Isaac2020-09-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-company-reftex): New variable.
* gnu: electron-cash: Update to 4.1.0.Guillaume Le Vaillant2020-09-03
| | | | | * gnu/packages/finance.scm (electron-cash): Update to 4.1.0. [inputs]: Use libsecp256k1-bitcoin-cash instead of libsecp256k1.
* Add libsecp256k1-bitcoin-cash.Guillaume Le Vaillant2020-09-03
| | | | * gnu/packages/crypto.scm (libsecp256k1-bitcoin-cash): New variable.
* gnu: noisetorch: Update to 0.7.2-beta.Michael Rohleder2020-09-03
| | | | | | | * gnu/packages/pulseaudio.scm (noisetorch): Update to 0.7.2-beta. [arguments]: Add phase 'disable-update-check.go. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: guix: Update to 44c6e6f.Ludovic Courtès2020-09-03
| | | | * gnu/packages/package-management.scm (guix): Update to 44c6e6f.
* gnu: xmonad: Add patch to support dynamic linking.Timothy Sample2020-09-02
| | | | | | | | Fixes <https://bugs.gnu.org/43131>. * gnu/packages/patches/xmonad-dynamic-linking.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/wm.scm (xmonad)[source]: Use it.
* android-repo-download: Use parallel-job-count instead of hard-coding jobDanny Milosavljevic2020-09-03
| | | | | | | count. * guix/build/android-repo.scm (android-repo-fetch): Use parallel-job-count instead of hard-coding job count.
* android-repo-download: Clean up typos; remove unused imports.Danny Milosavljevic2020-09-03
| | | | | | Follow-up to 3feb846420f24ef1c8b3fe310d293c7a2c91e1d4. * guix/android-repo-download.scm (android-repo-fetch): Fix docstring.
* ssh: Fix progress bar crash when there are zero items to send.Ludovic Courtès2020-09-02
| | | | | * guix/ssh.scm (notify-transfer-progress): Do nothing when TOTAL is zero.
* ssh: Fix regression in 'send-files'.Ludovic Courtès2020-09-02
| | | | | | | Regression introduced in b03267df6d5ec44e9617b6aab0df14a2e79f822e. The (take files 20) is a leftover from testing session. * guix/ssh.scm (send-files): Fix value for 'missing'.
* gnu: sbcl: Update to 2.0.8.Pierre Neidhardt2020-09-02
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.8.
* gnu: ogre: Update to 1.12.6.Tobias Geerinckx-Rice2020-09-02
| | | | * gnu/packages/graphics.scm (ogre): Update to 1.12.6.
* gnu: perl-pdf-api2: Update to 2.038.Tobias Geerinckx-Rice2020-09-02
| | | | * gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038.
* gnu: perl-hash-merge: Update to 0.302.Tobias Geerinckx-Rice2020-09-02
| | | | * gnu/packages/perl.scm (perl-hash-merge): Update to 0.302.
* gnu: perl-hash-merge: Run more tests.Tobias Geerinckx-Rice2020-09-02
| | | | | * gnu/packages/perl.scm (perl-hash-merge)[native-inputs]: Add perl-clone and perl-clone-pp.
* gnu: Add sieve-connect.Tobias Geerinckx-Rice2020-09-02
| | | | * gnu/packages/mail.scm (sieve-connect): New public variable.
* gnu: hedgewars: Fix build with shared libraries.Timothy Sample2020-09-02
| | | | | | | Fixes: <https://bugs.gnu.org/43112>. * gnu/packages/games.scm (hedgewars)[arguments]: Set "haskell_flags" in #:configure-flags to enable dynamic linking.
* gnu: rust-aho-corasick-0.6: Don't skip build.Efraim Flashner2020-09-02
| | | | | * gnu/packages/crates-io.scm (rust-aho-corasick-0.6)[arguments]: Don't skip build.
* gnu: guix: Update to 2056226.Ludovic Courtès2020-09-02
| | | | * gnu/packages/package-management.scm (guix): Update to 2056226.
* gnu: Add knockd.Hendursaga2020-09-02
| | | | | | * gnu/packages/networking.scm (knockd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-calibredb: Update to 2.6.0.Michael Rohleder2020-09-02
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0. [propagated-inputs]: removed emacs-org, because it's optional now. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xlsxioEdouard Klein2020-09-02
| | | | | | * gnu/packages/xml.scm: (xlsxio): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gerbilEdouard Klein2020-09-02
| | | | | | * gnu/packages/scheme.scm: (gerbil): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-next.Morgan Smith2020-09-02
| | | | | | * gnu/packages/emacs.scm (emacs-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site'Martin Becze2020-09-02
| | | | | | * gnu/packages/chez.scm (chez-make-flags): Add 'chezversion'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* ui: Attempt to fall back to "en_US.utf8" rather than "C".Ludovic Courtès2020-09-02
| | | | * guix/ui.scm (install-locale): Add call to 'setlocale' in 'catch' handler.
* store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.Ludovic Courtès2020-09-02
| | | | | * guix/store.scm (set-build-options): Change #:locale default value to (setlocale LC_MESSAGES).
* substitute: Set LC_MESSAGES to the client's locale, not LC_ALL.Ludovic Courtès2020-09-02
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/43039>. Reported by Adam Griffiths <adam.lw.griffiths@gmail.com>. Previously, a client could lead 'guix substitute' to run in a non-UTF-8 locale, such as the "C" locale. Consequently, 'guix substitute' would now fail to decode UTF-8 file names such as those that appear in the 'nss-certs' package. * guix/scripts/substitute.scm (guix-substitute): Set LC_MESSAGES, not LC_ALL.
* installer: Run the installation inside a container.Mathieu Othacehe2020-09-02
| | | | | | | | | | | | | | | | | | | When the store overlay is mounted, other processes such as kmscon, udev and guix-daemon may open files from the store, preventing the underlying install support from being umounted. See: https://lists.gnu.org/archive/html/guix-devel/2018-12/msg00161.html. To avoid this situation, mount the store overlay inside a container, and run the installation from within that container. * gnu/build/shepherd.scm (fork+exec-command/container): New procedure. * gnu/services/base.scm (guix-shepherd-service): Support an optional PID argument passed to the "start" method. If that argument is passed, ensure that guix-daemon enters the given PID MNT namespace by using fork+exec-command/container procedure. * gnu/installer/final.scm (umount-cow-store): Remove it, (install-system): run the installation from within a container. * gnu/installer/newt/final.scm (run-install-shell): Remove the display hack.
* linux-container: Do not jail the container unconditionally.Mathieu Othacehe2020-09-02
| | | | | | | | | We may want to run a container inside the MNT namespace, without jailing the container. If RUN-CONTAINER is passed a null MOUNTS list, do not jail the container. * gnu/build/linux-container.scm (run-container): Do not call MOUNT-FILE-SYSTEMS if MOUNTS list is empty.
* install: Factorize cow-store procedure.Mathieu Othacehe2020-09-02
| | | | | | | | | | Move the cow-store procedure from the service declaration in (gnu system install) to (gnu build install), so that it can be called from within a different context than Shepherd. * gnu/build/install.scm (mount-cow-store, unmount-cow-store): New procedures. * gnu/system/install.scm (make-cow-store): Remove it, (cow-store-service-type): adapt it accordingly.
* gnu: nyxt: Update to 2-pre-release-1.Pierre Neidhardt2020-09-02
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-1.
* Add (guix android-repo-download).Danny Milosavljevic2020-09-02
| | | | | | * guix/build/android-repo.scm: New file. * guix/android-repo-download.scm: New file. * Makefile.am (MODULES): Add them.
* gnu: Add sbcl-clack-handler-hunchentoot.Pierre Neidhardt2020-09-02
| | | | * gnu/packages/lisp-xyz.scm (sbcl-clack-handler-hunchentoot): New variable.
* gnu: Add clack-handler-fcgi.Pierre Neidhardt2020-09-02
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-clack-handler-fcgi, sbcl-clack-handler-fcgi): New variables. (sbcl-clack): Extract revision and commit so that they can be factored with sbcl-clack-handler-fcgi.
* gnu: Add cl-fastcgi.Pierre Neidhardt2020-09-02
| | | | * gnu/packages/lisp-xyz.scm (cl-fastcgi, ecl-fastcgi, sbcl-fastcgi): New variables.
* gnu: sbcl-mito: Remove spurious comment.Pierre Neidhardt2020-09-02
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment, this test is already removed a few lines below.
* gnu: sbcl-dbi: Update to 20200518.Pierre Neidhardt2020-09-02
| | | | * gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 20200518.
* gnu: sbcl-cl-sqlite: Update to 0.2.1.Pierre Neidhardt2020-09-02
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1.
* gnu: js-filesaver: Also install unminified version.Efraim Flashner2020-09-02
| | | | | * gnu/packages/javascript.scm (js-filesaver)[arguments]: Add phase to install unminified javascript file.
* gnu: xfsprogs: Update to 5.7.0.Efraim Flashner2020-09-02
| | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.7.0.
* gnu: osip: Update to 5.1.2.Efraim Flashner2020-09-02
| | | | * gnu/packages/telephony.scm (osip): Update to 5.1.2.
* services: childhurd: Always include the secret-service.Jan (janneke) Nieuwenhuizen2020-09-02
| | | | | | | | | | * gnu/services/virtualization.scm (secret-service-operating-system): New procedure. (hurd-vm-disk-image): Use it to ensure a Childhurd always includes the secret-service. (%hurd-vm-operating-system): Remove secret-service. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: %default-extra-linux-options: Enable kernel options for elogind service.Vagrant Cascadian2020-09-01
| | | | | | | | | | | | | | | | Fixes: https://issues.guix.gnu.org/43078 These options are already enabled in the kernel configs included in guix, but might be missing from variants using a defconfig from the upstream kernel, such as linux-libre-arm-generic and linux-libre-arm64-generic. * gnu/packages/linux (%default-extra-linux-options): Enable CONFIG_CGROUP_FREEZER, CONFIG_BLK_CGROUP, CONFIG_CGROUP_WRITEBACK, CONFIG_CGROUP_SCHED, CONFIG_CGROUP_PIDS, CONFIG_CGROUP_FREEZER, CONFIG_CGROUP_DEVICE, CONFIG_CGROUP_CPUACCT, CONFIG_CGROUP_PERF, CONFIG_SOCK_CGROUP_DATA, CONFIG_BLK_CGROUP_IOCOST, CONFIG_CGROUP_NET_PRIO, CONFIG_CGROUP_NET_CLASSID, CONFIG_MEMCG, CONFIG_MEMCG_SWAP, CONFIG_MEMCG_KMEM, CONFIG_CPUSETS and CONFIG_PROC_PID_CPUSET.
* gnu: guile-cairo: Update to 1.11.1.Efraim Flashner2020-09-01
| | | | | * gnu/packages/gtk.scm (guile-cairo): Update to 1.11.1. [arguments]: Add make-flag to hide guild warnings.
* gnu: ttfautohint: Don't build static library.Efraim Flashner2020-09-01
| | | | | * gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add configure-flag to not build static library.
* gnu: ttfautohint: Update to 1.8.3.Efraim Flashner2020-09-01
| | | | | | | * gnu/packages/fontutils.scm (ttfautohint): Update to 1.8.3. [source]: Remove patch. * gnu/packages/patches/ttfautohint-source-date-epoch.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: wireless-regdb: Update to 2020.04.29.Efraim Flashner2020-09-01
| | | | * gnu/packages/linux.scm (wireless-regdb): Update to 2020.04.29.
* gnu: xf86-video-sis: Update to 0.12.0.Efraim Flashner2020-09-01
| | | | | | | * gnu/packages/xorg.scm (xf86-video-sis): Update to 0.12.0. [source]: Remove patch. * gnu/packages/patches/xf86-video-sis-xorg-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: xf86-video-ati: Update to 19.1.0.Efraim Flashner2020-09-01
| | | | | * gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0. [arguments]: Enable glamor.