Also need to copy over the lib
svn path=/nixpkgs/trunk/; revision=26911
This commit is contained in:
parent
6952d2a0e9
commit
815c121458
@ -15,7 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
ensureDir $out/bin
|
ensureDir $out/bin
|
||||||
|
ensureDir $out/lib
|
||||||
cp src/Xsynth_gtk $out/bin
|
cp src/Xsynth_gtk $out/bin
|
||||||
|
cp src/.libs/xsynth-dssi.so $out/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user