summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: fastahack: Use G-expressions.Arun Isaac2022-05-09
| | | | | | | * gnu/packages/bioinformatics.scm (fastahack)[arguments]: Rewrite using G-expressions. Do not return #t from custom phases. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: tabixpp: Fix cross-compilation.Arun Isaac2022-05-09
| | | | | | | | | | tabixpp links to libbz2 from bzip2 and liblzma from xz. Therefore, bzip2 and xz should be listed in inputs even though they are already present implicitly in native-inputs. Else, cross-compilation will fail. * gnu/packages/bioinformatics.scm (tabixpp)[inputs]: Add bzip2 and xz. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: tabixpp: Use build tools specific to the target.Arun Isaac2022-05-09
| | | | | | | | * gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Set CC and CXX in #:make-flags. In the build-libraries phase, use cxx-for-target instead of g++ and ar-for-target instead of ar. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: tabixpp: Use #:make-flags.Arun Isaac2022-05-09
| | | | | | | | * gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Do not override the build phase. Move the required make arguments to #:make-flags. Add build-libraries phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: tabixpp: Use G-expressions.Arun Isaac2022-05-09
| | | | | | | | | * gnu/packages/bioinformatics.scm (tabixpp)[source]: Reindent. [arguments]: Use search-input-file and search-input-directory. [source, arguments]: Rewrite using G-expressions. Do not return #t from snippets and custom phases. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gcc-11: Update to 11.3.0.Greg Hogan2022-05-09
| | | | | | * gnu/packages/gcc.scm (gcc-11): Update to 11.3.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: git-annex: Update to 10.20220504.Kyle Meyer2022-05-09
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220504. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mangohud: Update to 0.6.7.John Kehayias2022-05-09
| | | | | | | | | * gnu/packages/graphics.scm (mangohud): Update to 0.6.7. [phases]{patch-paths}: Remove loader_libdrm.cpp path patch as the file has been removed. [inputs]: Remove libdrm input, no longer needed. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-style.jgart2022-05-09
| | | | | | | | | | | * gnu/packages/python-xyz.scm (python-style): New variable. Co-authored-by: Yuchen Pei <hi@ypei.me> Co-authored-by: donotshake <dns@0cool.club> Co-authored-by: Vagrant Cascadian <vagrant@debian.org> Co-authored-by: Pranav Vats <pranavats@disroot.org> Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-modus-themes: Update to 2.3.2.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-pulsar.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pulsar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-lin.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-lin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-logos.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-logos): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-mct: Add Info manual.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mct): Add Info manual. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-flymake-proselint.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-flymake-proselint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-proselint.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/python-xyz.scm (python-proselint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-click-8.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/python-xyz.scm (python-click-8): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-helm-org-contacts: Update to 20201202.jgart2022-05-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts): Update to 20201202. [version]: Use new revision variable in let block. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-shell-extension-blur-my-shell: Update to 29.Charles2022-05-09
| | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update to 29. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-shell-extension-burn-my-windows: Update to 15.Charles2022-05-09
| | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update to 15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-iosevka: Update to 15.2.0.Paul A. Patience2022-05-09
| | | | | | * gnu/packages/fonts.scm (font-iosevka): Update to 15.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ruby-asciidoctor-multipage.Maximilian Heisinger2022-05-09
| | | | | | * gnu/packages/ruby.scm (ruby-asciidoctor-multipage): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lf: Remove input labels.Ludovic Courtès2022-05-09
| | | | * gnu/packages/disk.scm (lf)[native-inputs]: Remove input labels.
* gnu: lf: Update to 27Chadwain Holness2022-05-09
| | | | | | | * gnu/packages/disk.scm (lf): Update to 27. [native-inputs]: Remove go-github.com-nsf-termbox-go. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cool-retro-term: Lint package definition.kiasoc52022-05-09
| | | | | | | | * gnu/packages/terminals.scm [inputs]: Add bash-minimal. [source]: Remove trailing #t. [arguments]: Remove trailing #t from phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cool-retro-term: Upgrade to 1.2.0.kiasoc52022-05-09
| | | | | | | | * gnu/packages/terminals.scm (cool-retro-term): Upgrade to 1.2.0. [source]: Use commit as version. [inputs]: Use qtquickcontrols2 instead of qtquickcontrols. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-git-email: Fixes build of package.Niklas Eklund2022-05-09
| | | | | | | | * gnu/packages/patches/emacs-git-email-missing-parens.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-git-email)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libgit2: Work around time-dependent unit test.Ludovic Courtès2022-05-09
| | | | | | | Fixes <https://issues.guix.gnu.org/55326>. * gnu/packages/version-control.scm (libgit2)[source]: Augment 'snippet' to modify "tests/refs/revparse.c".
* gnu: byacc: Update to 20220128.Ludovic Courtès2022-05-09
| | | | * gnu/packages/c.scm (byacc): Update to 20220128.
* gnu: fio: Use G-expressions.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/benchmark.scm (fio)[arguments]: Rewrite as G-expressions.
* gnu: fio: Update to 3.30.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.30.
* gnu: libcap-ng: Omit static libraries.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/admin.scm (libcap-ng)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: libcap-ng: Update to 0.8.3.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/admin.scm (libcap-ng): Update to 0.8.3.
* gnu: carla: Prepare for cross-compilation.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/audio.scm (carla)[arguments]: Use CC-FOR-TARGET.
* gnu: carla: Use G-expressions.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/audio.scm (carla)[arguments]: Rewrite as G-expressions.
* gnu: carla: Remove input labels.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/audio.scm (carla)[inputs]: Remove input labels.
* gnu: butt: Use conventional docdir.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/audio.scm (butt)[arguments]: Drop version from docdir.
* gnu: butt: Use G-expressions.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/audio.scm (butt)[arguments]: Rewrite as G-expressions.
* gnu: butt: Use new input style where convenient.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/audio.scm (butt)[inputs]: Use new style.
* gnu: butt: Update to 0.1.34.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/audio.scm (butt): Update to 0.1.34.
* gnu: fasm: Update to 1.73.30.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/assembly.scm (fasm): Update to 1.73.30.
* gnu: nnn: Use G-expressions.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/admin.scm (nnn)[arguments]: Rewrite as G-expressions.
* gnu: nnn: Update to 4.5.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/admin.scm (nnn): Update to 4.5.
* gnu: ddrescue: Update to 1.26.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/disk.scm (ddrescue): Update to 1.26.
* gnu: tor: Only run sandbox tests on some architectures.Efraim Flashner2022-05-08
| | | | | * gnu/packages/tor.scm (tor)[arguments]: Adjust custom 'adjust-test-suite phase to upstream code changes. Use phase on more architectures.
* gnu: vim: Update to 8.2.4912.Efraim Flashner2022-05-08
| | | | | | * gnu/packages/vim.scm (vim): Update to 8.2.4912. [arguments]: Adjust 'patch-absolute-paths phase for changes in code. Adjust 'skip-or-fix-failing-tests phase to allow newly passing test.
* gnu: ispell: Update to 3.4.05.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/aspell.scm (ispell): Update to 3.4.05. [arguments]: Don't explicitly return #t from phases.
* gnu: plzip: Update to 1.10.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/compression.scm (plzip): Update to 1.10.
* gnu: lzlib: Update to 1.13.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/compression.scm (lzlib): Update to 1.13.
* gnu: clzip: Update to 1.13.Tobias Geerinckx-Rice2022-05-01
| | | | * gnu/packages/compression.scm (clzip): Update to 1.13.