rerun: add nasm feature

This commit is contained in:
Olivier LDff
2025-01-24 10:11:15 +01:00
parent 1e9aeb9c61
commit da83b17f8b
+3
View File
@@ -9,6 +9,7 @@
pkg-config,
protobuf,
rustfmt,
nasm,
# buildInputs
freetype,
glib,
@@ -48,6 +49,7 @@ rustPlatform.buildRustPackage rec {
buildFeatures = [
"native_viewer"
"web_viewer"
"nasm"
];
# When web_viewer is compiled, the wasm webviewer first needs to be built
@@ -77,6 +79,7 @@ rustPlatform.buildRustPackage rec {
pkg-config
protobuf
rustfmt
nasm
];
buildInputs = [