1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00
Commit Graph

10814 Commits

Author SHA1 Message Date
David Thompson
ddda5338b8 gnu: guile-next: Update to 2.1.4.
* gnu/packages/guile.scm (guile-next): Update to 2.1.4.
2016-09-14 11:14:47 -04:00
Christopher Baines
8bebe734ca gnu: Add emacs-es-mode.
* gnu/packages/emacs.scm (emacs-es-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-09-14 16:36:38 +02:00
Tobias Geerinckx-Rice
271447ff8e gnu: Remove unused, obsolete, private rlog.
* gnu/packages/crypto.scm (rlog): Remove variable.
2016-09-14 13:02:53 +02:00
Tobias Geerinckx-Rice
b6f87ec003 gnu: encfs: Update to 1.9.
* 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.
2016-09-14 13:02:53 +02:00
Tobias Geerinckx-Rice
931bd7f6ce gnu: Add tinyxml2.
* gnu/packages/xml.scm (tinyxml2): New variable.
2016-09-14 13:02:53 +02:00
Christopher Baines
76f31f0b2c gnu: Add direnv.
* gnu/packages/shellutils.scm (direnv): New variable.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-09-14 15:47:19 +08:00
Ricardo Wurmus
85313be89d gnu: Add guile2.2-redis.
* gnu/packages/guile.scm (guile2.2-redis): New variable.
2016-09-14 09:01:26 +02:00
Ricardo Wurmus
ea833d301b gnu: guile-redis: Remove hard-coded Guile effective version.
* 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'.
2016-09-14 09:01:21 +02:00
David Craven
d6feaf6e8f gnu: kernel-config: Remove redundant file-exists? check.
* gnu/packages/linux.scm (kernel-config): Remove redundant file-exists?
  check.
2016-09-13 22:48:00 +02:00
David Craven
0b75986983 gnu: make-linux-libre: Only use configuration-file when one is provided.
* gnu/packages/linux.scm (make-linux-libre): Only use configuration-file
  when one is provided.
2016-09-13 22:48:00 +02:00
ng0
995e5092d8 gnu: Add femtolisp.
* gnu/packages/lisp.scm (femtolisp): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-13 15:38:00 -04:00
Danny Milosavljevic
812b3c1f8a gnu: ldc: Fix build failure.
* 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>
2016-09-13 15:24:55 -04:00
John Darrington
f26dd9b2cc gnu: Add microcom
* gnu/packages/microcom.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-09-13 21:05:13 +02:00
David Craven
035d359338 gnu: module-init-tools: Move to (gnu packages linux).
* gnu/packages/linux.scm (module-init-tools): Move.
2016-09-13 21:01:27 +02:00
David Craven
cff0adec0c gnu: libnfsidmap: Move to (gnu packages linux).
* gnu/packages/linux.scm (libnfsidmap): Move.
2016-09-13 21:01:27 +02:00
David Craven
de459dc095 gnu: Add linux-libre-beagle-bone-black.
* gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
2016-09-13 21:01:27 +02:00
David Craven
cde7c23f15 gnu: Add linux-libre-arm-generic.
* gnu/packages/linux.scm (linux-libre-arm-generic): New variable.
2016-09-13 21:01:27 +02:00
David Craven
78edccccaf gnu: linux-libre: Use kmod.
* gnu/packages/linux.scm (make-linux-libre): Use kmod.
2016-09-13 21:01:27 +02:00
David Craven
3129b9c2b1 gnu: make-linux-libre: Add supported-systems parameter.
* gnu/packages/linux.scm (make-linux-libre): Add supported-systems
  parameter.
2016-09-13 21:01:27 +02:00
David Craven
fd6e0de3c0 gnu: make-linux-libre: Add zImage to output.
* gnu/packages/linux.scm (make-linux-libre): Add zImage to output.
2016-09-13 21:01:27 +02:00
David Craven
a6d0132514 gnu: make-linux-libre: Add extra-version parameter.
* gnu/packages/linux.scm (make-linux-libre): Add extra-version option.
2016-09-13 21:01:27 +02:00
David Craven
90c18c321e gnu: make-linux-libre: Add extra-options parameter.
* gnu/packages/linux.scm (linux-libre): Use
  %default-extra-linux-options.
  (config->string, %default-extra-linux-options): New variables.
2016-09-13 21:01:27 +02:00
David Craven
c258807a85 gnu: Use make-linux-libre.
* 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.
2016-09-13 21:01:27 +02:00
ng0
0a1d8596fd gnu: lispf4: Remove unused inputs key.
* 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>
2016-09-13 15:00:02 -04:00
David Craven
8feb56b0d4 gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress.
* gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
2016-09-13 19:04:43 +02:00
David Craven
20f9c6764c gnu: Add u-boot-beagle-bone-black.
* gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
2016-09-13 19:04:43 +02:00
Danny Milosavljevic
e42a0771b7 gnu: dtc: Remove patch-paths phase.
* gnu/packages/u-boot.scm (dtc)[arguments]: Remove patch-paths phase.
  [configure-flags]: Add INSTALL.

Signed-off-by: David Craven <david@craven.ch>
2016-09-13 19:04:43 +02:00
Danny Milosavljevic
243db8245e gnu: Add python-lit, python2-lit.
* gnu/packages/python.scm (python-lit, python2-lit): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-13 12:41:44 -04:00
Tobias Geerinckx-Rice
d15e2ef05a gnu: python-prompt-toolkit: Update to 1.0.7.
* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.7.
[source]: Use 'pypi-uri'.
2016-09-13 17:03:42 +02:00
Tobias Geerinckx-Rice
c033c1958d gnu: ruby: Remove string-append call with single argument.
* gnu/packages/ruby.scm (ruby)[source]: Remove string-append.
2016-09-13 16:48:44 +02:00
Tobias Geerinckx-Rice
05077200f7 gnu: tinyxml: Fix typo in description.
* gnu/packages/xml.scm (tinyxml)[description]: Fix typo.
2016-09-13 16:48:44 +02:00
Tobias Geerinckx-Rice
d21047d504 services: nginx: Actually check if configuration is valid.
* gnu/services/web.scm (nginx-activation): Fix path to nginx binary.
2016-09-13 16:48:44 +02:00
David Craven
4b42703ed5 gnu: linux-libre: Add support for cross-compilation.
* gnu/packages/linux.scm (linux-libre): Add support for
  cross-compilation.
2016-09-13 16:45:41 +02:00
David Craven
9416459b72 gnu: linux-libre: Move kernel configuration to configure phase.
* gnu/packages/linux.scm (linux-libre)[arguments]: Add configure phase.
2016-09-13 16:45:41 +02:00
David Craven
499fb7e0ba gnu: linux-libre: Apply %boot-logo patch in origin.
* gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch
  in origin.
2016-09-13 16:45:41 +02:00
David Craven
6d7ef2aad2 gnu: linux-libre: Use system->architecture.
* gnu/packages/linux.scm (linux-libre): Use system->architecture.
2016-09-13 16:45:41 +02:00
David Craven
614d1738e2 gnu: linux-libre: Use modify-phases.
* gnu/packages/linux.scm (linux-libre): Use modify-phases.
2016-09-13 16:45:41 +02:00
David Craven
885009c5b9 gnu: module-init-tools: Prevent line wrapping.
* gnu/packages/linux.scm (module-init-tools): Break line.
2016-09-13 16:45:41 +02:00
Kei Kebreau
89bcf3fcc9 gnu: Add schismtracker.
* gnu/packages/music.scm (schismtracker): New variable.
2016-09-13 10:31:40 -04:00
Alex ter Weele
23de5cbd14 gnu: guile-wm: Add '.desktop' file.
* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Add
'install-xsession' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-09-13 14:01:27 +02:00
Ben J Woodcroft
66daf78c0a gnu: Add seqtk.
* gnu/packages/bioinformatics.scm (seqtk): New variable.
2016-09-13 20:27:29 +10:00
Andy Patterson
6c0cd765c0 gnu: libbluray: Enable libaacs and libbdplus support.
* 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>
2016-09-13 10:26:35 +02:00
Andy Patterson
8dd6fc5164 gnu: Add libaacs.
* gnu/packages/video.scm (libaacs): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-09-13 10:26:35 +02:00
Andy Patterson
4df0762248 gnu: Add libbdplus.
* gnu/packages/video.scm (libbdplus): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-09-13 10:26:35 +02:00
Marius Bakke
4fba38db9c gnu: dlib: Disable failing tests.
* 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>
2016-09-13 01:12:42 -04:00
Marius Bakke
8eaf53e366 gnu: dlib: Do not build dlib twice for tests.
* 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>
2016-09-13 01:12:42 -04:00
Marius Bakke
f40841e999 gnu: dlib: Remove unused fftw from inputs.
* gnu/packages/machine-learning.scm (dlib)[inputs]: Remove fftw.
(define-module): Don't include algebra.scm.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-13 01:12:42 -04:00
Ivan Vilata-i-Balaguer
d2262d7052 gnu: python-py3status: Update to 3.1.
* gnu/packages/python.scm (python-py3status): Update to 3.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-12 16:48:44 -04:00
Efraim Flashner
4f6ec7e800 gnu: youtube-dl: Update to 2016.09.11.1.
* gnu/packages/video.scm (youtube-dl): Update to 2016.09.11.1.
2016-09-12 22:34:24 +03:00
Efraim Flashner
f34365b53e gnu: mpv: Remove extra input.
* gnu/packages/video.scm (mpv)[inputs]: Remove vapoursynth.
2016-09-12 22:31:15 +03:00