librealsense: correct meta.platforms
This commit is contained in:
@@ -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 = intersectLists platforms.unix platforms.x86_64;
|
platforms = ["i686-linux" "x86_64-linux" "x86_64-darwin"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user