mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
qc71_laptop: rectify meta.platforms
This package is not expected to build in other platforms and has been failing aarch64-linux in Hydra for years: https://hydra.nixos.org/eval/1790516?filter=qc71&compare=1790473 https://hydra.nixos.org/eval/1795290?filter=qc71&compare=1795271 https://hydra.nixos.org/eval/1807986?filter=qc71&compare=1807946
This commit is contained in:
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/pobrn/qc71_laptop/";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ aacebedo ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user