Also need to copy over the lib

svn path=/nixpkgs/trunk/; revision=26911
This commit is contained in:
Cillian de Roiste 2011-04-20 17:27:24 +00:00
parent 6952d2a0e9
commit 815c121458

View File

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