Including the rest of the lib files too, now it works

svn path=/nixpkgs/trunk/; revision=26918
This commit is contained in:
Cillian de Roiste 2011-04-22 08:15:10 +00:00
parent eae5098af9
commit 198f3407a3

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
ensureDir $out/bin
ensureDir $out/lib
cp src/Xsynth_gtk $out/bin
cp src/.libs/xsynth-dssi.so $out/lib
cp src/.libs/* $out/lib
'';
meta = with stdenv.lib; {