Commit graph

55816 commits

Author SHA1 Message Date
Oleg Pykhalov 9a39711438
etc: Add copyright.
* etc/copyright.el: New file.
* doc/contributing.texi (The Perfect Setup): Document this.
2020-02-22 17:56:31 +03:00
Tobias Geerinckx-Rice 582a79d3a9
gnu: Add unoconv.
* gnu/packages/libreoffice.scm (unoconv): New public variable.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-02-22 15:31:01 +01:00
Jean-Baptiste Note e36826b2ba
gnu: emacs-gnuplot: Install to site-lisp instead of guix.d.
Fixes <https://bugs.gnu.org/39536>.

This is a followup to 65a7dd2950.

* gnu/packages/emacs-xyz.scm (emacs-gnuplot)[arguments]: Change ELISP-DIR.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-22 12:17:35 +01:00
Matt Wette 3d1e42321f
import: github: Use HTTP "Authorization" header for access tokens.
Fixes <https://bugs.gnu.org/39511>.

The "access_token" query parameter is now deprecated:

  https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters

* guix/import/github.scm (fetch-releases-or-tags)[headers]: Add
"Authorization" header when (%github-token) is true.
[decorate]: Remove, and remove callers.
2020-02-22 12:17:35 +01:00
Dimakakos Dimos eb85995738
gnu: Add cl-lquery.
* gnu/packages/lisp-xyz.scm (sbcl-lquery, cl-lquery, ecl-lquery): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-22 10:40:36 +01:00
Dimakakos Dimos cfc9004e3f
gnu: Add cl-clss.
* gnu/packages/lisp-xyz.scm (cl-clss, sbcl-clss, ecl-clss): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-22 10:31:12 +01:00
Ludovic Courtès 447f834263
git-authenticate: Store the sub-key fingerprint of mab.
This is a followup to 76a8dc3ee2, signed
with this sub-key.

* build-aux/git-authenticate.scm (%committers): Store the sub-key
fingerprint of mab.
2020-02-22 00:48:27 +01:00
Ludovic Courtès 4cb63a564d
deduplication: Use nix-base32 encoding for link names.
Fixes <https://bugs.gnu.org/39725>.

* guix/store/deduplication.scm (deduplicate): Use
'bytevector->nix-base32-string' instead of 'bytevector->base16-string'.
2020-02-22 00:46:06 +01:00
Lars-Dominik Braun 3789187252
build: Depend on guile-ssh 0.12.0
This is a followup to 35f3511167.

* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Check for userauth-gssapi!
* doc/guix.texi: Document version requirement

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-22 00:45:58 +01:00
Ludovic Courtès 43e282accc
tests: Factorize LUKS passphrase.
* gnu/tests/install.scm (%luks-passphrase): New variable.
(%encrypted-root-installation-script): Use it.
(enter-luks-passphrase): Use it.
2020-02-22 00:45:42 +01:00
Ludovic Courtès 5c04b00cf4
installer: Log important bits to syslog.
* gnu/installer.scm (installer-program): Log crashes with 'syslog'.
* gnu/installer/parted.scm (luks-format-and-open, luks-close)
(mount-user-partitions, umount-user-partitions): Add 'syslog' calls.
* gnu/installer/steps.scm (run-installer-steps): Log the running step
with 'syslog'.
* gnu/installer/utils.scm (run-shell-command): Add calls to 'syslog'.
2020-02-22 00:45:42 +01:00
Ludovic Courtès 2cf65e1d54
installer: Add 'syslog' macro to write to syslog.
* gnu/installer/utils.scm (open-syslog-port, syslog-port): New
procedures.
(syslog): New macro.
2020-02-22 00:45:42 +01:00
Ludovic Courtès b6ec284fe8
marionette: Provide portable US-layout keystrokes for "<" and ">".
* gnu/build/marionette.scm (%qwerty-us-keystrokes): Use shit-comma and
shift-dot for #\< and #\> because the "less" key doesn't work the same
in "US intl." layouts.
2020-02-22 00:45:42 +01:00
Ludovic Courtès 1708ed6e9d
marionette: 'wait-for' procedures no longer leak a port.
* gnu/build/marionette.scm (wait-for-tcp-port): Close SOCK upon
success.
(wait-for-unix-socket): Likewise.
2020-02-22 00:45:42 +01:00
Tobias Geerinckx-Rice 3c4c60fa79
gnu: bind: Update to 9.16.0.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.0.
[inputs]: Add libuv.
[native-inputs]: Add pkg-config.  Remove net-tools.
[arguments]: Remove obsolete --with-openssl= from #:configure-flags.
2020-02-22 00:16:15 +01:00
Tobias Geerinckx-Rice 3ef91e1534
gnu: Use HTTPS for hackage.haskell.org home pages.
* gnu/packages/haskell-xyz.scm (ghc-network-byte-order)
(ghc-base-compat-batteries, ghc-regex-tdfa-text, ghc-sdl2-image)
(ghc-language-glsl, ghc-sop-core, ghc-libffi, ghc-path, ghc-io-streams)
(ghc-openssl-streams, ghc-haskell-lexer, ghc-prettyclass, ghc-ifelse)
(ghc-sdl2-mixer, ghc-errorcall-eq-instance, ghc-filepath-bytestring)
(ghc-refact, ghc-pointedlist, ghc-string-qq, ghc-tls-session-manager)
(ghc-magic, ghc-exactprint, ghc-inline-c, ghc-infer-license)
(ghc-unagi-chan)[home-page]: Use HTTPS.
2020-02-22 00:16:15 +01:00
Tobias Geerinckx-Rice d5840fec16
gnu: emacs-recent-addresses: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-recent-addresses)[home-page]: Use HTTPS.
2020-02-22 00:16:15 +01:00
Tobias Geerinckx-Rice f0db77796b
gnu: ecl-clx: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (ecl-clx)[home-page]: Use HTTPS.
2020-02-22 00:16:15 +01:00
Tobias Geerinckx-Rice 1b4d40cf7b
gnu: java-plexus-utils: Use HTTPS home page.
* gnu/packages/java.scm (java-plexus-utils)[home-page]: Use HTTPS.
2020-02-22 00:16:15 +01:00
Tobias Geerinckx-Rice 2b62f5d0f7
gnu: ghc-xml: Update home page.
Before code.galois.com vanished, it redirected here.

