Unverified Commit 176e29e6 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

jackass: cleanup, add nix-update-script, add l1npengtul as maintainer (#454895)

parents c4f89f21 8c7f54b8
Loading
Loading
Loading
Loading
+6 −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";
@@ -51,7 +52,10 @@ stdenv.mkDerivation (finalAttrs: {
      applications. Set enableJackAssWine64 to true to enable this output.
    '';
    homepage = "https://github.com/falkTX/JackAss";
    maintainers = with lib.maintainers; [ PowerUser64 ];
    maintainers = with lib.maintainers; [
      PowerUser64
      l1npengtul
    ];
    license = [ lib.licenses.mit ];
    platforms = lib.platforms.linux;
  };