em100: add mips64n32 to badPlatforms

master
Adam Joseph 1 year ago
parent 1b602c7f98
commit f26abaaeba

@ -75,5 +75,9 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
sourceProvenance = [ ]; sourceProvenance = [ ];
badPlatforms = [
# TODO: investigate
lib.systems.inspect.patterns.isMips64n32
];
}; };
} }

Loading…
Cancel
Save