From 198f3407a31bdef1c8af0957562f63bd2e4a7b5d Mon Sep 17 00:00:00 2001 From: Cillian de Roiste Date: Fri, 22 Apr 2011 08:15:10 +0000 Subject: Including the rest of the lib files too, now it works svn path=/nixpkgs/trunk/; revision=26918 --- pkgs/applications/audio/xsynth-dssi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/xsynth-dssi/default.nix b/pkgs/applications/audio/xsynth-dssi/default.nix index 832e841a5b83..528f0b3412c1 100644 --- a/pkgs/applications/audio/xsynth-dssi/default.nix +++ b/pkgs/applications/audio/xsynth-dssi/default.nix @@ -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; { -- cgit 1.4.1