Loading pkgs/by-name/ds/dsp/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ , ladspaH , libtool , libpulseaudio , fetchpatch }: stdenv.mkDerivation (finalAttrs: { Loading @@ -28,6 +29,15 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ pkg-config ]; patches = [ # fix compatibility with ffmpeg7 # https://github.com/bmc0/dsp/commit/58a9d0c1f99f2d4c7fc51b6dbe563447ec60120f (fetchpatch { url = "https://github.com/bmc0/dsp/commit/58a9d0c1f99f2d4c7fc51b6dbe563447ec60120f.patch?full_index=1"; hash = "sha256-7WgJegDL9sVCRnRwm/f1ZZl2eiuRT5oAQaYoDLjEoqs="; }) ]; buildInputs = [ fftw zita-convolver Loading Loading
pkgs/by-name/ds/dsp/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ , ladspaH , libtool , libpulseaudio , fetchpatch }: stdenv.mkDerivation (finalAttrs: { Loading @@ -28,6 +29,15 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ pkg-config ]; patches = [ # fix compatibility with ffmpeg7 # https://github.com/bmc0/dsp/commit/58a9d0c1f99f2d4c7fc51b6dbe563447ec60120f (fetchpatch { url = "https://github.com/bmc0/dsp/commit/58a9d0c1f99f2d4c7fc51b6dbe563447ec60120f.patch?full_index=1"; hash = "sha256-7WgJegDL9sVCRnRwm/f1ZZl2eiuRT5oAQaYoDLjEoqs="; }) ]; buildInputs = [ fftw zita-convolver Loading