Commit graph

66002 commits

Author SHA1 Message Date
Ludovic Courtès 6a1788e13a
doc: Add "Getting Started" section.
* doc/guix.texi (Getting Started): New node.
(Binary Installation): Refer to it and to "Application Setup".
(After System Installation): Refer to "Getting Started".
(Features): Add introductory sentence.
2020-09-03 23:23:58 +02:00
Mark H Weaver 990c219f1c
gnu: linux-libre: Update to 5.8.6.
* 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-03 14:09:01 -04:00
Mark H Weaver a53a384819
gnu: linux-libre@5.4: Update to 5.4.62.
* 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-03 14:08:59 -04:00
Mark H Weaver 1ef3754ad3
gnu: linux-libre@4.19: Update to 4.19.143.
* 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-03 14:08:56 -04:00
Mark H Weaver bda184c4c3
gnu: linux-libre@4.14: Update to 4.14.196.
* 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-03 14:08:54 -04:00
Mark H Weaver a0aa0b6be8
gnu: linux-libre@4.9: Update to 4.9.235.
* 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-03 14:08:52 -04:00
Mark H Weaver ab5a3155a2
gnu: linux-libre@4.4: Update to 4.4.235.
* 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-03 14:08:45 -04:00
Michael Rohleder a603d1e66c
gnu: inxi-minimal: Update to 3.1.06-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-09-03 21:05:03 +03:00
Efraim Flashner 8b92be3267
gnu: global: Update to 6.6.5.
* gnu/packages/code.scm (global): Update to 6.6.5.
2020-09-03 20:41:08 +03:00
Tobias Geerinckx-Rice edb994d3a8
gnu: gnupg: Update to 2.2.23 [security fixes].
No CVE assigned yet.  See <https://dev.gnupg.org/T5050>.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.23.
2020-09-03 19:22:57 +02:00
Julien Lepiller 7596ae1034
gnu: ci: Truncate git commit in ISO label.
* gnu/ci.scm (image-jobs): Keep only 7 characters from git commit in ISO
label.
2020-09-03 14:10:10 +02:00
Arun Isaac e9c7bf42e7
gnu: Add emacs-company-reftex.
* gnu/packages/emacs-xyz.scm (emacs-company-reftex): New variable.
2020-09-03 17:14:15 +05:30
Guillaume Le Vaillant 24890787b5
gnu: electron-cash: Update to 4.1.0.
* gnu/packages/finance.scm (electron-cash): Update to 4.1.0.
  [inputs]: Use libsecp256k1-bitcoin-cash instead of libsecp256k1.
2020-09-03 11:51:35 +02:00
Guillaume Le Vaillant a568071ffe
Add libsecp256k1-bitcoin-cash.
* gnu/packages/crypto.scm (libsecp256k1-bitcoin-cash): New variable.
2020-09-03 11:44:20 +02:00
Michael Rohleder abafdb2aac
gnu: noisetorch: Update to 0.7.2-beta.
* 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-03 07:46:59 +02:00
Ludovic Courtès abd2fde847
gnu: guix: Update to 44c6e6f.
* gnu/packages/package-management.scm (guix): Update to 44c6e6f.
2020-09-03 00:19:42 +02:00
Timothy Sample 57983029a9
gnu: xmonad: Add patch to support dynamic linking.
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-02 18:09:01 -04:00
Danny Milosavljevic 4ff0fed778
android-repo-download: Use parallel-job-count instead of hard-coding job
count.

* guix/build/android-repo.scm (android-repo-fetch): Use parallel-job-count
instead of hard-coding job count.
2020-09-03 00:09:38 +02:00
Danny Milosavljevic eb924a97bd
android-repo-download: Clean up typos; remove unused imports.
Follow-up to 3feb846420.

* guix/android-repo-download.scm (android-repo-fetch): Fix docstring.
2020-09-03 00:09:38 +02:00
Ludovic Courtès 44c6e6f590
ssh: Fix progress bar crash when there are zero items to send.
* guix/ssh.scm (notify-transfer-progress): Do nothing when TOTAL is
zero.
2020-09-02 23:59:24 +02:00
Ludovic Courtès de83660dd3
ssh: Fix regression in 'send-files'.
Regression introduced in b03267df6d.
The (take files 20) is a leftover from testing session.

