| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-memory): Update to 0.14.16.
[inputs]: Add ghc-basement and ghc-foundation.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-foundation): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-basement): New variable.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.8.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.18.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-xelb): Update to 0.14.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/tls.scm (libressl): Update to 2.7.1.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
| |
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.80.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (magit-svn): Update to 2.2.0.
[propagated-inputs]: Add WITH-EDITOR.
[arguments]: Add WITH-EDITOR to EMACSLOADPATH.
|
|
|
|
| |
* gnu/packages/gnome.scm (evince): Update to 3.28.0.
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc): Update to 1.11.10.
|
|
|
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.1.
[source]: Remove 'patches'.
* gnu/packages/patches/hwloc-tests-without-sysfs.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (classpath-bootstrap, classpath-0.99)[source]:
Add patch.
* gnu/packages/patches/classpath-aarch64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.13.
(%linux-libre-hash): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.30.
(%linux-libre-4.14-hash): Update hash.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.90.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.124.
|
|
|
|
|
| |
* gnu/packages/image-viewers.scm (geeqie): Update to 1.4.
[arguments]: In 'autogen' phase, create ChangeLog{,.html}.
|
|
|
|
| |
* gnu/packages/emacs.scm (flycheck): Update to 31.
|
|
|
|
| |
* gnu/packages/gnupg.scm (pius): Update to 2.2.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes build failure introduced in
58ee8a94a90eb40496b9704d541b5dfbbf1685ba, where compilation would fail
with:
usbredirhost.c: In function ?usbredirhost_open_full?:
usbredirhost.c:749:5: error: ?libusb_set_debug? is deprecated: Use libusb_set_option instead [-Werror=deprecated-declarations]
libusb_set_debug(host->ctx, host->verbose);
^
In file included from usbredirhost.h:24:0,
from usbredirhost.c:31:
/gnu/store/j8hzc465xy33cjfcq3wv39szxia4xrzv-libusb-1.0.22/include/libusb-1.0/libusb.h:1300:18: note: declared here
void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
^
cc1: all warnings being treated as errors
* gnu/packages/spice.scm (usbredir)[arguments]: In 'autogen' phase,
remove '-Werror' from configure.ac.
|
|
|
|
|
| |
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Fix references to
glibj and tools.zip.
|
|
|
|
|
| |
* gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Pass extra
options to JamVM.
|
|
|
|
| |
* gnu/packages/mpi.scm (hwloc): Update to 1.11.9.
|
|
|
|
|
| |
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Add options to jamvm
invocation.
|
|
|
|
|
| |
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove bootstrap phase;
create HOME/.ant.properties; pass options to JamVM.
|
|
|
|
|
|
| |
* gnu/packages/syndication.scm (newsboat): Update to 2.11.
[inputs]: Change from JSON-C-0.12 to JSON-C.
[native-search-paths]: New field.
|
|
|
|
|
|
|
| |
This fixes CVE-2017-15710, CVE-2017-15715, CVE-2018-1283, CVE-2018-1301,
CVE-2018-1302, CVE-2018-1303, and CVE-2018-1312.
* gnu/packages/web.scm (httpd): Update to 2.4.33.
|
|
|
|
| |
* gnu/packages/java.scm (sablevm, sablevm-classpath): Remove variables.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper): Remove variable.
(classpath-devel)[native-inputs]: Use ecj-javac-wrapper instead.
(jamvm)[inputs]: Use ecj-javac-wrapper instead.
(ecj-javac-on-jamvm-wrapper-final): Rename...
(ecj-javac-wrapper-final): ...to this.
(icedtea-6)[native-inputs]: Use "ecj-javac-wrapper-final" instead of
'ecj-javac-on-jamvm-wrapper-final".
[arguments]: Use jamvm's rt.jar.
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (classpath-jamvm-wrappers): Inherit from
classpath-0.99.
[native-inputs]: Replace "jamvm-bootstrap" with "jamvm-1-bootstrap"; replace
"classpath-on-sablevm" with "classpath-0.99".
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (jamvm-bootstrap): Remove variable.
(classpath-devel)[native-inputs]: Use "jamvm-1-bootstrap" instead of
"jamvm-bootstrap".
(jamvm): Inherit from jamvm-1-bootstrap.
|
|
|
|
|
|
| |
* gnu/packages/java.scm (classpath-on-sablevm): Replace with...
(classpath-0.99): ...this new variable.
(classpath-devel): Inherit from classpath-0.99.
|
|
|
|
|
|
| |
* gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Remove sablevm and
sablevm-classpath; add jamvm-1-bootstrap and classpath-bootstrap.
[arguments]: Simplify builder now that only jamvm is used.
|
|
|
|
|
|
| |
* gnu/packages/java.scm (ecj-bootstrap)[native-inputs]: Replace "sablevm" with
"jikes" and "jamvm-1-bootstrap".
[arguments]: Adjust accordingly.
|
|
|
|
| |
* gnu/packages/java.scm (ant-bootstrap): Update to 1.8.4.
|
|
|
|
|
|
| |
* gnu/packages/java.scm (ant-bootstrap)[native-inputs]: Replace sablevm with
jamvm-1-bootstrap.
[arguments]: Adjust accordingly.
|
|
|
|
| |
* gnu/packages/java.scm (jamvm-1-bootstrap): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (classpath-bootstrap): New variable.
|
|
|
|
| |
* gnu/packages/libusb.scm (libmtp): Update to 1.1.15.
|
|
|
|
| |
* gnu/packages/libusb.scm (libusb): Update to 1.0.22.
|
|
|
|
| |
* gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
|
|
|
|
| |
* gnu/packages/mate.scm (mate-themes): Update to 3.22.15.
|
|
|
|
| |
* gnu/packages/ftp.scm (filezilla): Update to 3.31.0.
|
|
|
|
| |
* gnu/packages/haskell.scm (hlint): Update to 2.1.1.
|
|
|
|
|
| |
* gnu/packages/flashing-tools.scm (flashrom)[arguments]: Override CFLAGS
in #:make-flags.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pyld): Update to 1.0.3.
[arguments]: Run the new test suite.
|
|
|
|
| |
* gnu/packages/maths.scm (openlibm): Update to 0.5.5.
|
|
|
|
| |
* gnu/packages/disk.scm (python-parted, python2-parted): New variables.
|
|
|
|
| |
* gnu/packages/networking.scm (python2-ipy): New variable.
|