forked from mirrors/nixpkgs
cloog-ppl: No crossAttrs needed
This commit is contained in:
parent
a1f4d033dd
commit
1174526004
|
@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
|
|||
touch NEWS ChangeLog AUTHORS
|
||||
'';
|
||||
|
||||
crossAttrs = {
|
||||
configureFlags = "--with-ppl=${ppl.crossDrv}";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue