aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/arcan.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-11 18:05:35 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-11 18:05:38 +0200
commitb3f724b0a156adafa2cb155b603428eaa576ed11 (patch)
treebedb51a53cbb7e2dd498ecda97bdbe22647887f2 /gnu/packages/arcan.scm
parent0cd3e99d64081e958919845ddd01ae8d2fb2d692 (diff)
downloadguix-b3f724b0a156adafa2cb155b603428eaa576ed11.tar.gz
guix-b3f724b0a156adafa2cb155b603428eaa576ed11.zip
doc: Actually suggest ‘fc-cache -r’.
A follow-up commit to 0cd3e99d64081e958919845ddd01ae8d2fb2d692. * doc/guix.texi (Application Setup): Fix my own typo.
Diffstat (limited to 'gnu/packages/arcan.scm')
0 files changed, 0 insertions, 0 deletions
ependencies]: Add it. [*core-modules*]: Remove #:libgcrypt 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