From 8f05252862080e6b4a1723f26fc08e1b6ad1c7ef Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 13 Mar 2019 20:42:23 +0100 Subject: gnu: guile-persist: Install go files to canonical directory. * gnu/packages/guile-xyz.scm (guile-persist)[arguments]: Patch target directory for go files in build phase "patch-prefix". --- gnu/packages/guile-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 48bfa46c7e..27230ddc3c 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2132,7 +2132,9 @@ chunks can be expressions as well as simple tokens.") (("/usr/local/include/guile") (string-append (assoc-ref inputs "guile") "/include/guile")) (("-L/usr/local/lib") - (string-append "-L" (assoc-ref inputs "guile") "/lib"))) + (string-append "-L" (assoc-ref inputs "guile") "/lib")) + ;; Use canonical directory for go files. + (("/ccache") "/site-ccache")) #t)) (add-after 'unpack 'patch-library-reference (lambda* (#:key outputs #:allow-other-keys) -- cgit v1.2.3 4fe5e77157e8e7a51a1fc822229e6'>refslogtreecommitdiff
path: root/gnu/packages/parallel.scm
ommit/gnu/packages/kodi.scm?id=8c72ed923d77ee55989965bb02628043799b9548'>Merge branch 'master' into core-updates
AgeCommit message (Expand)Author
2019-06-18gnu: Add python-slurm-magic....Ludovic Courtès
2019-05-23gnu: parallel: Update to 20190522....Tobias Geerinckx-Rice
2019-04-22gnu: parallel: Update to 20190422....Tobias Geerinckx-Rice
2019-04-16gnu: slurm: Configure with a "standard" syslogdir....Ludovic Courtès
Ricardo Wurmus
2018-03-11build-system/gnu: Add 'bootstrap' phase....Ludovic Courtès
2018-02-25gnu: kodi: Update to 18.0_alpha-8.ec16dbc....Marius Bakke
2017-11-20gnu: kodi: Update snapshot....Marius Bakke
2017-11-03gnu: Add kodi-cli....Oleg Pykhalov
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-06-04gnu: kodi: Update to 18.0_alpha-6-f22d62d....Marius Bakke
2017-05-25gnu: kodi: Update to 18.0_alpha-5-1a38948....Marius Bakke
2017-05-09gnu: kodi: Update to 18.0_alpha-4-b8ad238....Marius Bakke
2017-04-27gnu: kodi: Update to 18.0_alpha-3-749c61e....Marius Bakke
2017-04-15gnu: kodi: Update to 18.0_alpha-2-478d306....Marius Bakke
2017-03-30gnu: kodi: Update to 18.0_alpha-1-ec5d53d....Marius Bakke
2017-03-30gnu: kodi: Remove silly wrapper script....Marius Bakke
2017-03-30gnu: kodi: Embed full path to tzdata....Marius Bakke