aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-container.scm
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2016-08-13 20:08:02 +1000
committerBen Woodcroft <donttrustben@gmail.com>2016-08-13 20:12:07 +1000
commit19c3304072ec69b0fcfe1d792c348713a5f43252 (patch)
tree39862b606e874c8796a80a36b8fb94e8b42014c0 /gnu/build/linux-container.scm
parentce728f70e5ef8783a28652e382c2c9f61c7b4c06 (diff)
downloadguix-19c3304072ec69b0fcfe1d792c348713a5f43252.tar.gz
guix-19c3304072ec69b0fcfe1d792c348713a5f43252.zip
gnu: Add xlsx2csv.
* gnu/packages/xml.scm (xlsx2csv): New variable. Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
Diffstat (limited to 'gnu/build/linux-container.scm')
0 files changed, 0 insertions, 0 deletions
t from 'make-config.scm' call. Add #:extensions. [*config*]: Remove #:libgcrypt from 'make-config.scm' call. (%dependency-variables): Remove %libgcrypt. (make-config.scm): Remove #:libgcrypt. * build-aux/build-self.scm (guile-gcrypt): New variable. (make-config.scm): Remove #:libgcrypt. (build-program)[fake-gcrypt-hash]: New variable. Add (gcrypt hash) to the imported modules. Adjust load path assignments. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Add GUILE-GCRYPT. [arguments]: In 'wrap-program' phase, add GUILE-GCRYPT to the search path. Ludovic Courtès