mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
orca-c: patch dependency resolution on darwin (#160612)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user