Commit ac504840 authored by l1npengtul's avatar l1npengtul
Browse files

jackass: cleanup, add nix-update-script

parent 88a0763b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  pkg-config,
  vst2-sdk,
  wine64,
  nix-update-script,
  enableJackAssWine64 ? false,
}:

@@ -41,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  enableParallelBuilding = true;
  passthru.updateScript = nix-update-script { };

  meta = {
    description = "VST plugin that provides JACK-MIDI support for VST hosts";