dxa: move file argument in substituteInPlace
This commit is contained in:
parent
6603130e7e
commit
9b611eb998
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,8 @@ stdenv.mkDerivation rec {
|
|||
dontConfigure = true;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace \
|
||||
--replace "CC = gcc" "CC = cc' \
|
||||
Makefile
|
||||
substituteInPlace Makefile \
|
||||
--replace "CC = gcc" "CC = ${stdenv.cc.targetPrefix}cc"
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue