Age | Commit message (Collapse) | Author |
|
* gnu/packages/maths.scm (cddlib)[source]: Add file-name field.
|
|
* gnu/packages/games.scm (irrlicht-for-minetest)[source]: Add file-name
field.
|
|
* gnu/packages/finance.scm (emacs-hledger-mode)[source]: Add file-name
field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-nyan-mode)[source]: Add file-name
field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-consult-org-roam)[source]: Add
file-name field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fennel-mode)[source]: Add file-name
field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-w3m)[source]: Add file-name field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-chef)[source]: Add file-name
field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ox-gfm)[source]: Add file-name
field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pdfgrep)[source]: Add file-name
field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-orca)[source]: Add file-name field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ednc)[source]: Add file-name field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[source]: Add
file-name field.
|
|
* gnu/packages/audio.scm (qm-dsp)[source]: Add file-name field.
|
|
* gnu/packages/admin.scm (btop)[source]: Download using git-fetch.
|
|
* gnu/packages/lua.scm (luajit)[source]: Add file-name field.
|
|
* gnu/packages/wm.scm (kanshi): Update to 1.3.0.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/video.scm (wf-recorder): Update to 0.3.0.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/wm.scm (swayidle): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/freedesktop.scm (snixembed): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* 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 <[email protected]>
|
|
* gnu/packages/astronomy.scm (siril): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/photo.scm (librtprocess): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/clojure.scm (clojure-data-csv): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/python-web.scm (python-enoslib): New variable.
Co-authored-by: Ludovic Courtès <[email protected]>
|
|
Fixes <https://issues.guix.gnu.org/58927>.
Reported by Maxime Devos <[email protected]>
and Marius Bakke <[email protected]>.
Starting from 076e825dc5d585943ce820a279fffe4af09757fb, "guix --version"
would print "0" as the version number, due to '%guix-version' being
inlined in (guix ui) when compiling '*core-modules*' in (guix self).
* guix/self.scm (make-config.scm): Pass #:declarative? #f.
|
|
* 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.
|
|
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.
|
|
This started out as a bug-fix for a GUI login loop that was resulting from XDG_DATA_DIRS
not including any of the host distro's directories. The solution was to export the vari-
able (with fail-safe defaults) before source-ing GUIX_PROFILE/etc/profile. It turns out
changes have already been made to ensure that XDG_DATA_DIRS, etc. are always exported
before anything guix-specific. So, this export is no longer necessary.
For reference, the aforementioned bug was found on a Debian 11 machine and it's guix.sh
init profile for guix version 1.2.
* etc/guix-install.sh (sys_create_init_profile): Remove unnecessary
XDG_DATA_DIRS export.
Signed-off-by: 宋文武 <[email protected]>
|
|
* gnu/packages/video.scm (mpv): Update to 0.35.0.
Signed-off-by: 宋文武 <[email protected]>
|
|
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 <[email protected]>
|
|
* gnu/packages/gnome.scm (komikku): Update to 1.4.0.
|
|
* 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 <[email protected]>
|
|
* gnu/packages/package-management.scm (gwl): Update to 0.5.1.
[arguments]: Disable one test.
|
|
* gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.
|
|
* gnu/packages/audio.scm (ardour)[arguments]: Remove trailing #T.
(ardour-rpath-phase): Same.
|
|
* gnu/packages/audio.scm (ardour)[arguments]: Add phase "install-man-page".
|
|
* gnu/packages/audio.scm (ardour)[arguments]: Enable use of external
libraries.
[inputs]: Add fluidsynth, hidapi, libltc, and qm-dsp.
|
|
* gnu/packages/audio.scm (qm-dsp): New variable.
Co-authored-by: Ricardo Wurmus <[email protected]>
|
|
* gnu/packages/audio.scm (ardour): Update to 7.0.
|
|
* gnu/packages/messaging.scm (prosody)[inputs]: Add bash-minimal.
|
|
* gnu/packages/messaging.scm (prosody): Update to 0.12.1.
[inputs]: Add icu4c.
|
|
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 <[email protected]>
|
|
* gnu/packages/c.scm (gnu-triplet->ck-machine target): Add case for
riscv64.
|
|
* gnu/packages/c.scm (mimalloc): Update to 2.0.7.
|
|
* gnu/packages/c.scm (c-intro-and-ref): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.0.
|
|
* gnu/packages/education.scm (fet): Update to 6.7.1.
|