summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-11-14gnu: emacs-fennel-mode: Add source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-fennel-mode)[source]: Add file-name field.
2022-11-14gnu: emacs-w3m: Add source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-w3m)[source]: Add file-name field.
2022-11-14gnu: emacs-org-chef: Add source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-org-chef)[source]: Add file-name field.
2022-11-14gnu: emacs-ox-gfm: Add source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-ox-gfm)[source]: Add file-name field.
2022-11-14gnu: emacs-pdfgrep: Add source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-pdfgrep)[source]: Add file-name field.
2022-11-14gnu: emacs-orca: Add source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-orca)[source]: Add file-name field.
2022-11-14gnu: emacs-ednc: Add source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-ednc)[source]: Add file-name field.
2022-11-14gnu: emacs-consult-bibtex: Add source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[source]: Add file-name field.
2022-11-14gnu: qm-dsp: Add source file-name.Efraim Flashner
* gnu/packages/audio.scm (qm-dsp)[source]: Add file-name field.
2022-11-14gnu: btop: Don't use autogenerated tarball.Efraim Flashner
* gnu/packages/admin.scm (btop)[source]: Download using git-fetch.
2022-11-14gnu: luajit: Add source file-name.Efraim Flashner
* gnu/packages/lua.scm (luajit)[source]: Add file-name field.
2022-11-14gnu: kanshi: Update to 1.3.0.kiasoc5
* gnu/packages/wm.scm (kanshi): Update to 1.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: wf-recorder: Update to 0.3.0.kiasoc5
* gnu/packages/video.scm (wf-recorder): Update to 0.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: swayidle: Update to 1.7.1.kiasoc5
* gnu/packages/wm.scm (swayidle): Update to 1.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: Add snixembed.John Kehayias
* gnu/packages/freedesktop.scm (snixembed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: luajit: Update to commit 6c4826.Leo Nikkilä
* gnu/packages/lua.scm (luajit)[source]: Use git-fetch, remove patch. * gnu/packages/patches/luajit-no_ldconfig.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: Add siril.Sharlatan Hellseher
* gnu/packages/astronomy.scm (siril): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: Add librtprocess.Sharlatan Hellseher
* gnu/packages/photo.scm (librtprocess): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: Add clojure-data-csv.Fabio Natali
* gnu/packages/clojure.scm (clojure-data-csv): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: Add python-enoslib.Matthieu Simonin
* gnu/packages/python-web.scm (python-enoslib): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14gnu: bbswitch-module: Update to 20220529 and fix for Linux 5.18+.Pierre Neidhardt
* gnu/packages/linux.scm (bbswitch-module): Update to 20220529 and fix for Linux 5.18+. [source]: Switch to fork since fix is not merged upstream yet.
2022-11-14gnu: protobuf-2: Use gexp in arguments.Christopher Baines
This fixes the breakage introduced when the protobuf package switched to using gexp's in the arguments. The package doesn't build, but at least the builder is now deterministic and valid Guile. * gnu/packages/protobuf.scm (protobuf-2)[arguments]: Adapt to use gexp's.
2022-11-14gnu: mpv: Update to 0.35.0.dan
* gnu/packages/video.scm (mpv): Update to 0.35.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-13gnu: emacs-magit: Substitute git executable path.Thiago Jung Bauermann
Magit has a strong dependency on Git so it should directly reference the git executable rather than expect it to be available in the profile or environment. This also fixes a build failure in emacs-forge. * gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]<#:phases>: Substitute git path in the ‘magit-git-executable’ variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-13gnu: komikku: Update to 1.4.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.4.0.
2022-11-13gnu: Add spectre-meltdown-checker.Hilton Chain
* gnu/packages/linux.scm (spectre-meltdown-checker): New variable. * gnu/packages/patches/spectre-meltdown-checker-find-kernel.patch: New file. * gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-13gnu: gwl: Update to 0.5.1.Ricardo Wurmus
* gnu/packages/package-management.scm (gwl): Update to 0.5.1. [arguments]: Disable one test.
2022-11-13gnu: ardour: Do not use labels in list of native inputs.Ricardo Wurmus
* gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.
2022-11-13gnu: ardour: Remove trailing #T from phases.Ricardo Wurmus
* gnu/packages/audio.scm (ardour)[arguments]: Remove trailing #T. (ardour-rpath-phase): Same.
2022-11-13gnu: ardour: Install man page.Sughosha
* gnu/packages/audio.scm (ardour)[arguments]: Add phase "install-man-page".
2022-11-13gnu: ardour: Use more system libraries.Sughosha
* gnu/packages/audio.scm (ardour)[arguments]: Enable use of external libraries. [inputs]: Add fluidsynth, hidapi, libltc, and qm-dsp.
2022-11-13gnu: Add qm-dsp.Sughosha
* gnu/packages/audio.scm (qm-dsp): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-11-13gnu: ardour: Update to 7.0Sughosha
* gnu/packages/audio.scm (ardour): Update to 7.0.
2022-11-13gnu: prosody: Add bash-minimal to inputs.Arun Isaac
* gnu/packages/messaging.scm (prosody)[inputs]: Add bash-minimal.
2022-11-13gnu: prosody: Update to 0.12.1.Arun Isaac
* gnu/packages/messaging.scm (prosody): Update to 0.12.1. [inputs]: Add icu4c.
2022-11-13services: vpn: Fix the profile wireguard package.EuAndreh
This is a follow-up of: fb35b7cedd48a47820b0c250677b7ec6ac78fdc1. * gnu/services/vpn.scm (wireguard-service-type): Add the wireguard package from the configuration to the profile. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-13gnu: ck: Add support for riscv64-linux.Efraim Flashner
* gnu/packages/c.scm (gnu-triplet->ck-machine target): Add case for riscv64.
2022-11-13gnu: mimalloc: Update to 2.0.7.Efraim Flashner
* gnu/packages/c.scm (mimalloc): Update to 2.0.7.
2022-11-13gnu: Add c-intro-and-ref.Maxim Cournoyer
* gnu/packages/c.scm (c-intro-and-ref): New variable.
2022-11-12gnu: guile-websocket: Update to 0.1.David Thompson
* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.1.
2022-11-12gnu: emacs-php-mode: Update to 1.24.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.2.
2022-11-12gnu: emacs-helm: Update to 3.9.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.0.
2022-11-12gnu: fet: Update to 6.7.1.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 6.7.1.
2022-11-12services: vpn: Add wireguard-tools to profile-service-type.EuAndreh
* gnu/services/vpn.scm (wireguard-service-type): Include the "wireguard-tools" package as an extension to profile-service-type, so that users that enable the wireguard service can interact with it via the command-line without having to manually install wireguard-tools. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-12gnu: cuirass: Update to 1.1.0-12.1fb4b0a.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-12.1fb4b0a.
2022-11-12gnu: guile-simple-zmq: Update to 0.0.0-10.ff0b39a.Mathieu Othacehe
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-10.ff0b39a.
2022-11-12gnu: Add emacs-free-keys.jgart
* gnu/packages/emacs-xyz.scm (emacs-free-keys): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-12gnu: emacs-helm: Update to 3.8.9.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.9.
2022-11-12gnu: emacs-prescient: Update to 6.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.0.
2022-11-12gnu: emacs-ctrlf: Update to 1.6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.6.