Unverified Commit 1b8e1c39 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

kapitonov-plugins-pack: fix build (#455879)

parents a3a6b8ee 037324b6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@ stdenv.mkDerivation rec {
    zita-resampler
  ];

  # Fix linking issues with C++ code generated by Faust
  env.NIX_LDFLAGS = "-lstdc++ -lm";

  meta = with lib; {
    description = "Set of LADSPA and LV2 plugins for guitar sound processing";
    homepage = "https://github.com/olegkapitonov/Kapitonov-Plugins-Pack";