dxa: move file argument in substituteInPlace
This commit is contained in:
parent
6603130e7e
commit
9b611eb998
@ -18,9 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace \
|
substituteInPlace Makefile \
|
||||||
--replace "CC = gcc" "CC = cc' \
|
--replace "CC = gcc" "CC = ${stdenv.cc.targetPrefix}cc"
|
||||||
Makefile
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user