* guix/ssh.scm (send-files): Fix value for 'missing'.
2020-09-02 23:59:24 +02:00
Pierre Neidhardt 39bb294170
gnu: sbcl: Update to 2.0.8.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.8.
2020-09-02 23:40:23 +02:00
Tobias Geerinckx-Rice 144d7c07ac
gnu: ogre: Update to 1.12.6.
* gnu/packages/graphics.scm (ogre): Update to 1.12.6.
2020-09-02 20:31:11 +02:00
Tobias Geerinckx-Rice 0da58921ec
gnu: perl-pdf-api2: Update to 2.038.
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038.
2020-09-02 20:31:10 +02:00
Tobias Geerinckx-Rice 3d9c9ac871
gnu: perl-hash-merge: Update to 0.302.
* gnu/packages/perl.scm (perl-hash-merge): Update to 0.302.
2020-09-02 20:31:10 +02:00
Tobias Geerinckx-Rice 383f57a831
gnu: perl-hash-merge: Run more tests.
* gnu/packages/perl.scm (perl-hash-merge)[native-inputs]: Add perl-clone
and perl-clone-pp.
2020-09-02 20:31:10 +02:00
Tobias Geerinckx-Rice 8cced06ffe
gnu: Add sieve-connect.
* gnu/packages/mail.scm (sieve-connect): New public variable.
2020-09-02 20:31:10 +02:00
Timothy Sample f14e808aea
gnu: hedgewars: Fix build with shared libraries.
Fixes: <https://bugs.gnu.org/43112>.

* gnu/packages/games.scm (hedgewars)[arguments]: Set "haskell_flags"
in #:configure-flags to enable dynamic linking.
2020-09-02 13:44:12 -04:00
Efraim Flashner 4f9043c6ec
gnu: rust-aho-corasick-0.6: Don't skip build.
* gnu/packages/crates-io.scm (rust-aho-corasick-0.6)[arguments]: Don't
skip build.
2020-09-02 20:15:08 +03:00
Ludovic Courtès eea36f8eca
gnu: guix: Update to 2056226.
* gnu/packages/package-management.scm (guix): Update to 2056226.
2020-09-02 17:53:24 +02:00
Hendursaga 2056226557
gnu: Add knockd.
* gnu/packages/networking.scm (knockd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02 17:17:37 +02:00
Michael Rohleder c9a86e666f
gnu: emacs-calibredb: Update to 2.6.0.
* 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-02 17:17:37 +02:00
Edouard Klein 536577390f
gnu: Add xlsxio
* gnu/packages/xml.scm: (xlsxio): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02 17:17:37 +02:00
Edouard Klein 1941055aa7
gnu: Add gerbil
* gnu/packages/scheme.scm: (gerbil): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02 17:17:37 +02:00
Morgan Smith 562f7e3fdb
gnu: Add emacs-next.
* gnu/packages/emacs.scm (emacs-next): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02 17:17:37 +02:00
Martin Becze 95e6468a84
gnu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site'
* gnu/packages/chez.scm (chez-make-flags): Add 'chezversion'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02 17:17:37 +02:00
Ludovic Courtès fe4e770fc1
ui: Attempt to fall back to "en_US.utf8" rather than "C".
* guix/ui.scm (install-locale): Add call to 'setlocale' in 'catch' handler.
2020-09-02 17:17:37 +02:00
Ludovic Courtès 739f630947
store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.
* guix/store.scm (set-build-options): Change #:locale default value
to (setlocale LC_MESSAGES).
2020-09-02 17:17:37 +02:00
Ludovic Courtès aba8def46d
substitute: Set LC_MESSAGES to the client's locale, not LC_ALL.
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.
2020-09-02 17:17:36 +02:00
Mathieu Othacehe 8ce6f4dc28
installer: Run the installation inside a container.
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-02 17:05:23 +02:00
Mathieu Othacehe 5316dfc0f1
linux-container: Do not jail the container unconditionally.
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-02 17:05:23 +02:00
Mathieu Othacehe 22827396ba
install: Factorize cow-store procedure.
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-02 17:05:22 +02:00
Pierre Neidhardt 573489fbcd
gnu: nyxt: Update to 2-pre-release-1.
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-1.
2020-09-02 15:18:01 +02:00
Danny Milosavljevic 3feb846420
Add (guix android-repo-download).
* guix/build/android-repo.scm: New file.
* guix/android-repo-download.scm: New file.
* Makefile.am (MODULES): Add them.
2020-09-02 13:51:38 +02:00
Pierre Neidhardt f30e739395
gnu: Add sbcl-clack-handler-hunchentoot.
* gnu/packages/lisp-xyz.scm (sbcl-clack-handler-hunchentoot): New variable.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt b3a7d80622
gnu: Add clack-handler-fcgi.
* 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-02 12:40:13 +02:00
Pierre Neidhardt 0d1c7c97fc
gnu: Add cl-fastcgi.
* gnu/packages/lisp-xyz.scm (cl-fastcgi, ecl-fastcgi, sbcl-fastcgi): New variables.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt de5e989b62
gnu: sbcl-mito: Remove spurious comment.
* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment,
this test is already removed a few lines below.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt dba8f523a6
gnu: sbcl-dbi: Update to 20200518.
* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 20200518.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt b7d974b3fd
gnu: sbcl-cl-sqlite: Update to 0.2.1.
* gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1.
2020-09-02 12:40:13 +02:00