gnu: Add reposurgeon.
* gnu/packages/version-control.scm (reposurgeon): New variable.
gnu: powertop: Patch absolute file names.
* gnu/packages/linux.scm (powertop)[inputs]: Add kmod.
[arguments]: Patch absolute file names.
gnu: Add java-junit.
* gnu/packages/java.scm (java-junit): New variable.
gnu: Add java-hamcrest-core.
* gnu/packages/java.scm (java-hamcrest-core): New variable.
gnu: Add java-jarjar.
* gnu/packages/java.scm (java-jarjar): New variable.
gnu: Add java-qdox-1.12.
* gnu/packages/java.scm (java-qdox-1.12): New variable.
gnu: Add r-xnomial.
* gnu/packages/statistics.scm (r-xnomial): New variable.
gnu: ruby-hashery: Update to 2.1.2.
* gnu/packages/ruby.scm (ruby-hashery): Update to 2.1.2.
[arguments]: Remove test workaround.
syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.
* guix/build/syscalls.scm (bits->symbols-body, define-bits)
(local-flags): New macros.
(TCSANOW, TCSADRAIN, TCSAFLUSH): New variables.
(<termios>): New record type.
(%termios): New C structure.
(tcgetattr, tcsetattr): New procedures.
* tests/syscalls.scm ("tcgetattr ENOTTY", "tcgetattr")
("tcsetattr"): New tests.
syscalls: Implement arrays in 'define-c-struct' and use it.
* guix/build/syscalls.scm (sizeof*, alignof*, write-type, read-type):
Add support for (array ...) forms.
* guix/build/syscalls.scm (<file-system>)[spare0, spare1]: Remove.
[spare]: New field.
* guix/build/syscalls.scm (%statfs)[identifier]: Change to (array int 2).
[spare0, spare1]: Remove.
[spare]: New field.
gnu: asymptote: Update to 2.37.
* gnu/packages/plotutils.scm (asymptote): Update to 2.37.
* gnu/packages/patches/asymptote-gsl2.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove reference.
gnu: Add python2-shedskin.
* gnu/packages/python.scm (python2-shedskin): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: guitarix: Update to 0.35.0.
* gnu/packages/audio.scm (guitarix): Update to 0.35.0.
gnu: qtractor: Update to 0.7.7.
* gnu/packages/music.scm (qtractor): Update to 0.7.7.
gnu: Add antiword.
* gnu/packages/textutils.scm (antiword): New variable.
gnu: Add synthv1.
* gnu/packages/music.scm (synthv1): New variable.
gnu: ao: Replace "itemize" with "enumerate" in description string.
* gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in description string.
Apparently Guile cannot yet handle "itemize" when creating HTML.
gnu: ao: Format the description string.
* gnu/packages/xiph.scm (ao): Add markup to description string.
gnu: bootstrap: Add case for i686-mingw.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw.
Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
syscalls: 'statfs' explicitly binds 'statfs64'.
* guix/build/syscalls.scm (statfs): Explicitly bind "statfs64".