Unverified Commit 2c2cb1f4 authored by winston's avatar winston
Browse files
parent 0e94b069
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  wineWow64Packages,
  onnxruntime,
  nix-update-script,
  v4l-utils,
  withWine ? stdenv.targetPlatform.isx86_64,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -90,7 +91,8 @@ stdenv.mkDerivation (finalAttrs: {
  # manually wrap just the main binary
  dontWrapQtApps = true;
  preFixup = ''
    wrapQtApp $out/bin/opentrack
    wrapQtApp $out/bin/opentrack \
      --prefix PATH : ${lib.makeBinPath [ v4l-utils ]}
  '';

  desktopItems = [