| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/emulators.scm (mame): Update to 0.201.
[arguments]: Remove unnecessary fix.
|
|
|
|
| |
* gnu/packages/check.scm (cmocka): Update to 1.1.2.
|
|
|
|
|
| |
* gnu/packages/crypto.scm (keyutils): Update to 1.5.11.
[inputs]: Add mit-krb5.
|
|
|
|
|
|
|
| |
* gnu/packages/opencl.scm (opencl-clhpp, clinfo, beignet, pocl)
[source]: Use GIT-FETCH and GIT-FILE-NAME.
(pocl)[arguments]: Remove ‘remove-headers’ phase.
(make-opencl-headers)[source]: Use GIT-FILE-NAME.
|
|
|
|
| |
* gnu/packages/games.scm (pipewalker): New public variable.
|
|
|
|
| |
* gnu/packages/hardware.scm (msr-tools): New public variable.
|
|
|
|
|
|
| |
* gnu/packages/hardware.scm: New file.
(ddcutil): New public variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add the new file.
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/32594>.
* gnu/packages/gtk.scm (pango)[replacement]: New field.
(pango-1.42.4): New public variable.
|
|
|
|
| |
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.12.
|
|
|
|
| |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.10.
|
|
|
|
| |
* gnu/packages/linux.scm (rng-tools): Update to 6.4.
|
|
|
|
| |
* gnu/packages/samba.scm (samba): Update to 4.8.5.
|
|
|
|
| |
* gnu/packages/samba.scm (ldb): Update to 1.3.6.
|
|
|
|
| |
* gnu/packages/tls.scm (p11-kit): Update to 0.23.14.
|
|
|
|
|
| |
* gnu/packages/audio.scm (lilv)[propagated-inputs]: Add LV2.
[inputs]: Remove.
|
|
|
|
|
| |
* gnu/packages/networking.scm (net-snmp)[arguments]: Add '--with-openssl'
flag.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/netsurf-message-timestamp.patch: New patch.
* gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source.
* gnu/packages/web.scm (netsurf): Upgrade to 3.8.
[source]: Add the new patch.
|
|
|
|
| |
* gnu/packages/web.scm (nsgenbind): Upgrade to 0.6.
|
|
|
|
| |
* gnu/packages/web.scm (libnspsl): Upgrade to 0.1.3.
|
|
|
|
| |
* gnu/packages/web.scm (libnsutils): Upgrade to 0.0.5.
|
|
|
|
| |
* gnu/packages/web.scm (libnsgif): Upgrade to 0.2.1.
|
|
|
|
| |
* gnu/packages/web.scm (libnsbmp): Upgrade to 0.1.5.
|
|
|
|
| |
* gnu/packages/web.scm (libsvgtiny): Upgrade to 0.1.7.
|
|
|
|
| |
* gnu/packages/web.scm (libdom): Upgrade to 0.3.3.
|
|
|
|
| |
* gnu/packages/web.scm (libcss): Upgrade to 0.8.0.
|
|
|
|
| |
* gnu/packages/web.scm (libwapcaplet): Upgrade to 0.4.1.
|
|
|
|
| |
* gnu/packages/web.scm (hubbub): Upgrade to 0.3.5.
|
|
|
|
| |
* gnu/packages/web.scm (libparserutils): Upgrade to 0.2.4.
|
|
|
|
| |
* gnu/packages/web.scm (netsurf-buildsystem): Upgrade to 1.7.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.153.
|
|
|
|
| |
* gnu/packages/javascript.scm (mujs): Update to 1.0.4.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-car): Update to 3.0-2.
|
|
|
|
| |
* gnu/packages/gd.scm (perl-gd): Update to 2.69.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-sub-identify): Update to 0.14.
|
|
|
|
|
| |
* gnu/packages/printers.scm (robocut)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
| |
* gnu/packages/disk.scm (gparted): Update to 0.32.0.
|
|
|
|
|
|
| |
* gnu/packages/backup.scm (duplicity): Update to 0.7.18.1.
[arguments]: Remove upstreamed '--ignore-mdc-error' kluge.
Rename 'patch-source' phase to 'use-store-file-names'.
|
|
|
|
|
|
| |
* gnu/packages/audio.scm (audacity)[arguments]: Add 'wrap-program' phase to fix
GtkFileChooserDialog.
[inputs]: Rename "gtk" to "gtk+".
|
|
|
|
|
|
|
|
|
|
| |
* gnu/services/dns.scm (ddclient-configuration, ddclient-service-type): New
variables.
(uglify-field-name, serialize-field, serialize-boolean, serialize-integer,
serialize-string, serialize-list, serialize-extra-options,
ddclient-activation, ddclient-shepherd-service,
generate-ddclient-documentation): New procedures.
* doc/guix.texi (DNS Services): Document it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we'd get an unhelpful backtrace like this:
In gnu/build/linux-modules.scm:
184:47 4 (recursive-module-dependencies _ #:lookup-module _)
98:14 3 (module-dependencies _)
85:18 2 (modinfo-section-contents _)
In ice-9/ports.scm:
439:11 1 (call-with-input-file #f #<procedure get-bytevector-al?> ?)
In unknown file:
0 (open-file #f "r" #:encoding #f #:guess-encoding #f)
ERROR: In procedure open-file:
Wrong type (expecting string): #f
builder for `/gnu/store/…-linux-modules.drv' failed with exit code 1
* gnu/build/linux-modules.scm (find-module-file): When MODULE cannot be
found, raise an error instead of returning #f. This is more useful to
the user.
|
|
|
|
|
|
|
|
| |
Reported by Clément Lassieur <clement@lassieur.org>
and Leo Famulari <leo@famulari.name> at
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32545#11>.
* gnu/tests.scm (test-modules): Pass #:warn to 'scheme-modules'.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-racket-mode): Update to commit 92c3348.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/finance.scm (python-trezor): Update to 0.10.2.
[arguments]: Replace check with tests that do not require hardware device.
[propagated-inputs]: Add python-click, python-libusb1, python-pyblake2 and
python-typing.
[native-inputs]: Add python-mock and python-pytest.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
gnu/packages/bioinformatics.scm (gffcompare): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
gnu/packages/cran.scm (r-abcoptim): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/admin.scm (solaar): New variable.
|
|
|
|
| |
* gnu/packages/admin.scm (python-pyudev): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-scanpy): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-anndata): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-numba): New variable.
|