qc71_laptop: rectify meta.platforms (#409101)

This commit is contained in:
Arne Keller
2025-05-20 17:49:25 +02:00
committed by GitHub
@@ -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" ];
};
}