cloog-ppl: No crossAttrs needed

This commit is contained in:
John Ericson 2018-05-10 02:28:21 -04:00
parent a1f4d033dd
commit 1174526004

View File

@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
touch NEWS ChangeLog AUTHORS
'';
crossAttrs = {
configureFlags = "--with-ppl=${ppl.crossDrv}";
};
doCheck = true;
meta = {