* gnu/packages/haskell-xyz.scm (ghc-xml)[home-page]: Use new (HTTPS) URI.
2020-02-22 00:16:15 +01:00
Tobias Geerinckx-Rice 60783303ed
gnu: ruby-thin: Update home page.
* gnu/packages/ruby.scm (ruby-thin)[home-page]: Use new (HTTPS) URI.
2020-02-22 00:16:15 +01:00
Tobias Geerinckx-Rice 9137e66ba9
gnu: ghc-tagsoup: Update home page.
* gnu/packages/haskell-web.scm (ghc-tagsoup)[home-page]: Use new (HTTPS)
URI
2020-02-22 00:16:14 +01:00
Jakub Kądziołka c080beb9c7
gnu: choqok: Update to 1.7.0.
* gnu/packages/kde-internet.scm (choqok): Update to 1.7.0.
  (inputs): Add purpose, qtnetworkauth.
  (source): Don't apply patch.
* gnu/packages/patches/choqok-Fix-building-under-Qt-5.13.patch: Remove
  (no longer needed).
2020-02-22 00:11:41 +01:00
Amin Bandali 76a8dc3ee2
gnu: Add font-vazir.
* gnu/packages/fonts.scm (font-vazir): New variable.
2020-02-21 16:24:08 -05:00
Jack Hill fd62167464
gnu: gnome-shell-extension-paperwm: Install compiled gschemas.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm)[arguments]:
Install compiled gschemas.

