orca-c: patch dependency resolution on darwin (#160612)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Emily Trau
2022-02-18 18:26:07 +01:00
committed by GitHub
co-authored by Sandro
parent 175f56c72a
commit accdbb1e7e
@@ -13,6 +13,9 @@ stdenv.mkDerivation {
postPatch = ''
patchShebangs tool
sed -i tool \
-e 's@ncurses_dir=.*@ncurses_dir="${ncurses}"@' \
-e 's@portmidi_dir=.*@portmidi_dir="${portmidi}"@' tool
'';
installPhase = ''