| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
* gnu/packages/rcm.scm (rcm): Update to 1.3.5.
[arguments]: Don't explicitly return #t from phases.
|
|
|
|
|
| |
* gnu/packages/sssd.scm (ding-libs): Update to 0.6.2.
[native-inputs]: Add gettext-minimal.
|
|
|
|
|
|
| |
* gnu/packages/sssd.scm (ding-libs)[source]:
Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf, automake, libtool, and pkg-config.
|
|
|
|
| |
* gnu/packages/statistics.scm (jags): Update to 4.3.1.
|
|
|
|
|
|
|
|
| |
* gnu/packages/iso-codes.scm (iso-codes):
Replace with hidden-package that inherits…
(iso-codes/official): …this ‘new’ variable with its previous value.
* gnu/packages/gtk.scm (gtk+)[inputs]:
Use iso-codes/official to prevent mass rebuilds.
|
|
|
|
| |
* gnu/packages/storage.scm (ceph): Update to 16.2.9.
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (touchegg): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
|
|
| |
* gnu/home/services.scm (lookup-home-service-types): New procedure.
* tests/home-services.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-color-theme-modern): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/music.scm (quodlibet)[inputs]: Add gtksourceview, keybinder-3.0,
python-musicbrainzngs, and python-pyinotify.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/services/messaging.scm (bitlbee-shepherd-service): In the
'make-inetd-constructor' case, set GUIX_LOCPATH and LC_ALL. In the
'least-authority-wrapper' call, preserve GUIX_LOCPATH and LC_ALL, and
map /run/current-system/locale.
|
|
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0.
[arguments]: Remove arguments block since upstream now includes
a setup.py file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/services/dns.scm (ddclient-activation): Remove (ice-9 rdelim) from the
with-imported-modules form.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to
1.0-0243556. Fixes build on emacs 28.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
gnu/packages/math.scm (ruby-asciimath): Update to 2.0.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-qrcode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.9.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.3.
|
|
|
|
|
|
| |
* gnu/packages/serialization.scm (libcyaml)[arguments]:
Use #:test-target rather than a custom 'check phase.
Use CC-FOR-TARGET.
|
|
|
|
| |
* gnu/packages/serialization.scm (libcyaml): Update to 1.3.1.
|
|
|
|
| |
* gnu/packages/search.scm (perl-search-xapian): Update to 1.2.25.5.
|
|
|
|
|
| |
* gnu/packages/disk.scm (libblockdev)[native-inputs]:
Remove input labels.
|
|
|
|
| |
* gnu/packages/disk.scm (libblockdev): Update to 2.27.
|
|
|
|
| |
* gnu/packages/code.scm (complexity)[arguments]: Add 'set-man-page-date phase.
|
|
|
|
| |
* gnu/packages/web.scm (netsurf)[arguments]: Add 'remove-timestamps phase.
|
|
|
|
|
|
|
| |
Avoid embedding timestamp in inxi.1.gz manpage.
* gnu/packages/admin.scm (inxi-minimal)[arguments]: Pass "-n" to gzip
invocation.
|
|
|
|
|
|
|
| |
Avoid embedding timestamp in info.gz files.
* gnu/packages/gnu-doc.scm (gnustandards)[arguments]: Pass "-n" to gzip
invocations.
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-atomicwrites-1.4): Remove variable.
* gnu/packages/matrix.scm (python-matrix-nio)[propagated-inputs]: Replace
python-atomicwrites-1.4 with python-atomicwrites.
|
|
|
|
|
| |
* gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.1.
[arguments]: Remove `disable-tests' phase.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-mccs): Update to 1.1+14.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overriding INSTALL_HEADERS in the build prevents the "ocaml_integers.h"
header from being copied from the ocaml-integers package to ocaml-ctypes.
The header's absence breaks all dune-based projects which build cstubs
using the new (ctypes ...) stanza.
* gnu/packages/ocaml.scm (ocaml-ctypes)[arguments]: remove
INSTALL_HEADERS override.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
| |
* gnu/packages/ocaml.scm (dune): Update to 3.2.0.
|
|
|
|
|
|
| |
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add
'install-extract-vmlinux phase.
[inputs]: Add python.
|
|
|
|
|
|
|
|
|
| |
Upstream switched from using '' to "" in various places.
Drop patching of "readelf" which broke tests.
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Update
'fix-embed-tool-references phase.
[inputs]: Add coreutils and diffutils.
|
|
|
|
| |
* gnu/packages/hardware.scm (h-client): New variable.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-jsonschema-next): New variable.
|
|
|
|
| |
* gnu/packages/package-management.scm (libostree): Update to 2022.3.
|
|
|
|
|
| |
* gnu/packages/hardware.scm (hwinfo)[outputs]: Rename ‘dev’ to ‘lib’.
[arguments]: Ditto.
|
|
|
|
| |
* gnu/packages/hardware.scm (hwinfo): Update to 21.81.
|
|
|
|
|
| |
* gnu/packages/image.scm (jpegoptim)[inputs]:
Remove input labels.
|
|
|
|
|
| |
* gnu/packages/image.scm (jpegoptim): Update to 1.4.7.
[source]: Build from Git.
|
|
|
|
| |
* gnu/packages/hardware.scm (ddcui): Update to 0.2.1.
|
|
|
|
| |
* gnu/packages/hardware.scm (ddcutil): Update to 1.2.2.
|
|
|
|
|
| |
* gnu/packages/hexedit.scm (hexedit): Update to 1.6.
[arguments]: Don't explicitly return #t from phases.
|
|
|
|
| |
* gnu/packages/admin.scm (daemonize)[home-page]: Use HTTPS.
|
|
|
|
|
|
| |
* gnu/packages/sml.scm (smlnj)[home-page]: Use HTTPS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/code.scm (cdecl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/games.scm (freerct): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/geo.scm (python-osmnx): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/geo.scm (python-rtree): Update to 1.0.0.
[arguments]: Fix 'find-libspatialindex phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|