libcpuid: restrict to x86

This commit is contained in:
Jörg Thalheim 2018-08-28 09:00:21 +01:00
parent ff9a2297ac
commit 6d4cf88aa4

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "A small C library for x86 CPU detection and feature extraction";
license = licenses.bsd2;
maintainers = with maintainers; [ orivej artuuge ];
platforms = platforms.all;
platforms = platforms.x86;
};
}