alvr: add missing gmp dependency

This commit is contained in:
Dan Audne
2025-09-13 21:24:56 +02:00
parent 2d6368b8a1
commit 6a3e92cea7
+2 -1
View File
@@ -11,6 +11,7 @@
bzip2,
celt,
ffmpeg,
gmp,
jack2,
lame,
libX11,
@@ -37,7 +38,6 @@
x264,
xvidcore,
}:
rustPlatform.buildRustPackage rec {
pname = "alvr";
version = "20.14.1";
@@ -90,6 +90,7 @@ rustPlatform.buildRustPackage rec {
bzip2
celt
ffmpeg
gmp
jack2
lame
libX11