| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/networking.scm (iodine)[arguments]: Add fix-ifconfig-path
phase.
[inputs]: Add net-tools.
|
|
|
|
|
|
| |
* gnu/packages/messaging.scm (hexchat): Update to 2.12.1.
[inputs]: Add luajit.
[description]: Wrap to <=80 characters.
|
|
|
|
| |
* gnu/packages/linux.scm (mcelog): New variable.
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (kernel-config): Find configuration file for
i686.
(make-linux-libre)[origin]: Apply patch correctly.
|
|
|
|
|
| |
* gnu/packages/scheme.scm (chibi-scheme)[arguments]: Use
'modify-phases'.
|
|
|
|
|
|
| |
* gnu/packages/web.scm (darkhttpd): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* gnu/packages/certs.scm (nss-certs): Update to 3.26.
* gnu/packages/gnuzilla.scm (nss): Update to 3.26.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-dictionary): New variable.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-natsort, python2-natsort): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pytest-flakes, python2-pytest-flakes):
New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pytest-pep8, python2-pytest-pep8): New
variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/mail.scm (mhonarc): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/gnunet.scm (gnurl): Update to 7.50.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/ci.scm (hydra): Update to 20151030.1ff48da (fixes building with
nix-1.11.x).
[source]: Remove 'hydra-automake-1.15.patch'.
[inputs]: Add libpqxx and perl-net-statsd.
* gnu/packages/patches/hydra-automake-1.15.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/databases.scm (libpqxx): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/perl.scm (perl-net-statsd): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/imagemagick.scm (perl-image-magick)[arguments]: Add #:tests?.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/gd.scm (perl-gd)[arguments]: Add #:tests?.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/links.scm (links)[arguments]: Use 'modify-phases'.
|
|
|
|
| |
* 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>
|