Unverified Commit ef959e7a authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

moonfire-nvr: Fix UI symlink (#459504)

parents 37b7fa1c 8113ae6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ rustPlatform.buildRustPackage {
  ];

  postInstall = ''
    mkdir -p $out/lib/ui
    mkdir -p $out/lib
    ln -s ${ui} $out/lib/ui
  '';

@@ -72,9 +72,9 @@ rustPlatform.buildRustPackage {
  passthru = {
    inherit ui;
    tests.version = testers.testVersion {
      inherit version;
      package = moonfire-nvr;
      command = "moonfire-nvr --version";
      version = "Version: v${version}";
    };
  };