2
0
Fork 0

WiP! Remove dead string replacement in genodeSources

This commit is contained in:
Ehmry - 2020-12-28 11:26:45 +01:00
parent 6df36acfbc
commit 84f89dee00
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ let
];
configurePhase = ''
patchShebangs ./tool
substituteInPlace repos/base/etc/tools.conf \
--replace "/usr/local/genode/tool/19.05/bin/" ""
substituteInPlace tool/check_abi \
--replace "exec nm" "exec ${toolPrefix}nm"
'';