summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: python-lsp-server: Update to 1.5.0.Nicolas Graves via Guix-patches via2022-08-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.5.0. [arguments]{set-HOME}: Remove this phase because tests do not require it anymore. {check}: Do not replace it as test_pyqt_completion is not longer failing. [propagated-inputs]: Remove python-future. [native-inputs]: Remove python-mock, python-versioneer and add python-whatthepatch. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-whatthepatch.Nicolas Graves via Guix-patches via2022-08-15
| | | | | | * gnu/packages/python-web.scm (python-whatthepatch): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: guile-machine-code: Update to 2.2.0.Zhu Zihao2022-08-15
| | | | | | * gnu/packages/guile-xyz.scm (guile-machine-code): Update to 2.2.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: guile-laesare: Use source from Gitlab.Zhu Zihao2022-08-15
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-laesare) [source]: Use source from Gitlab. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: guile-machine-code: Use source from Gitlab.Zhu Zihao2022-08-15
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-machine-code) [source]: Use source from Gitlab. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: guile-struct-pack: Use source from Gitlab.Zhu Zihao2022-08-15
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-struct-pack) [source]: Use source from Gitlab. Replace missing git tag with commit. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: guile-packrat: Use source from Gitlab.Zhu Zihao2022-08-15
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-packrat)[home-page]: Use source from Gitlab. [source]: Replace missing git tag with commit. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: guile-hashing: Use source from Gitlab.Zhu Zihao2022-08-15
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-hashing)[home-page]: Use source from Gitlab. [source]: Replace missing git tag with commit. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add python-nanoid.jgart2022-08-15
| | | | | | * gnu/packages/python-xyz.scm (python-nanoid): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: emacs-org-auto-tangle: Update to 0.6.0.jgart2022-08-15
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-auto-tangle): Update to 0.6.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: dunst: Update to 1.9.0.gyara2022-08-15
| | | | | | * gnu/packages/dunst.scm (dunst): Update to 1.9.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: emacs-reverse-im: Update to 0.0.8.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-reverse-im): Update to 0.0.8.
* gnu: emacs-gruvbox-theme: Update to 1.30.0.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.30.0.
* gnu: emacs-autothemer: Update to 0.2.5.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.5.
* gnu: emacs-citar: Update to 1.0.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.0.
* gnu: emacs-citeproc-el: Update to 0.9.1.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.1.
* gnu: emacs-buttercup: Improve package style.Nicolas Goaziou2022-08-15
| | | | | * gnu/packages/emacs-xyz.scm (emacs-buttercup)[arguments]: Use G-expressions. Remove trailing #T from phases.
* gnu: emacs-buttercup: Update to 1.26.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.26.
* gnu: emacs-debbugs: Update to 0.33.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.33.
* gnu: itpp: Remove non-deterministic log file.Vagrant Cascadian2022-08-14
| | | | * gnu/packages/maths.scm (itpp)[arguments]: Add 'delete-formulas-log phase.
* gnu: r-rcppparallel: Do not use bundled tbb.Ricardo Wurmus2022-08-14
| | | | | | * gnu/packages/cran.scm (r-rcppparallel)[inputs]: Add tbb-2020. [arguments]: Add build phase 'use-system-tbb to set TBB_ROOT. [source]: Add snippet to remove bundled tbb.
* gnu: r-reticulate: Build reproducibly.Ricardo Wurmus2022-08-14
| | | | | * gnu/packages/cran.scm (r-reticulate)[arguments]: Add build phase 'build-reproducibly to ensure that pyc files are built reproducibly.
* gnu: r-bgx: Build without CPU tuning.Ricardo Wurmus2022-08-14
| | | | | | | | | Fixes <https://issues.guix.gnu.org/57210>. * gnu/packages/bioconductor.scm (r-bgx)[arguments]: Add phase 'do-not-tune-cflags-for-reproducibility to patch configure.ac. [inputs]: Add boost. [native-inputs]: Add autoconf and automake.
* gnu: r-lpsymphony: Build reproducibly.Ricardo Wurmus2022-08-14
| | | | | * gnu/packages/bioconductor.scm (r-lpsymphony)[arguments]: Add build phase 'make-build-order-reproducible.
* Update copyright/name notices for Christine Lemmer-Webber.Christine Lemmer-Webber2022-08-14
| | | | | * gnu/packages/games.scm: Update copyright/name notices for Christine Lemmer-Webber.
* gnu: moe: Update to 1.12.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/moe.scm (moe): Update to 1.12.
* gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058].kiasoc5 via Guix-patches via2022-08-07
| | | | | | * gnu/packages/hardware.scm (usbguard): Update to 1.1.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: usbguard: Use new package style.kiasoc5 via Guix-patches via2022-08-07
| | | | | | | | | Use G-exps and #$output while we're at it. * gnu/packages/hardware.scm (usbguard)[arguments]: Use G-expressions. <#:phases>: Use '#$output' instead of 'assoc-ref' Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: mcelog: Update to 187.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/linux.scm (mcelog): Update to 187.
* gnu: pies: Remove pre-generated files.Efraim Flashner2022-08-14
| | | | | | * gnu/packages/admin.scm (pies)[source]: Add snippet to remove pre-generated files. [native-inputs]: Add bison, flex.
* gnu: pies: Update to 1.8.Efraim Flashner2022-08-14
| | | | * gnu/packages/admin.scm (pies): Update to 1.8.
* gnu: yt-dlp: Only build with pandoc on supported systems.Efraim Flashner2022-08-14
| | | | | | | * gnu/packages/video.scm (yt-dlp)[arguments]: Adjust custom 'build-generated-files phase to adjust to the presence of pandoc. [native-inputs]: Make explicit list. Only include pandoc on supported systems.
* gnu: knot: Update to 3.1.9.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/dns.scm (knot): Update to 3.1.9.
* gnu: inxi-minimal: Update to 3.3.20-1.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.20-1.
* gnu: cups-pk-helper: Add etc/dbus-1 compatibility symlink.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/cups.scm (cups-pk-helper)[arguments]: Add an 'install-compatibility-symlink phase.
* gnu: haproxy: Remove ‘free’ & fluff.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/networking.scm (haproxy)[description]: Remove the redundant ‘free’ qualifier and some overly gushing other ones.
* gnu: epson-inkjet-printer-escpr: Update to 1.7.21.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.21.
* gnu: cups-pk-helper: Make references non-native.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/cups.scm (cups-pk-helper)[native-inputs]: Move cups & polkit from here… [inputs]: …to here. Make cups-minimal. Add glib.
* gnu: cups-pk-helper: Update to 0.2.7.Tobias Geerinckx-Rice2022-08-07
| | | | | | | * gnu/packages/cups.scm (cups-pk-helper): Update to 0.2.7. [build-system]: Switch to Meson. [arguments]: Explicitly disable tests. [native-inputs]: Remove unused intltool and add glib:bin.
* gnu: git: Update to 2.37.2.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/version-control.scm (git): Update to 2.37.2.
* gnu: xonotic: Further explore the concept of iteration.Tobias Geerinckx-Rice2022-08-07
| | | | | | | | * gnu/packages/games.scm (xonotic)[arguments]: Use FOR-EACH in the 'install-binaries and renamed 'install-desktop-entries phases. Use FIND-FILES in the 'install-icons phase. Use both in 'wrap-binaries for brevity (and SRFI-26 for fun). Symlink ‘xonotic’ after wrapping, so we don't double-wrap it.
* gnu: xonotic: Rename misleading 'bootstrap phase.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/games.scm (xonotic)[arguments]: Rename (second! stateful!) 'bootstrap phase to 'preconfigure.
* gnu: xonotic: Normalise building Darkplaces.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/games.scm (xonotic)[arguments]: Build Darkplaces in a single pass. Honour MAKE-FLAGS, PARALLEL-BUILD?, and CC-FOR-TARGET.
* gnu: xonotic: Use G-expressions.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/games.scm (xonotic)[arguments]: Rewrite as G-expressions.
* gnu: xonotic-data: Don't copy 1.2-GiB file to build directory.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/games.scm (xonotic-data)[arguments]: Extract SOURCE directly from the store.
* gnu: xonotic-data: Use G-expressions.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/games.scm (xonotic-data)[arguments]: Rewrite as G-expressions.
* gnu: xonotic: Remove input labels.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/games.scm (xonotic)[inputs, native-inputs]: Remove input labels.
* gnu: xonotic-data: Remove input labels.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/games.scm (xonotic-data)[native-inputs]: Remove input labels.
* gnu: xonotic-data: Update to 0.8.5.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/games.scm (xonotic-data): Update to 0.8.5. [source]: Use HTTPS.
* gnu: xonotic: Update to 0.8.5.Tobias Geerinckx-Rice2022-08-07
| | | | | | * gnu/packages/games.scm (xonotic): Update to 0.8.5. [source]: Use HTTPS. [arguments]: Don't explicitly return #t from phases.