Unverified Commit 77e8114f authored by rnhmjoj's avatar rnhmjoj
Browse files

vapoursynth-mvtools: move to by-name and reformat

parent 80552a6a
Loading
Loading
Loading
Loading
+21 −9
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook,
  vapoursynth, nasm, fftwFloat
{
  lib,
  stdenv,
  fetchFromGitHub,
  pkg-config,
  autoreconfHook,
  vapoursynth,
  nasm,
  fftwFloat,
}:

stdenv.mkDerivation rec {
@@ -13,9 +20,14 @@ stdenv.mkDerivation rec {
    hash = "sha256-bEifU1PPNOBr6o9D6DGIzTaG4xjygBxkQYnZxd/4SwQ=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook ];
  nativeBuildInputs = [
    pkg-config
    autoreconfHook
  ];
  buildInputs = [
    nasm vapoursynth fftwFloat
    nasm
    vapoursynth
    fftwFloat
  ];

  configureFlags = [ "--libdir=$(out)/lib/vapoursynth" ];
+0 −2
Original line number Diff line number Diff line
@@ -19842,8 +19842,6 @@ with pkgs;
  vapoursynth-editor = libsForQt5.callPackage ../by-name/va/vapoursynth/editor.nix { };
  vapoursynth-mvtools = callPackage ../development/libraries/vapoursynth-mvtools { };
  vmmlib = callPackage ../development/libraries/vmmlib {
    inherit (darwin.apple_sdk.frameworks) Accelerate CoreGraphics CoreVideo;
  };