mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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 = ''
|
||||
ensureDir $out/bin
|
||||
ensureDir $out/lib
|
||||
cp src/Xsynth_gtk $out/bin
|
||||
cp src/.libs/xsynth-dssi.so $out/lib
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user