summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libgit2: Allow cross-compilation.Ludovic Courtès2021-12-15
| | | | | | | | | | With commit 8394619baceb118df92e355377fd543bb1aa501a, the label for 'pkg-config' when cross-compiling changed to "TRIPLET-pkg-config", thereby breaking the 'assoc-ref' call. This commit fixes it by avoiding referring to the label. * gnu/packages/version-control.scm (libgit2)[arguments]: Adjust "-DPKG_CONFIG_EXECUTABLE=" option.
* gnu: emacs: Partially revert 'guix style'd emacs packages.Maxim Cournoyer2021-12-14
| | | | | | | | | | This is a follow up to commit 88097dfba765bacb809edae7639fc3ed2dead297, which styled many Emacs packages with 'guix style'. * gnu/packages/emacs-xyz.scm (emacs-shroud): Revert to previous version. (emacs-howm): Likewise. (emacs-ob-sclang)[propagated-inputs]: Replace emacs-emacs by emacs-org and org-scel by emacs-scel.
* gnu: Use new package style.Nicolas Goaziou2021-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-shroud): (emacs-w3m): (emacs-howm): (emacs-guix): (emacs-deferred): (emacs-irony-mode): (emacs-irony-mode-server): (emacs-scel): (emacs-elfeed-org): (emacs-mocker): (emacs-find-file-in-project): (emacs-pyvenv): (emacs-elpy): (emacs-org-contrib): (emacs-ob-sclang): (emacspeak): (emacs-json-reformat): (emacs-ws-butler): (emacs-browse-at-remote): (epipe): (emacs-emacsql): (emacs-emacsql-sqlite3): (emacs-org-super-agenda): (emacs-dumb-jump): (emacs-ytdl): (emacs-arduino-mode): (emacs-vterm): (emacs-forge): (emacs-flycheck-cpplint): (emacs-telega-server): (emacs-inf-janet): (emacs-keystore-mode): Remove input labels. Remove trailing #T in phases. Use gexps.
* gnu: Rename emacs-recutils to emacs-rec-mode.Liliana Marie Prikler2021-12-14
| | | | | | | This fixes ‘guix refresh emacs-rec-mode’. * gnu/packages/databases.scm (emacs-rec-mode): New variable. (emacs-recutils): Deprecate in favor of emacs-rec-mode.
* gnu: emacs-recutils: Update to 1.8.2.Morgan Smith2021-12-14
| | | | | | | | | | | * gnu/packages/databases.scm (emacs-recutils): Update to 1.8.2. No longer inherit from recutils. [source]: Add origin, fetching tarball from ELPA. [native-inputs]: Add texinfo. [arguments]: Add ‘make-info’ phase. [home-page, license]: Fill in missing information no longer inherited. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-dvc: Use new style.Nicolas Goaziou2021-12-14
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-dvc)[arguments]<#:configure-flags>: Use gexps. <#:phases>: Remove trailing #T. [native-inputs]: Remove labels. [synopsis]: Remove trailing dot.
* gnu: emacs-string-inflection: Use new style.Nicolas Goaziou2021-12-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-string-inflection)[native-inputs]: Remove label.
* gnu: emacs-explain-pause-mode: Use new style.Nicolas Goaziou2021-12-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[native-inputs]: Remove label.
* gnu: emacs-guix: Use new style (partly).Nicolas Goaziou2021-12-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]<#:phase>: Remove trailing [native-inputs, propagated-inputs]: Remove labels.
* gnu: festival: Support ALSA output.Tobias Geerinckx-Rice2021-12-14
| | | | | | * gnu/packages/speech.scm (festival)[arguments]: Add "LINUXAUDIO=alsa" to #:make-flags. [inputs]: Add alsa-lib.
* gnu: igt-gpu-tools: Include man pages.Tobias Geerinckx-Rice2021-12-14
| | | | | | * gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Add a new 'find-rst2man.py phase. (native-inputs): Add python-docutils.
* gnu: igt-gpu-tools: Fix build with newer Mesons.Tobias Geerinckx-Rice2021-12-14
| | | | | * gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Add a new 'fix-meson.build phase.
* gnu: i7z: Fix building with GCC >= 10.Tobias Geerinckx-Rice2021-12-14
| | | | | | * gnu/packages/hardware.scm (i7z)[source]: Add patch. * gnu/packages/patches/i7z-gcc-10.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: fprintd: Gexp arguments.Tobias Geerinckx-Rice2021-12-14
| | | | * gnu/packages/linux.scm (fprintd)[arguments]: Use Gexps.
* gnu: fprintd: Update to 1.94.1.Tobias Geerinckx-Rice2021-12-14
| | | | | | | | | * gnu/packages/freedesktop.scm (fprintd): Update to 1.94.1. [arguments]: Remove obsolete 'patch-mistake and 'no-polkit-magic phases. Make 'patch-systemd-dependencies regexp more specific. Remove gi.repository.FPrint in the 'ignore-test-dependencies regexp. [native-inputs]: Remove unused libxslt. [inputs]: Remove unused gusb, nss, and pixman.
* gnu: fprintd: Remove phase return values.Tobias Geerinckx-Rice2021-12-14
| | | | | * gnu/packages/freedesktop.scm (fprintd)[arguments]: Don't explicitly return #t from phases.
* gnu: libfprint: Gexp arguments.Tobias Geerinckx-Rice2021-12-14
| | | | * gnu/packages/linux.scm (libfprint)[arguments]: Use Gexps.
* gnu: libfprint: Update to 1.94.2.Tobias Geerinckx-Rice2021-12-14
| | | | | | | * gnu/packages/freedesktop.scm (libfprint): Update to 1.94.2. [arguments]: Add "-Dudev_rules_dir=" to #:configure-flags. [native-inputs]: Remove eudev. Remove input labels. [inputs]: Remove glib. Add libgudev.
* gnu: corefreq: Stop using %OUTPUTS.Tobias Geerinckx-Rice2021-12-14
| | | | | * gnu/packages/linux.scm (corefreq)[arguments]: Use Gexps to remove use of %OUTPUTS.
* gnu: emacs-pdf-tools: Use new style.Nicolas Goaziou2021-12-14
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-pdf-tools)[arguments]<#:phases>: Remove trailing #T. [native-inputs, propagated-inputs]: Remove labels. [inputs]: Reorder alphabetically.
* gnu: emacs-direnv: Use new style.Nicolas Goaziou2021-12-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-direnv)[arguments]: Use SEARCH-INPUT. [propagated-inputs]: Remove labels.
* gnu: emacs-howm: Use new style.Nicolas Goaziou2021-12-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-howm)[native-inputs]: Remove labels.
* gnu: emacs-auctex: Use new style.Nicolas Goaziou2021-12-14
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-auctex)[arguments]<#:phases>: Use SEARCH-INPUT-FILE. Remove trailing #T. [inputs]: Remove labels.
* gnu: emacs-ag: Use new style.Nicolas Goaziou2021-12-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-ag)[arguments]<#:phases>: Remove trailing [propagated-inputs]: Remove labels.
* gnu: emacs-emms: Use new style.Nicolas Goaziou2021-12-14
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-emms)[arguments]<#:phases>: Use SEARCH-INPUT-FILE. Remove trailing #T. [inputs]: Remove labels.
* gnu: fontmanager: Use libsoup2 and vala-0.52Josselin Poiret via Guix-patches via2021-12-14
| | | | | | | | | | | These changes fix the build. * gnu/packages/fontutils.scm (fontmanager)[native-inputs]: Replace vala with vala-0.52. [inputs]: Replace libsoup with libsoup-minimal-2. Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: emacs-emms-print-metadata: Use new style.Nicolas Goaziou2021-12-14
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-emms-print-metadata)[arguments]<#:phases>: Remove trailing #T. [inputs]: Remove label.
* gnu: emacs-wget: Use new package style.Nicolas Goaziou2021-12-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-wget)[native-inputs]: Remove label. [arguments]<#:phases>: Use SEARCH-INPUT-FILE. Remove trailing #T.
* gnu: Add r-maftools.Ricardo Wurmus2021-12-14
| | | | * gnu/packages/bioconductor.scm (r-maftools): New variable.
* gnu: Add r-tcgabiolinks.Ricardo Wurmus2021-12-14
| | | | * gnu/packages/bioconductor.scm (r-tcgabiolinks): New variable.
* gnu: Add r-tcgabiolinksgui-data.Ricardo Wurmus2021-12-14
| | | | * gnu/packages/bioconductor.scm (r-tcgabiolinksgui-data): New variable.
* gnu: icecat-source: Enable xz parallel compression.Maxim Cournoyer2021-12-14
| | | | | | * gnu/packages/gnuzilla.scm (icecat-source): Set XZ_DEFAULTS to %xz-parallel-args to enable parallel compression and hasten the build. Remove trailing #t.
* gnu: texlive-fira: Update hash.Nicolas Goaziou2021-12-14
| | | | * gnu/packages/tex.scm (texlive-fira): Update hash.
* gnu: texlive-latex-textpos: Update hash.Nicolas Goaziou2021-12-14
| | | | * gnu/packages/tex.scm (texlive-latex-textpos): Update hash.
* gnu: texlive-translator: Fix hash.Nicolas Goaziou2021-12-14
| | | | * gnu/packages/tex.scm (texlive-translator): Fix hash.
* gnu: eigen-for-tensorflow: Build with GCC 7.Ricardo Wurmus2021-12-14
| | | | * gnu/packages/algebra.scm (eigen-for-tensorflow)[native-inputs]: Add gcc-7.
* gnu: tensorflow: Do not unpack directory.Ricardo Wurmus2021-12-14
| | | | | * gnu/packages/machine-learning.scm (tensorflow)[arguments]: Copy Eigen source code instead of trying to unpack it.
* gnu: python2-entrypoints: Add missing input.Ricardo Wurmus2021-12-14
| | | | | | * gnu/packages/python-xyz.scm (python2-entrypoints)[propagated-inputs]: Add python2-configparser. (python-entrypoints)[properties]: Add python2-variant.
* gnu: Remove input labels.Nicolas Goaziou2021-12-14
| | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[propagated-inputs]: * gnu/packages/emacs-xyz.scm (emacs-geiser-gauche)[native-inputs]: * gnu/packages/emacs-xyz.scm (emacs-geiser-racket)[propagated-inputs]: * gnu/packages/emacs-xyz.scm (emacs-libgit)[native-inputs]: * gnu/packages/emacs-xyz.scm (emacs-ghub)[native-inputs]: * gnu/packages/emacs-xyz.scm (emacs-ample-regexps)[native-inputs]: * gnu/packages/emacs-xyz.scm (emacs-relative-buffers)[native-inputs]: * gnu/packages/emacs-xyz.scm (emacs-w3m)[native-inputs]: Remove labels.
* gnu: quadrapassel: Remove input labels.Efraim Flashner2021-12-14
| | | | | * gnu/packages/games.scm (quadrapassel)[native-inputs]: Remove labels from inputs.
* gnu: quadrapassel: Update to 40.2.Efraim Flashner2021-12-14
| | | | * gnu/packages/games.scm (quadrapassel): Update to 40.2.
* gnu: libraqm: Update to 0.8.0.Nicolas Goaziou2021-12-14
| | | | * gnu/packages/fontutils.scm (libraqm): Update to 0.8.0.
* gnu: cuirass: Update to 1.1.0-7.7160b18.Mathieu Othacehe2021-12-14
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.1.0-7.7160b18.
* gnu: qutebrowser: Update to 2.4.0.Efraim Flashner2021-12-14
| | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.4.0. [arguments]: Remove trailing #t.
* gnu: qutebrowser: Satisfy guix lint.Efraim Flashner2021-12-14
| | | | * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add bash-minimal.
* gnu: lagrange: Add 'release-monitoring-url' property.Efraim Flashner2021-12-14
| | | | * gnu/packages/web-browsers.scm (lagrange)[properties]: New field.
* gnu: foot: Update to 1.10.3.Marius Bakke2021-12-14
| | | | * gnu/packages/terminals.scm (foot): Update to 1.10.3.
* gnu: fcft: Update to 2.5.1.Marius Bakke2021-12-14
| | | | | * gnu/packages/fontutils.scm (fcft): Update to 2.5.1. [native-inputs]: Remove GCC-10.
* gnu: python-pyzabbix: Update to 1.0.0.Marius Bakke2021-12-14
| | | | | | * gnu/packages/monitoring.scm (python-pyzabbix): Update to 1.0.0. [arguments]: Fix typo. [propagated-inputs]: Add PYTHON-SEMANTIC-VERSION.
* gnu: font-cozette: Update to 1.13.0.Marius Bakke2021-12-14
| | | | | * gnu/packages/fonts.scm (font-cozette): Update to 1.13.0. [arguments]: Add phase to avoid git dependency.