Including the rest of the lib files too, now it works
svn path=/nixpkgs/trunk/; revision=26918
This commit is contained in:
parent
eae5098af9
commit
198f3407a3
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
ensureDir $out/bin
|
ensureDir $out/bin
|
||||||
ensureDir $out/lib
|
ensureDir $out/lib
|
||||||
cp src/Xsynth_gtk $out/bin
|
cp src/Xsynth_gtk $out/bin
|
||||||
cp src/.libs/xsynth-dssi.so $out/lib
|
cp src/.libs/* $out/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user