openblas: workaround mass-rebuilds

Thanks for the suggestion:
https://github.com/NixOS/nixpkgs/pull/41639#issuecomment-395509669
This commit is contained in:
Will Dietz 2018-06-07 13:38:08 -05:00
parent b1d54822e4
commit 912b58a2c1

View File

@ -118,6 +118,8 @@ stdenv.mkDerivation {
] ++ stdenv.lib.optional (stdenv.hostPlatform.libc == "musl") "NO_AFFINITY=1"
++ mapAttrsToList (var: val: var + "=" + val) config;
patches = []; # TODO: Remove on next mass-rebuild
doCheck = true;
checkTarget = "tests";