mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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/lib
|
||||
cp src/Xsynth_gtk $out/bin
|
||||
cp src/.libs/xsynth-dssi.so $out/lib
|
||||
cp src/.libs/* $out/lib
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue