Skip to content

Commit

Permalink
speech-denoiser: fixup prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon authored and FRidh committed Jun 7, 2020
1 parent 11398cb commit 0710b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/audio/speech-denoiser/default.nix
Expand Up @@ -27,6 +27,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig meson ninja ];
buildInputs = [ lv2 rnnoise-nu ];

mesonFlags = ("--prefix=${placeholder "out"}/lib/lv2");

postPatch = ''
substituteInPlace meson.build \
--replace "cc.find_library('rnnoise-nu',dirs: meson.current_source_dir() + '/rnnoise/.libs/',required : true)" "cc.find_library('rnnoise-nu', required : true)"
Expand Down

0 comments on commit 0710b5a

Please sign in to comment.