~ruther/guix-local

d03781c3 — Ludovic Courtès 10 years ago
gnu: openssl: Disallow references to Perl.

* gnu/packages/tls.scm (openssl)[arguments]: Add #:disallowed-references.
503409b5 — Ludovic Courtès 10 years ago
gnu: qpdf: Remove run-time dependency on Perl.

* gnu/packages/pdf.scm (qpdf)[source](snippet): New field.
[arguments]: Add #:disallowed-references.
[inputs]: Move PERL to...
[native-inputs]: ... here.
6d49ca3b — Ludovic Courtès 10 years ago
gnu: pcre: Add "bin" output.

* gnu/packages/pcre.scm (pcre)[outputs]: Add "bin".
c74c7c13 — Mathieu Lirzin 10 years ago
gnu: libxslt: Make generated documentation reproducible.

* gnu/packages/patches/libxslt-generated-ids.patch: New file.
* gnu/packages/patches/libxslt-remove-date-timestamps.patch: Likewise.
* gnu/packages/xml.scm (libxslt)[source]: Use them.
* gnu/local.mk (dist_patch_DATA): Add them.
c3052d6b — Mathieu Lirzin 10 years ago
Merge branch 'master' into core-updates
b74f64a9 — Ricardo Wurmus 10 years ago
gnu: Add r-xnomial.

* gnu/packages/statistics.scm (r-xnomial): New variable.
cba96208 — Ben Woodcroft 10 years ago
gnu: ruby-hashery: Update to 2.1.2.

* gnu/packages/ruby.scm (ruby-hashery): Update to 2.1.2.
[arguments]: Remove test workaround.
ae4ff9f3 — Ludovic Courtès 10 years ago
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.
00cd4197 — Ludovic Courtès 10 years ago
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.
acb31b5d — Nicolas Goaziou 10 years ago
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.
63bcec71 — Danny Milosavljevic 10 years ago
gnu: Add python2-shedskin.

* gnu/packages/python.scm (python2-shedskin): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
d706d943 — Ricardo Wurmus 10 years ago
gnu: guitarix: Update to 0.35.0.

* gnu/packages/audio.scm (guitarix): Update to 0.35.0.
dfc9d18e — Ricardo Wurmus 10 years ago
gnu: qtractor: Update to 0.7.7.

* gnu/packages/music.scm (qtractor): Update to 0.7.7.
1b90e57e — Ricardo Wurmus 10 years ago
gnu: Add antiword.

* gnu/packages/textutils.scm (antiword): New variable.
a66a60f2 — Ricardo Wurmus 10 years ago
gnu: Add synthv1.

* gnu/packages/music.scm (synthv1): New variable.
2df092a9 — John Darrington 10 years ago
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.
55f4b4e0 — John Darrington 10 years ago
gnu: ao: Format the description string.

* gnu/packages/xiph.scm (ao): Add markup to description string.
3135b95f — Jan Nieuwenhuizen 10 years ago
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>
96f2a432 — Ludovic Courtès 10 years ago
syscalls: 'statfs' explicitly binds 'statfs64'.

* guix/build/syscalls.scm (statfs): Explicitly bind "statfs64".
200dac06 — Ludovic Courtès 10 years ago
syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.

* guix/build/syscalls.scm (<file-system>)[mount-flags]: New field.
[spare2]: Remove.
(%statfs): Likewise.
Next