[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: fc-host-tools: Fix internal invocations.
From: |
Danny Milosavljevic |
Subject: |
03/03: gnu: fc-host-tools: Fix internal invocations. |
Date: |
Tue, 10 Jul 2018 15:39:17 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit 1dec269176fd809483a751da174c2d5ea66ed58a
Author: Danny Milosavljevic <address@hidden>
Date: Tue Jul 10 20:47:47 2018 +0200
gnu: fc-host-tools: Fix internal invocations.
* gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases>
[patch-installation-paths]: Modify.
---
gnu/packages/embedded.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index ecd9447..0174224 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1008,7 +1008,12 @@ SPI, I2C, JTAG.")
"loadtools/defpath.c"
"loadtools/Makefile"
"miscutil/c139explore"
- "miscutil/pirexplore")
+ "miscutil/pirexplore"
+ "ffstools/tiffs-wrappers/installpath.c"
+ "rvinterf/rvtat/launchrvif.c"
+ "rvinterf/etmsync/launchrvif.c"
+ "rvinterf/libasync/launchrvif.c"
+ "uptools/atcmd/atinterf.c")
(("/opt/freecalypso/loadtools")
(string-append (assoc-ref outputs "out")
"/lib/freecalypso/loadtools"))
(("/opt/freecalypso")