Skip to content

Commit

Permalink
Merge pull request #298083 from Pandapip1/patch-1
Browse files Browse the repository at this point in the history
monado: Add missing package in `buildInputs` and alphabetize
  • Loading branch information
prusnak committed Mar 26, 2024
2 parents a20dc76 + 5c56180 commit e80d1b6
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 e80d1b6

Please sign in to comment.