summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build-system/haskell: Add 'extra-directories?' keyword.series-2978Timothy Sample2020-02-22
| | | | | | | | | | | | | | See <https://bugs.gnu.org/39309>. * guix/build-system/haskell.scm (haskell-build): Add 'extra-directories?' keyword and pass it through to the builder. * guix/build/haskell-build-system.scm (configure): Use it to toggle passing 'extra-include-dirs' and 'extra-lib-dirs' to Cabal. * gnu/packages/haskell-xyz.scm (ghc-alsa-core, ghc-hmatrix, ghc-hmatrix-gsl, ghc-hslua, ghc-iwlib, ghc-libyaml, ghc-ncurses, ghc-openglraw, ghc-x11, ghc-x11-xft, ghc-zlib): Enable 'extra-directories?'. gnu/packages/haskell-crypto.scm (ghc-digest, ghc-hsopenssl): Likewise.
* etc: Add copyright.base-for-series-2978Oleg Pykhalov2020-02-22
| | | | | * etc/copyright.el: New file. * doc/contributing.texi (The Perfect Setup): Document this.
* gnu: Add unoconv.Tobias Geerinckx-Rice2020-02-22
| | | | | | * gnu/packages/libreoffice.scm (unoconv): New public variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: emacs-gnuplot: Install to site-lisp instead of guix.d.Jean-Baptiste Note2020-02-22
| | | | | | | | | | Fixes <https://bugs.gnu.org/39536>. This is a followup to 65a7dd2950ca13a8b942b2836260a2192351b271. * gnu/packages/emacs-xyz.scm (emacs-gnuplot)[arguments]: Change ELISP-DIR. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: github: Use HTTP "Authorization" header for access tokens.Matt Wette2020-02-22
| | | | | | | | | | | | 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.
* gnu: Add cl-lquery.Dimakakos Dimos2020-02-22
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-lquery, cl-lquery, ecl-lquery): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-clss.Dimakakos Dimos2020-02-22
| | | | | | * gnu/packages/lisp-xyz.scm (cl-clss, sbcl-clss, ecl-clss): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* git-authenticate: Store the sub-key fingerprint of mab.Ludovic Courtès2020-02-22
| | | | | | | | This is a followup to 76a8dc3ee289ac4f4b984a3d9d2dcb9d89c01eda, signed with this sub-key. * build-aux/git-authenticate.scm (%committers): Store the sub-key fingerprint of mab.
* deduplication: Use nix-base32 encoding for link names.Ludovic Courtès2020-02-22
| | | | | | | Fixes <https://bugs.gnu.org/39725>. * guix/store/deduplication.scm (deduplicate): Use 'bytevector->nix-base32-string' instead of 'bytevector->base16-string'.
* build: Depend on guile-ssh 0.12.0Lars-Dominik Braun2020-02-22
| | | | | | | | | This is a followup to 35f35111678e6622301b414f3d464acb71e106bb. * 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>
* tests: Factorize LUKS passphrase.Ludovic Courtès2020-02-22
| | | | | | * gnu/tests/install.scm (%luks-passphrase): New variable. (%encrypted-root-installation-script): Use it. (enter-luks-passphrase): Use it.
* installer: Log important bits to syslog.Ludovic Courtès2020-02-22
| | | | | | | | | * 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'.
* installer: Add 'syslog' macro to write to syslog.Ludovic Courtès2020-02-22
| | | | | | * gnu/installer/utils.scm (open-syslog-port, syslog-port): New procedures. (syslog): New macro.
* marionette: Provide portable US-layout keystrokes for "<" and ">".Ludovic Courtès2020-02-22
| | | | | | * 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.
* marionette: 'wait-for' procedures no longer leak a port.Ludovic Courtès2020-02-22
| | | | | | * gnu/build/marionette.scm (wait-for-tcp-port): Close SOCK upon success. (wait-for-unix-socket): Likewise.
* gnu: bind: Update to 9.16.0.Tobias Geerinckx-Rice2020-02-22
| | | | | | | * 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.
* gnu: Use HTTPS for hackage.haskell.org home pages.Tobias Geerinckx-Rice2020-02-22
| | | | | | | | | | | * 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.
* gnu: emacs-recent-addresses: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-recent-addresses)[home-page]: Use HTTPS.
* gnu: ecl-clx: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-22
| | | | * gnu/packages/lisp-xyz.scm (ecl-clx)[home-page]: Use HTTPS.
* gnu: java-plexus-utils: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-22
| | | | * gnu/packages/java.scm (java-plexus-utils)[home-page]: Use HTTPS.
* gnu: ghc-xml: Update home page.Tobias Geerinckx-Rice2020-02-22
| | | | | | Before code.galois.com vanished, it redirected here. * gnu/packages/haskell-xyz.scm (ghc-xml)[home-page]: Use new (HTTPS) URI.
* gnu: ruby-thin: Update home page.Tobias Geerinckx-Rice2020-02-22
| | | | * gnu/packages/ruby.scm (ruby-thin)[home-page]: Use new (HTTPS) URI.
* gnu: ghc-tagsoup: Update home page.Tobias Geerinckx-Rice2020-02-22
| | | | | * gnu/packages/haskell-web.scm (ghc-tagsoup)[home-page]: Use new (HTTPS) URI
* gnu: choqok: Update to 1.7.0.Jakub Kądziołka2020-02-22
| | | | | | | | * 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).
* gnu: Add font-vazir.base-for-series-2970Amin Bandali2020-02-21
| | | | * gnu/packages/fonts.scm (font-vazir): New variable.
* gnu: gnome-shell-extension-paperwm: Install compiled gschemas.Jack Hill2020-02-21
| | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm)[arguments]: Install compiled gschemas. Signed-off-by: Alex Griffin <a@ajgrf.com>
* gnu: profanity: Update to 0.8.1.Tanguy Le Carrour2020-02-21
| | | | * gnu/packages/messaging.scm (profanity): Update to 0.8.1.
* gnu: chroma: Fix description.Nicolas Goaziou2020-02-21
| | | | | * gnu/packages/games.scm (chroma)[descrption]: Add missing space and fix indentation.
* gnu: libfprint, fprintd: Update to 1.90.1.Tobias Geerinckx-Rice2020-02-21
| | | | | | | | | | | | | | | | | | * 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.
* gnu: Update fprintd home pages.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/freedesktop.scm (libfprint, fprintd)[home-page]: Update.
* gnu: libreoffice: Fix ‘soffice’ in a pure environment.Tobias Geerinckx-Rice2020-02-21
| | | | | * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Refer to grep and coreutils by absolute file name in the soffice launcher script.
* gnu: containerd: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/docker.scm (containerd)[home-page]: Use HTTPS.
* gnu: openh264: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/video.scm (openh264)[home-page]: Use HTTPS.
* gnu: scons: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/python-xyz.scm (scons)[home-page]: Use HTTPS.
* gnu: python-pycrypto: Update home page.Tobias Geerinckx-Rice2020-02-21
| | | | | * gnu/packages/python-crypto.scm (python-pycrypto)[home-page]: Follow (HTTPS) redirection.
* gnu: proj: Update home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/geo.scm (proj)[home-page]: Use new (HTTPS) domain.
* gnu: ghc-splitmix: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/haskell-xyz.scm (ghc-splitmix)[home-page]: Use HTTPS.
* gnu: rust-tempfile: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/crates-io.scm (rust-tempfile)[home-page]: Use HTTPS.
* gnu: python-sympy: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/python-xyz.scm (python-sympy)[home-page]: Use HTTPS.
* gnu: emacs-rotate-text: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-rotate-text)[home-page]: Use HTTPS.
* gnu: rust-yaml-rust: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/crates-io.scm (rust-yaml-rust)[home-page]: Use HTTPS.
* gnu: grisbi: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/finance.scm (grisbi)[home-page]: Use HTTPS.
* gnu: calibre: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/ebook.scm (calibre)[home-page]: Use HTTPS.
* gnu: nim: Update to 1.0.6.Tanguy Le Carrour2020-02-21
| | | | * gnu/packages/nim.scm (nim): Update to 1.0.6.
* gnu: gnome-shell-extension-paperwm: Recompile schemas.base-for-series-2959Jack Hill2020-02-21
| | | | | | | | | * 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>
* gnu: Add cl-pzmq.Guillaume Le Vaillant2020-02-21
| | | | * gnu/packages/lisp-xyz.scm (sbcl-pzmq, cl-pzmq, ecl-pzmq): New variables.
* gnu: highlight: Build perl bindings.Paul Garlick2020-02-21
| | | | | | | * 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.
* gnu: Add vinci.Andreas Enge2020-02-21
| | | | * gnu/packages/maths.scm (vinci): New variable.
* doc: Fix copy-build-system specification.Pierre Neidhardt2020-02-21
| | | | | * doc/guix.texi (Build Systems): Files must match one or more filters, not exactly one.
* doc: Fix indentation.Tobias Geerinckx-Rice2020-02-21
| | | | | | | This follows up on commit e90e64049ce160d28d1e8b3014badcc2b214627c, which broke ‘guix pull’. * doc/guix.texi (Build Systems): Un-indent.