Age | Commit message (Collapse) | Author |
|
* gnu/packages/golang.scm (go-github-com-miolini-datacounter): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
|
|
* gnu/packages/golang.scm (go-github-com-riywo-loginshell): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
|
|
This is necessary to avoid having multipath look for its plugins in /lib
instead of /gnu/store/...-multipath-tools-.../lib.
* gnu/packages/linux.scm (multipath-tools)[arguments]: Replace DESTDIR with
prefix in make flags; override configdir to look up stateful configurations in
global /etc directory.
|
|
* gnu/packages/linux.scm (multipath-tools)[arguments]: Remove parallel-build?
argument.
|
|
* gnu/packages/linux.scm (multipath-tools): Update to 0.9.3.
[source]: Adjust snippet.
|
|
* gnu/packages/ssh.scm (dropbear): Update to 2022.83.
[arguments]: Remove obsolete part of 'enable-x11-forwarding phase.
|
|
* gnu/packages/messaging.scm (prosody)[arguments]: Add invoke-prosody-wrapper
phase.
|
|
* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 3.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.39.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.3.
|
|
* gnu/packages/geo.scm (tegola)[source]: Download using git-fetch.
|
|
* gnu/packages/geo.scm (imposm3)[source]: Download using git-fetch.
|
|
* gnu/packages/fabric-management.scm (infiniband-diags)[source]:
Download release tarball.
[native-inputs]: Remove autoconf, automake, libtool.
|
|
* gnu/packages/databases.scm (sqlcipher)[source]: Download using
git-fetch.
|
|
* gnu/packages/xdisorg.scm (tint2)[source]: Add file-name field.
|
|
* gnu/packages/wm.scm (i3-gaps)[source]: Add file-name field.
|
|
* gnu/packages/syndication.scm (gfeeds)[source]: Add file-name field.
|
|
* gnu/packages/python-xyz.scm (python-readability-lxml)[source]: Add
file-name field.
|
|
* gnu/packages/python-web.scm (python-flask-migrate)[source]: Add
file-name field.
|
|
* gnu/packages/messaging.scm (tdlib-1.8.0)[source]: Add file-name field.
|
|
* 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 <ludo@gnu.org>
|
|
* gnu/packages/video.scm (wf-recorder): Update to 0.3.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wm.scm (swayidle): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/freedesktop.scm (snixembed): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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>
|
|
* gnu/packages/astronomy.scm (siril): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/photo.scm (librtprocess): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/clojure.scm (clojure-data-csv): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-web.scm (python-enoslib): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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.
|
|
* gnu/packages/video.scm (mpv): Update to 0.35.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
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>
|
|
* gnu/packages/gnome.scm (komikku): Update to 1.4.0.
|