summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2020-09-04gnu: darktable: Add dependency on libavif, ocl-icd.Vinicius Monego
* gnu/packages/photo.scm (darktable)[inputs]: Add libavif, ocl-icd. [arguments]: Set LD_LIBRARY_PATH for OpenCL. [supported-systems]: Remove i686 which is not supported anymore. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-04gnu: darktable: Update to 3.2.1.Vinicius Monego
* gnu/packages/photo.scm (darktable): Update to 3.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-04gnu: php: Update to 7.4.10.Tobias Geerinckx-Rice
* gnu/packages/php.scm (php): Update to 7.4.10.
2020-09-04gnu: liblinphone: Add installation of man pages.Michael Rohleder
* gnu/packages/linphone.scm (liblinphone)[arguments]: Add phase 'install-man-pages. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-03gnu: linux-libre: Use Python 3 in make-linux-libre-source.Maxim Cournoyer
Successfully tested with all of the linux-libre versions we carry in Guix: 4.4.234, 4.9.234, 4.14.195, 4.19.142, 5.4.61 and 5.8.5. * gnu/packages/linux.scm (make-linux-libre-source): Replace python-2 by python-wrapper. Do not set the PYTHON environment variable, which is not required when using python-wrapper.
2020-09-03gnu: nix: Add the "--enable-gc" configure flag to fix build.Maxim Cournoyer
Fixes <http://issues.guix.gnu.org/43181>. * gnu/packages/package-management.scm (nix)[configure-flags]: Add the "--enable-gc" option.
2020-09-03ci: In the 'core' subset, build GCC >= 7.Ludovic Courtès
Suggested by Jan Nieuwenhuizen <janneke@gnu.org>. * gnu/ci.scm (%core-packages): Keep only GCC >= 7.
2020-09-03gnu: Add bitlbee-purple.Ludovic Courtès
* gnu/packages/messaging.scm (bitlbee-purple): New variable.
2020-09-03gnu: linux-libre: Update to 5.8.6.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.6. (linux-libre-5.8-pristine-source): Update hash. (deblob-scripts-5.8): Update to 5.8.6.
2020-09-03gnu: linux-libre@5.4: Update to 5.4.62.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.62. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.62.
2020-09-03gnu: linux-libre@4.19: Update to 4.19.143.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.143. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Update to 4.19.143.
2020-09-03gnu: linux-libre@4.14: Update to 4.14.196.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.196. (linux-libre-4.14-pristine-source): Update hash. (deblob-scripts-4.14): Update to 4.14.196.
2020-09-03gnu: linux-libre@4.9: Update to 4.9.235.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.235. (linux-libre-4.9-pristine-source): Update hash. (deblob-scripts-4.9): Update to 4.9.235.
2020-09-03gnu: linux-libre@4.4: Update to 4.4.235.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.235. (linux-libre-4.4-pristine-source): Update hash. (deblob-scripts-4.4): Update to 4.4.235.
2020-09-03gnu: inxi-minimal: Update to 3.1.06-1.Michael Rohleder
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-09-03gnu: global: Update to 6.6.5.Efraim Flashner
* gnu/packages/code.scm (global): Update to 6.6.5.
2020-09-03gnu: gnupg: Update to 2.2.23 [security fixes].Tobias Geerinckx-Rice
No CVE assigned yet. See <https://dev.gnupg.org/T5050>. * gnu/packages/gnupg.scm (gnupg): Update to 2.2.23.
2020-09-03gnu: ci: Truncate git commit in ISO label.Julien Lepiller
* gnu/ci.scm (image-jobs): Keep only 7 characters from git commit in ISO label.
2020-09-03gnu: Add emacs-company-reftex.Arun Isaac
* gnu/packages/emacs-xyz.scm (emacs-company-reftex): New variable.
2020-09-03gnu: electron-cash: Update to 4.1.0.Guillaume Le Vaillant
* gnu/packages/finance.scm (electron-cash): Update to 4.1.0. [inputs]: Use libsecp256k1-bitcoin-cash instead of libsecp256k1.
2020-09-03Add libsecp256k1-bitcoin-cash.Guillaume Le Vaillant
* gnu/packages/crypto.scm (libsecp256k1-bitcoin-cash): New variable.
2020-09-03gnu: noisetorch: Update to 0.7.2-beta.Michael Rohleder
* 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>
2020-09-03gnu: guix: Update to 44c6e6f.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 44c6e6f.
2020-09-02gnu: xmonad: Add patch to support dynamic linking.Timothy Sample
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.
2020-09-02gnu: sbcl: Update to 2.0.8.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.0.8.
2020-09-02gnu: ogre: Update to 1.12.6.Tobias Geerinckx-Rice
* gnu/packages/graphics.scm (ogre): Update to 1.12.6.
2020-09-02gnu: perl-pdf-api2: Update to 2.038.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038.
2020-09-02gnu: perl-hash-merge: Update to 0.302.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-hash-merge): Update to 0.302.
2020-09-02gnu: perl-hash-merge: Run more tests.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-hash-merge)[native-inputs]: Add perl-clone and perl-clone-pp.
2020-09-02gnu: Add sieve-connect.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (sieve-connect): New public variable.
2020-09-02gnu: hedgewars: Fix build with shared libraries.Timothy Sample
Fixes: <https://bugs.gnu.org/43112>. * gnu/packages/games.scm (hedgewars)[arguments]: Set "haskell_flags" in #:configure-flags to enable dynamic linking.
2020-09-02gnu: rust-aho-corasick-0.6: Don't skip build.Efraim Flashner
* gnu/packages/crates-io.scm (rust-aho-corasick-0.6)[arguments]: Don't skip build.
2020-09-02gnu: guix: Update to 2056226.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 2056226.
2020-09-02gnu: Add knockd.Hendursaga
* gnu/packages/networking.scm (knockd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02gnu: emacs-calibredb: Update to 2.6.0.Michael Rohleder
* 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>
2020-09-02gnu: Add xlsxioEdouard Klein
* gnu/packages/xml.scm: (xlsxio): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02gnu: Add gerbilEdouard Klein
* gnu/packages/scheme.scm: (gerbil): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02gnu: Add emacs-next.Morgan Smith
* gnu/packages/emacs.scm (emacs-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02gnu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site'Martin Becze
* gnu/packages/chez.scm (chez-make-flags): Add 'chezversion'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02installer: Run the installation inside a container.Mathieu Othacehe
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.
2020-09-02linux-container: Do not jail the container unconditionally.Mathieu Othacehe
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.
2020-09-02install: Factorize cow-store procedure.Mathieu Othacehe
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.
2020-09-02gnu: nyxt: Update to 2-pre-release-1.Pierre Neidhardt
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-1.
2020-09-02gnu: Add sbcl-clack-handler-hunchentoot.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-clack-handler-hunchentoot): New variable.
2020-09-02gnu: Add clack-handler-fcgi.Pierre Neidhardt
* 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.
2020-09-02gnu: Add cl-fastcgi.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-fastcgi, ecl-fastcgi, sbcl-fastcgi): New variables.
2020-09-02gnu: sbcl-mito: Remove spurious comment.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment, this test is already removed a few lines below.
2020-09-02gnu: sbcl-dbi: Update to 20200518.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 20200518.
2020-09-02gnu: sbcl-cl-sqlite: Update to 0.2.1.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1.
2020-09-02gnu: js-filesaver: Also install unminified version.Efraim Flashner
* gnu/packages/javascript.scm (js-filesaver)[arguments]: Add phase to install unminified javascript file.