| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/bittorrent.scm (qbittorrent)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
| |
* gnu/packages/check.scm (python-pytest-mock): Update to 1.10.1.
|
|
|
|
| |
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.5.
|
|
|
|
| |
* gnu/packages/check.scm (umockdev): Update to 0.12.1.
|
|
|
|
| |
* gnu/packages/sagemath.scm (python-gmpy2, python2-gmpy2): New variables.
|
|
|
|
| |
* gnu/packages/algebra.scm (gap): New variable.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-pari-jupyter): New variable.
|
|
|
|
|
|
| |
* gnu/packages/debug.scm (scanmem): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/qt.scm (qtcolorwidgets): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.22.
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.17.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/34428>.
* gnu/packages/audio.scm (guitarix)[arguments]: Add phase
"fix-boost-includes".
|
|
|
|
|
|
|
| |
* gnu/packages/vim.scm (neovim): Update to 0.3.4.
[home-page]: Use HTTPS.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/llvm.scm (libcxx): New variable.
|
|
|
|
|
|
| |
* gnu/packages/mpi.scm (openmpi)[inputs]: Add opensm.
[arguments]: Add openib configure flags; add build phase
"find-opensm-headers".
|
|
|
|
| |
* gnu/packages/curl.scm (guile-curl): Update to 0.6.
|
|
|
|
|
| |
* gnu/packages/irc.scm (quassel): Update to 0.13.1.
[source]: Use https.
|
|
|
|
|
| |
* gnu/packages/audio.scm (suil): Update to 0.10.2.
[arguments]: Use default Python (3).
|
|
|
|
| |
* gnu/packages/admin.scm (rename): Update to 1.10.
|
|
|
|
| |
* gnu/packages/busybox.scm (toybox): Update to 0.8.0.
|
|
|
|
| |
* gnu/packages/games.scm (tintin++): Update to 2.01.7.
|
|
|
|
| |
* gnu/packages/xorg.scm (xcursor-themes): Update to 1.0.6.
|
|
|
|
|
|
| |
* gnu/packages/gtk.scm (clipit): Update to 1.4.4.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.
|
|
|
|
|
|
|
| |
* gnu/packages/gnupg.scm (pius): Update to 2.2.7.
[source]: Remove upstreamed patch.
* gnu/packages/patches/pius.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/hardware.scm (wavemon): Update to 0.9.0.
|
|
|
|
| |
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.4.
|
|
|
|
| |
* gnu/packages/gtk.scm (yad): Update to 0.41.0.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gdm)[arguments]: Update pre-configure phase so
that GDM runs an X session script specified by the variable
GDM_X_SESSION; remove the '--enable-gdm-xsession' configuration
option.
* gnu/services/xorg.scm (<gdm-configuration>): Add 'x-session' field.
(gdm-shepherd-service): Set the GDM_X_SESSION variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure
phase so that GDM propagates the GDM_DBUS_DAEMON variable into the
session environment and uses its value to invoke dbus-daemon.
* gnu/services/xorg.scm (dbus-daemon-wrapper): New variable.
(<gdm-configuration>): Add 'dbus-daemon' field.
(gdm-shepherd-service): Set GDM_DBUS_DAEMON before invoking gdm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gdm)[arguments]: Simplify the pre-configure phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure
phase to substitute in the absolute path of gnome-session.
[inputs]: Add gnome-session.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gdm)[arguments]: Add a phase that creates
symbolic links to required files from gnome-settings-daemon; do not set
XDG_CONFIG_DIRS in the session environment.
[inputs]: Add gnome-settings-daemon.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
| |
This makes the gnome-session .desktop files usable even if gnome-session
is not available from the PATH variable.
* gnu/packages/gnome.scm (gnome-session)[arguments]: Add a phase that
adds the absolute path of gnome-session in its .desktop files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gdm)[arguments]: Update pre-configure phase to
make GDM get the configuration file path from an environment variable.
* gnu/services/xorg.scm (gdm-etc-service): Remove function.
(gdm-configuration-file): New function.
(gdm-shepherd-service): Set GDM_CUSTOM_CONF before invoking GDM.
(gdm-service-type)[extensions]: Remove etc-service-type extension.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-sockets)[version]: Use GIT-VERSION.
[source]: Use GIT-FILE-NAME.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-scmutils)[arguments]: Always return #t from phases.
Substitute INVOKE for SYSTEM*.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-scmutils)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-mit)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-scheme)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
|
|
| |
* gnu/packages/chez.scm (stex)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
(chez-scheme)[arguments]: Adjust expected source directory name.
|
|
|
|
|
|
| |
* gnu/packages/chez.scm (nanopass)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
(chez-scheme)[arguments]: Adjust expected source directory name.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-scheme)[arguments]: Always return #t from phases.
Substitute INVOKE for SYSTEM*.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-cheme)[arguments]: Find ‘installsh’.
Remove some unnecessary code.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-irregex)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-matchable)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-web)[version]: Use GIT-VERSION.
[source]: Use GIT-FILE-NAME.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-srfi)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
|
| |
* gnu/packages/chez.scm (chez-fmt)[arguments]: Always return #t from phases.
Substitute INVOKE for SYSTEM*.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-web)[arguments]: Always return #t from phases.
|
|
|
|
|
|
| |
* gnu/packages/compression.scm (unshield): Update to 1.4.3.
[inputs]: Add unshield-baldurs_gate_patch_v1_1_4315_international.zip.
[arguments]: Use it.
|