| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* gnu/packages/node.scm (node): Update to 7.10.0.
(node)[arguments]: Disabled more tests.
* gnu/packages/patches/node-9077.patch: Delete incompatible patch file.
Recreate patch file from node pull request 9077.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/music.scm (musescore): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-auctex)[arguments]: Add #:include and
#:exclude arguments.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-slime)[arguments]: Add #:include and #:exclude
arguments.
|
|
|
|
|
|
|
| |
* guix/build/emacs-build-system.scm (install): Install files matching
#:include while excluding files matching #:exclude.
* guix/build-system/emacs.scm (emacs-build): Add keyword arguments #:include
and #:exclude.
|
|
|
|
| |
* gnu/system/install.scm (installation-os): Add SHADOW in package list.
|
|
|
|
|
|
|
|
| |
This prevents a ".el.el" extension for source files with no version number in
their file name.
* guix/build/emacs-build-system.scm (store-file->elisp-source-file): Remove
".el" extension from file name before splitting to name and version.
|
|
|
|
|
| |
* guix/scripts/lint.scm (check-source-file-name): Implement file name matching
with regular expression.
|
|
|
|
|
| |
* guix/scripts/lint.scm (check-source-file-name): Fix wrong return value in
docstring.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.1.
|
|
|
|
| |
This avoids duplicated entries with Othacehe in uppercase.
|
|
|
|
|
|
| |
* gnu/packages/patches/gcj-arm-mode.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete it.
* gnu/packages/gcc.scm (javac.in, gcj, ecj-bootstrap): Remove variables.
|
|
|
|
| |
* gnu/packages/java.scm (ant): Inherit from ant/java8.
|
|
|
|
| |
* gnu/packages/java.scm (ant/java8): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (ant): Move package.
|
|
|
|
| |
* gnu/packages/java.scm (ant)[source]: Delete bundled jars in a snippet.
|
|
|
|
|
|
| |
* gnu/packages/java.scm (ant)[build-system]
[home-page][synopsis][description][license]: Remove fields.
[arguments]: Adapt arguments of ant-bootstrap package.
|
|
|
|
| |
* gnu/packages/java.scm (clojure): Move package.
|
|
|
|
| |
* gnu/packages/java.scm (java-swt): Move the package.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (icedtea-7)[source]: Remove Makefile.in patch to link
with GCJ libs.
[arguments]: Remove (ice-9 rdelim) module; adjust configure flags; do not add
GCJ headers to CPATH in build phase "set-additional-paths".
[native-inputs]: Remove gcj and ant; add icedtea-6 and ant-bootstrap. Remove
autoconf and automake.
(icedtea-8)[native-inputs]: Delete "icedtea" from the inherited inputs, not
"gcj".
|
|
|
|
| |
* gnu/packages/java.scm (icedtea-6): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper-final): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (jamvm): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (classpath-devel): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (classpath-jamvm-wrappers): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (jamvm-bootstrap): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (classpath): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (ecj-javac-wrapper): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (ecj-bootstrap): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (ant-bootstrap): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (sablevm): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (sablevm-classpath): New variable.
|
|
|
|
| |
* gnu/packages/java.scm (jikes): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-edaseq): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-deseq): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-aroma-light): New variable.
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Change to Ludo's key.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixes a regression introduced in 4d8806c3d662c74e6d48d0f0d6ce423fce9a3a08.
* gnu/tests/ssh.scm (run-ssh-test): Use GUILE2.0-SSH instead of GUILE-SSH.
|
| |
| |
| |
| |
| | |
* guix/scripts/system.scm (process-action): Don't call
'warn-about-old-distro' when ACTION is 'init' or 'build'.
|
| |
| |
| |
| |
| |
| |
| | |
This is a followup to 9a1bfe764859365b6726f168da95b88a2d22403b.
* guix/scripts/system.scm (system-derivation-for-action): Add 40MiB to
the default size for 'vm'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This avoids pulling in glibc & co. Fixes a regression introduced in
2f861edf5cf5118ad560737343312c9a5efe5b2f (the 'unionfsctl' executable
did not exist in unionfs-fuse 0.26).
* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]
<post-install>: Remove 'unionfsctl' binary.
|
| |
| |
| |
| |
| |
| | |
Fixes a test regression introduced by ecf5d5376979fadd971559367bf553df89fcc62b.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -> 70MiB.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes <http://bugs.gnu.org/27005>.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>.
Fixes a regression introduced in commit
2252f087d4bd450ab41a71379320467887edfc0f.
* guix/scripts/pack.scm (docker-image)[json]: New variable.
[build]: Use it.
|