Skip to content

Commit

Permalink
monado: Add missing package and alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin John committed Mar 25, 2024
1 parent a1e1314 commit 5c56180
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions pkgs/applications/graphics/monado/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,22 @@
, stdenv
, fetchFromGitLab
, writeText
, cmake
, cjson
, doxygen
, glslang
, pkg-config
, python3
, SDL2
, bluez
, cjson
, cmake
, dbus
, doxygen
, eigen
, elfutils
, ffmpeg
, glslang
, gst-plugins-base
, gstreamer
, hidapi
, libGL
, libXau
, libXdmcp
, libXrandr
, libXext
, libbsd
, libdrm
, libffi
, libGL
, libjpeg
, librealsense
, libsurvive
Expand All @@ -32,21 +26,27 @@
, libuv
, libuvc
, libv4l
, libXau
, libxcb
, libXdmcp
, libXext
, libXrandr
, onnxruntime
, opencv4
, openhmd
, openvr
, orc
, pcre2
, pkg-config
, python3
, SDL2
, shaderc
, udev
, vulkan-headers
, vulkan-loader
, wayland
, wayland-protocols
, wayland-scanner
, libdrm
, zlib
, zstd
, nixosTests
Expand Down Expand Up @@ -83,7 +83,6 @@ stdenv.mkDerivation {
];

buildInputs = [
SDL2
bluez
cjson
dbus
Expand All @@ -93,35 +92,37 @@ stdenv.mkDerivation {
gst-plugins-base
gstreamer
hidapi
libGL
libXau
libXdmcp
libXrandr
libbsd
libjpeg
libdrm
libffi
libGL
libjpeg
librealsense
libsurvive
libunwind
libusb1
libuv
libuvc
libv4l
libXau
libxcb
libXdmcp
libXext
libXrandr
onnxruntime
opencv4
openhmd
openvr
orc
pcre2
SDL2
shaderc
udev
vulkan-headers
vulkan-loader
wayland
wayland-scanner
wayland-protocols
libdrm
wayland-scanner
zlib
zstd
];
Expand Down

0 comments on commit 5c56180

Please sign in to comment.