offrss: cc-wrapper can be relied on to export this env var

This commit is contained in:
John Ericson 2017-06-26 18:42:55 -04:00
parent c4443d70df
commit ca94de8c4c

View file

@ -13,7 +13,6 @@ stdenv.mkDerivation {
preConfigure = ''
sed 's/^PDF/#PDF/' -i Makefile
'';
makeFlags = "CC=${stdenv.cross.config}-gcc";
};
buildInputs = [ curl libmrss podofo ]