Age | Commit message (Collapse) | Author |
|
* gnu/packages/links.scm (links): Update to 2.13.
|
|
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.50.3.
(curl-7.50.2): Replace with ....
(curl-7.50.3): ... this.
|
|
* gnu/packages/databases.scm (mariadb): Update to 10.1.17.
|
|
* gnu/packages/databases.scm (mysql): Update to 5.7.15.
[source]: Remove obsolete 'mysql-fix-failing-test.patch'.
* gnu/packages/patches/mysql-fix-failing-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/guile.scm (guile-next): Update to 2.1.4.
|
|
* gnu/packages/emacs.scm (emacs-es-mode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/crypto.scm (rlog): Remove variable.
|
|
* gnu/packages/crypto.scm (encfs): Update to 1.9.
[source]: Remove bundled TinyXML2 in a snippet.
[build-system]: Switch to cmake-build-system.
[arguments]: Remove autotools-related phases and configure-flags.
Don't use bundled TinyXML2. Move under *inputs.
[native-inputs]: Remove autoconf, automake, libtool, and pkg-config.
Add expect.
[inputs]: Remove boost and rlog, while adding attr and tinyxml2.
[license]: Add expat licence for new easylogging++.h file.
|
|
* gnu/packages/xml.scm (tinyxml2): New variable.
|
|
* gnu/packages/shellutils.scm (direnv): New variable.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
|
|
* gnu/packages/guile.scm (guile2.2-redis): New variable.
|
|
* gnu/packages/guile.scm (guile-redis)[snippet]: Modify 'ac_subst_vars'
in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in
'Makefile.in'.
|
|
* gnu/packages/linux.scm (kernel-config): Remove redundant file-exists?
check.
|
|
* gnu/packages/linux.scm (make-linux-libre): Only use configuration-file
when one is provided.
|
|
* gnu/packages/lisp.scm (femtolisp): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/ldc.scm (ldc)[arguments]: Add 'patch-dmd2' phase.
[inputs]: Add zlib.
[native-inputs]: Specify version 3.7 of LLVM and Clang.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/microcom.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/linux.scm (module-init-tools): Move.
|
|
* gnu/packages/linux.scm (libnfsidmap): Move.
|
|
* gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-arm-generic): New variable.
|
|
* gnu/packages/linux.scm (make-linux-libre): Use kmod.
|
|
* gnu/packages/linux.scm (make-linux-libre): Add supported-systems
parameter.
|
|
* gnu/packages/linux.scm (make-linux-libre): Add zImage to output.
|
|
* gnu/packages/linux.scm (make-linux-libre): Add extra-version option.
|
|
* gnu/packages/linux.scm (linux-libre): Use
%default-extra-linux-options.
(config->string, %default-extra-linux-options): New variables.
|
|
* gnu/packages/linux.scm (make-linux-libre): New variable.
(linux-libre, linux-libre-4.4, linux-libre-4.1): Use make-linux-libre.
(kernel-config): Take arch instead of system.
|
|
* gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused
inputs key from 'install' phase.
[source](file-name): Append "-checkout" to the file-name.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
|
|
* gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
|
|
* gnu/packages/u-boot.scm (dtc)[arguments]: Remove patch-paths phase.
[configure-flags]: Add INSTALL.
Signed-off-by: David Craven <david@craven.ch>
|
|
* gnu/packages/python.scm (python-lit, python2-lit): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.7.
[source]: Use 'pypi-uri'.
|
|
* gnu/packages/ruby.scm (ruby)[source]: Remove string-append.
|
|
* gnu/packages/xml.scm (tinyxml)[description]: Fix typo.
|
|
* gnu/services/web.scm (nginx-activation): Fix path to nginx binary.
|
|
* gnu/packages/linux.scm (linux-libre): Add support for
cross-compilation.
|
|
* gnu/packages/linux.scm (linux-libre)[arguments]: Add configure phase.
|
|
* gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch
in origin.
|
|
* gnu/packages/linux.scm (linux-libre): Use system->architecture.
|
|
* gnu/packages/linux.scm (linux-libre): Use modify-phases.
|
|
* gnu/packages/linux.scm (module-init-tools): Break line.
|
|
* gnu/packages/music.scm (schismtracker): New variable.
|
|
* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Add
'install-xsession' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bioinformatics.scm (seqtk): New variable.
|
|
* gnu/packages/video.scm (libbluray) [inputs]: Add libaacs and
libbdplus.
[arguments]: Add 'fix-dlopen-paths' to #:phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (libaacs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (libbdplus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/machine-learning.scm (dlib)[arguments]: Add phase
'disable-failing-tests' for tests that are known not to work in the current
release.
[inputs]: Add lapack.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/machine-learning.scm (dlib)[arguments]: Use makefile
instead of cmake in check phase to prevent full rebuild.
Signed-off-by: Leo Famulari <leo@famulari.name>
|