treewide: fix missing libs after libtool pruning #51767

This commit is contained in:
Vladimír Čunát
2019-02-10 14:14:33 +01:00
parent 7455889641
commit 64edccb463
6 changed files with 14 additions and 2 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation {
buildInputs = [ fftwFloat gtk2 ladspaPlugins libjack2 liblo libxml2 makeWrapper ]
++ (with perlPackages; [ perl XMLParser ]);
NIX_LDFLAGS = [ "-ldl" ];
postInstall = ''
wrapProgram $out/bin/jamin --set LADSPA_PATH ${ladspaPlugins}/lib/ladspa
'';