Commit da83b17f authored by Olivier LDff's avatar Olivier LDff
Browse files

rerun: add nasm feature

parent 1e9aeb9c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = [