mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
flashrom: disable on aarch64
Reference: https://github.com/flashrom/flashrom/issues/125
This commit is contained in:
parent
1aa0a799a4
commit
65fc119474
|
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ funfunctor fpletz ];
|
||||
platforms = with platforms; linux;
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue