librealsense: restrict to x86_64

This commit is contained in:
Jörg Thalheim 2018-08-09 16:31:12 +02:00
parent 2ee44420a0
commit 57bc44280c

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/IntelRealSense/librealsense;
license = licenses.asl20;
maintainers = with maintainers; [ brian-dawn ];
platforms = platforms.unix;
platforms = intersectLists platforms.unix platforms.x86_64;
};
}