mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: fc-host-tools: Fix fc-loadtool.
* gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases> [patch-installation-paths]: Modify.
This commit is contained in:
parent
21d56a8237
commit
16cb1c51ad
1 changed files with 2 additions and 0 deletions
|
@ -1013,6 +1013,8 @@ (define-public fc-host-tools
|
||||||
"uptools/atcmd/atinterf.c")
|
"uptools/atcmd/atinterf.c")
|
||||||
(("/opt/freecalypso/loadtools")
|
(("/opt/freecalypso/loadtools")
|
||||||
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
|
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
|
||||||
|
(("\\$\\{INSTALL_PREFIX\\}/loadtools")
|
||||||
|
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
|
||||||
(("/opt/freecalypso")
|
(("/opt/freecalypso")
|
||||||
(assoc-ref outputs "out")))
|
(assoc-ref outputs "out")))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
|
Loading…
Reference in a new issue