Signed-off-by: Alex Griffin <a@ajgrf.com>
2020-02-21 12:45:32 -06:00
Tanguy Le Carrour d2b5cdfef7
gnu: profanity: Update to 0.8.1.
* gnu/packages/messaging.scm (profanity): Update to 0.8.1.
2020-02-21 19:34:18 +01:00
Nicolas Goaziou 371a647e8b
gnu: chroma: Fix description.
* gnu/packages/games.scm (chroma)[descrption]: Add missing space and fix
indentation.
2020-02-21 19:25:52 +01:00
Tobias Geerinckx-Rice 239d3e9cef
gnu: libfprint, fprintd: Update to 1.90.1.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[build-system]: Use Meson.
[arguments]: Adapt #:configure-flags.
[native-inputs]: Add eudev, glib:bin, gobject-introspection,
and gtk-doc.
[inputs]: Replace libusb with gusb.
(fprintd): Update to 1.90.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[build-system]: Use Meson.
[arguments]: Add directory #:configure-flags.
Work around many exciting new Meson features.
[native-inputs]: Replace intltool with gettext-minimal.
Add glib:bin, libxslt, and perl.
[inputs]: Add elogind and polkit, as well as gusb, nss, and pixman.
2020-02-21 18:33:40 +01:00
Tobias Geerinckx-Rice 50f02ced92
gnu: Update fprintd home pages.
* gnu/packages/freedesktop.scm (libfprint, fprintd)[home-page]: Update.
2020-02-21 18:33:40 +01:00
Tobias Geerinckx-Rice d5f344c987
gnu: libreoffice: Fix ‘soffice’ in a pure environment.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Refer to grep
and coreutils by absolute file name in the soffice launcher script.
2020-02-21 18:33:40 +01:00
Tobias Geerinckx-Rice dd6114dfc5
gnu: containerd: Use HTTPS home page.
* gnu/packages/docker.scm (containerd)[home-page]: Use HTTPS.
2020-02-21 18:33:40 +01:00
Tobias Geerinckx-Rice e11639f385
gnu: openh264: Use HTTPS home page.
* gnu/packages/video.scm (openh264)[home-page]: Use HTTPS.
2020-02-21 18:33:40 +01:00
Tobias Geerinckx-Rice 3602de332b
gnu: scons: Use HTTPS home page.
* gnu/packages/python-xyz.scm (scons)[home-page]: Use HTTPS.
2020-02-21 18:33:39 +01:00
Tobias Geerinckx-Rice 52888f52e8
gnu: python-pycrypto: Update home page.
* gnu/packages/python-crypto.scm (python-pycrypto)[home-page]: Follow
(HTTPS) redirection.
2020-02-21 18:33:39 +01:00
Tobias Geerinckx-Rice 3fbb7bec1c
gnu: proj: Update home page.
* gnu/packages/geo.scm (proj)[home-page]: Use new (HTTPS) domain.
2020-02-21 18:33:39 +01:00
Tobias Geerinckx-Rice 92a79fee20
gnu: ghc-splitmix: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-splitmix)[home-page]: Use HTTPS.
2020-02-21 18:33:38 +01:00
Tobias Geerinckx-Rice 018b72d724
gnu: rust-tempfile: Use HTTPS home page.
* gnu/packages/crates-io.scm (rust-tempfile)[home-page]: Use HTTPS.
2020-02-21 18:33:37 +01:00
Tobias Geerinckx-Rice 2f35985c77
gnu: python-sympy: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-sympy)[home-page]: Use HTTPS.
2020-02-21 18:33:37 +01:00
Tobias Geerinckx-Rice 4b17f71de4
gnu: emacs-rotate-text: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-rotate-text)[home-page]: Use HTTPS.
2020-02-21 18:33:37 +01:00
Tobias Geerinckx-Rice 059aa850e9
gnu: rust-yaml-rust: Use HTTPS home page.
* gnu/packages/crates-io.scm (rust-yaml-rust)[home-page]: Use HTTPS.
2020-02-21 18:33:37 +01:00
Tobias Geerinckx-Rice 9c99cb2276
gnu: grisbi: Use HTTPS home page.
* gnu/packages/finance.scm (grisbi)[home-page]: Use HTTPS.
2020-02-21 18:33:36 +01:00
Tobias Geerinckx-Rice 2ea6d49913
gnu: calibre: Use HTTPS home page.
* gnu/packages/ebook.scm (calibre)[home-page]: Use HTTPS.
2020-02-21 18:33:35 +01:00
Tanguy Le Carrour 536cc4aae5
gnu: nim: Update to 1.0.6.
* gnu/packages/nim.scm (nim): Update to 1.0.6.
2020-02-21 17:40:41 +01:00
Jack Hill 60d5ad8087
gnu: gnome-shell-extension-paperwm: Recompile schemas.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm)
[source]: Remove gschemas.compiled in a snippet.
[arguments]: Add compile-schemas phase.
[native-inputs]: Add glib.

Signed-off-by: Alex Griffin <a@ajgrf.com>
2020-02-21 08:25:45 -06:00
Guillaume Le Vaillant a3f6c41067
gnu: Add cl-pzmq.
* gnu/packages/lisp-xyz.scm (sbcl-pzmq, cl-pzmq, ecl-pzmq): New variables.
2020-02-21 15:00:58 +01:00
Paul Garlick b24d523e74
gnu: highlight: Build perl bindings.
* gnu/packages/pretty-print.scm (highlight)[native-inputs]: Add swig.
[inputs]: Add perl.
[arguments]: Specify lua version for pkg-config command, add
'install-perl-bindings' phase.
2020-02-21 13:09:28 +00:00
Andreas Enge b457f3cc16
gnu: Add vinci.
* gnu/packages/maths.scm (vinci): New variable.
2020-02-21 13:30:25 +01:00
Pierre Neidhardt dd2876aabc
doc: Fix copy-build-system specification.
* doc/guix.texi (Build Systems): Files must match one or more filters, not
  exactly one.
2020-02-21 13:09:29 +01:00
Tobias Geerinckx-Rice af51d01a8a
doc: Fix indentation.
This follows up on commit e90e64049c,
which broke ‘guix pull’.

* doc/guix.texi (Build Systems): Un-indent.
2020-02-21 12:28:02 +01:00
Nicolas Goaziou 2cf6366fec
doc: Fix typos.
* doc/guix.texi (Build Systems): Add missing hash to "#:exclude", and a comma
after "e.g.".  Use @file and @var appropriately.
2020-02-21 11:35:57 +01:00