librealsense: restrict to x86_64
This commit is contained in:
parent
2ee44420a0
commit
57bc44280c
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/IntelRealSense/librealsense;
|
homepage = https://github.com/IntelRealSense/librealsense;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ brian-dawn ];
|
maintainers = with maintainers; [ brian-dawn ];
|
||||||
platforms = platforms.unix;
|
platforms = intersectLists platforms.unix platforms.x86_64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user