lol

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

LucasFA 645719c0 8db79028

+1 -1
+1 -1
pkgs/os-specific/linux/qc71_laptop/default.nix
··· 40 40 homepage = "https://github.com/pobrn/qc71_laptop/"; 41 41 license = licenses.gpl2Only; 42 42 maintainers = with maintainers; [ aacebedo ]; 43 - platforms = platforms.linux; 43 + platforms = [ "x86_64-linux" ]; 44 44 }; 45 45 }