aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2017-02-11 21:21:50 -0600
committerEric Bavier <bavier@member.fsf.org>2017-02-13 20:59:25 -0600
commitef61177dddcedaf773e83aa99feef113537e5d92 (patch)
treec6fd802edb1754b6f90a6e3b1c32b00d2dd8f40c /TODO
parent5353cea007e72dba27ddd2cc02a37180dedec97c (diff)
downloadguix-ef61177dddcedaf773e83aa99feef113537e5d92.tar.gz
guix-ef61177dddcedaf773e83aa99feef113537e5d92.zip
gnu: Add libparserutils.
* gnu/packages/web.scm (netsurf-buildsystem) (netsurf-buildsystem-arguments, libparserutils): New variables.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions
gexp-input> records....This slightly reduces memory allocation. * guix/gexp.scm (lower-inputs): Expect a list of <gexp-input> rather than a list of tuples. (lower-reference-graphs)[tuple->gexp-input]: New procedure. Use it. (gexp-inputs): Return a list of <gexp-input> rather than a list of tuples. * tests/gexp.scm (gexp-input->tuple): New procedure. ("one input package") ("one input package, dotted list") ("one input origin") ("one local file") ("one local file, symlink") ("one plain file") ("two input packages, one derivation, one file") ("file-append") ("file-append, output") ("file-append, nested") ("let-system") ("let-system, nested") ("ungexp + ungexp-native") ("ungexp + ungexp-native, nested") ("ungexp + ungexp-native, nested, special mixture") ("input list") ("input list + ungexp-native") ("input list splicing") ("input list splicing + ungexp-native-splicing") ("gexp list splicing + ungexp-splicing"): Adjust accordingly. Ludovic Courtès