flashrom: disable on aarch64

Reference: https://github.com/flashrom/flashrom/issues/125
This commit is contained in:
Marek Mahut 2020-02-12 11:14:15 +01:00
parent 1aa0a799a4
commit 65fc119474

View file

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ funfunctor fpletz ];
platforms = with platforms; linux;
badPlatforms = [ "aarch64-linux" ];
};
}