Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnu: kernel-config: Remove redundant file-exists? check.•••* gnu/packages/linux.scm (kernel-config): Remove redundant file-exists? check. | David Craven | 2016-09-13 | 1 | -1/+1 |
* | 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. | David Craven | 2016-09-13 | 1 | -8/+7 |
* | gnu: Add femtolisp.•••* gnu/packages/lisp.scm (femtolisp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> | ng0 | 2016-09-13 | 1 | -0/+53 |
* | 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> | Danny Milosavljevic | 2016-09-13 | 1 | -3/+13 |
* | gnu: Add microcom•••* gnu/packages/microcom.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. | John Darrington | 2016-09-13 | 1 | -0/+57 |
* | gnu: module-init-tools: Move to (gnu packages linux).•••* gnu/packages/linux.scm (module-init-tools): Move. | David Craven | 2016-09-13 | 1 | -32/+32 |
* | gnu: libnfsidmap: Move to (gnu packages linux).•••* gnu/packages/linux.scm (libnfsidmap): Move. | David Craven | 2016-09-13 | 1 | -29/+29 |
* | gnu: Add linux-libre-beagle-bone-black.•••* gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable. | David Craven | 2016-09-13 | 1 | -0/+7 |
* | gnu: Add linux-libre-arm-generic.•••* gnu/packages/linux.scm (linux-libre-arm-generic): New variable. | David Craven | 2016-09-13 | 1 | -0/+11 |
* | gnu: linux-libre: Use kmod.•••* gnu/packages/linux.scm (make-linux-libre): Use kmod. | David Craven | 2016-09-13 | 1 | -3/+3 |
* | gnu: make-linux-libre: Add supported-systems parameter.•••* gnu/packages/linux.scm (make-linux-libre): Add supported-systems parameter. | David Craven | 2016-09-13 | 1 | -2/+7 |
* | gnu: make-linux-libre: Add zImage to output.•••* gnu/packages/linux.scm (make-linux-libre): Add zImage to output. | David Craven | 2016-09-13 | 1 | -1/+1 |
* | gnu: make-linux-libre: Add extra-version parameter.•••* gnu/packages/linux.scm (make-linux-libre): Add extra-version option. | David Craven | 2016-09-13 | 1 | -1/+6 |
* | 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. | David Craven | 2016-09-13 | 1 | -15/+30 |
* | 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. | David Craven | 2016-09-13 | 1 | -59/+33 |
* | 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> | ng0 | 2016-09-13 | 1 | -6/+4 |
* | gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress.•••* gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename. | David Craven | 2016-09-13 | 1 | -1/+1 |
* | gnu: Add u-boot-beagle-bone-black.•••* gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable. | David Craven | 2016-09-13 | 1 | -0/+3 |
* | 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> | Danny Milosavljevic | 2016-09-13 | 1 | -7/+3 |
* | gnu: Add python-lit, python2-lit.•••* gnu/packages/python.scm (python-lit, python2-lit): New variables. Signed-off-by: Leo Famulari <leo@famulari.name> | Danny Milosavljevic | 2016-09-13 | 1 | -0/+28 |
* | 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'. | Tobias Geerinckx-Rice | 2016-09-13 | 1 | -6/+3 |
* | gnu: ruby: Remove string-append call with single argument.•••* gnu/packages/ruby.scm (ruby)[source]: Remove string-append. | Tobias Geerinckx-Rice | 2016-09-13 | 1 | -2/+1 |
* | gnu: tinyxml: Fix typo in description.•••* gnu/packages/xml.scm (tinyxml)[description]: Fix typo. | Tobias Geerinckx-Rice | 2016-09-13 | 1 | -1/+1 |
* | gnu: linux-libre: Add support for cross-compilation.•••* gnu/packages/linux.scm (linux-libre): Add support for cross-compilation. | David Craven | 2016-09-13 | 1 | -5/+10 |
* | gnu: linux-libre: Move kernel configuration to configure phase.•••* gnu/packages/linux.scm (linux-libre)[arguments]: Add configure phase. | David Craven | 2016-09-13 | 1 | -8/+3 |
* | gnu: linux-libre: Apply %boot-logo patch in origin.•••* gnu/packages/linux.scm (linux-libre)[origin]: Apply %boot-logo patch in origin. | David Craven | 2016-09-13 | 1 | -6/+2 |
* | gnu: linux-libre: Use system->architecture.•••* gnu/packages/linux.scm (linux-libre): Use system->architecture. | David Craven | 2016-09-13 | 1 | -8/+8 |
* | gnu: linux-libre: Use modify-phases.•••* gnu/packages/linux.scm (linux-libre): Use modify-phases. | David Craven | 2016-09-13 | 1 | -41/+39 |
* | gnu: module-init-tools: Prevent line wrapping.•••* gnu/packages/linux.scm (module-init-tools): Break line. | David Craven | 2016-09-13 | 1 | -2/+2 |
* | gnu: Add schismtracker.•••* gnu/packages/music.scm (schismtracker): New variable. | Kei Kebreau | 2016-09-13 | 1 | -0/+46 |
* | 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> | Alex ter Weele | 2016-09-13 | 1 | -33/+52 |
* | gnu: Add seqtk.•••* gnu/packages/bioinformatics.scm (seqtk): New variable. | Ben J Woodcroft | 2016-09-13 | 1 | -0/+43 |
* | 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> | Andy Patterson | 2016-09-13 | 1 | -1/+17 |
* | gnu: Add libaacs.•••* gnu/packages/video.scm (libaacs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Andy Patterson | 2016-09-13 | 1 | -0/+25 |
* | gnu: Add libbdplus.•••* gnu/packages/video.scm (libbdplus): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Andy Patterson | 2016-09-13 | 1 | -0/+21 |
* | 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> | Marius Bakke | 2016-09-13 | 1 | -1/+24 |
* | 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> | Marius Bakke | 2016-09-13 | 1 | -4/+3 |
* | 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> | Marius Bakke | 2016-09-13 | 1 | -3/+1 |
* | 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> | Ivan Vilata-i-Balaguer | 2016-09-12 | 1 | -2/+2 |
* | gnu: youtube-dl: Update to 2016.09.11.1.•••* gnu/packages/video.scm (youtube-dl): Update to 2016.09.11.1. | Efraim Flashner | 2016-09-12 | 1 | -2/+2 |
* | gnu: mpv: Remove extra input.•••* gnu/packages/video.scm (mpv)[inputs]: Remove vapoursynth. | Efraim Flashner | 2016-09-12 | 1 | -1/+0 |
* | gnu: vapoursynth: Remove mips support.•••* gnu/packages/video.scm (vapoursynth)[supported-systems]: New field, remove support for mips64el which is unsupported. | Efraim Flashner | 2016-09-12 | 1 | -0/+2 |
* | gnu: vim: Make builds bit-reproducable.•••* gnu/packages/vim.scm (vim)[arguments]: Remove the compiled date. | Efraim Flashner | 2016-09-12 | 1 | -0/+8 |
* | gnu: vim: Update to 8.0.•••* gnu/packages/vim.scm (vim): Update to 8.0. [arguments]: Update files which need /bin/sh patched. | Efraim Flashner | 2016-09-12 | 1 | -4/+6 |
* | gnu: bowtie: Update to 2.2.9.•••* gnu/packages/bioinformatics.scm (bowtie): Update to 2.2.9. | Leo Famulari | 2016-09-12 | 1 | -2/+2 |
* | gnu: certbot: Improve synopsis.•••* gnu/packages/tls.scm (certbot)[synopsis]: Add authorship information. | Leo Famulari | 2016-09-12 | 1 | -1/+1 |
* | gnu: Add acme-client.•••* gnu/packages/tls.scm (acme-client): New variable. | Leo Famulari | 2016-09-12 | 1 | -0/+35 |
* | gnu: gnutls: Replace with 3.5.4 [fixes GNUTLS-SA-2016-3].•••* gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls-3.5.4): New variable. | Leo Famulari | 2016-09-12 | 1 | -0/+15 |
* | gnu: Add nfs-utils•••* gnu/packages/nfs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. | John Darrington | 2016-09-12 | 1 | -0/+118 |
* | gnu: r-org-mm-eg-db: Update to 3.3.0.•••* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.3.0. | Ricardo Wurmus | 2016-09-12 | 1 | -2/+2 |