par: fix build

This commit is contained in:
Jörg Thalheim 2021-01-13 10:00:45 +01:00
parent a5f92046ce
commit 11033cbb6b
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -20,9 +20,7 @@ stdenv.mkDerivation {
makefile = "protoMakefile"; makefile = "protoMakefile";
preBuild = '' preBuild = ''
makeFlagsArray=+( CC="${stdenv.cc.targetPrefix}cc -c" \ makeFlagsArray+=(CC="${stdenv.cc.targetPrefix}cc -c" LINK1=${stdenv.cc.targetPrefix}cc)
LINK1=${stdenv.cc.targetPrefix}cc \
)
''; '';
installPhase = '' installPhase = ''