From a8db1746a5231dbb09a4d44f7c27a9ae13e59785 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 8 Nov 2007 14:34:54 +0000 Subject: Fixed log nesting; added Qi. svn path=/nixpkgs/trunk/; revision=9601 --- pkgs/applications/audio/ladspa-plugins/default.nix | 1 - pkgs/applications/audio/ladspa-plugins/ladspah.nix | 1 - 2 files changed, 2 deletions(-) (limited to 'pkgs/applications/audio/ladspa-plugins') diff --git a/pkgs/applications/audio/ladspa-plugins/default.nix b/pkgs/applications/audio/ladspa-plugins/default.nix index 12722356d85d..9a033a42b878 100644 --- a/pkgs/applications/audio/ladspa-plugins/default.nix +++ b/pkgs/applications/audio/ladspa-plugins/default.nix @@ -8,7 +8,6 @@ args: with args; buildInputs = [fftw ladspaH pkgconfig]; configureFlags = []; } null); - with stringsWithDeps; let postInstall = FullDepEntry (" ensureDir \$out/share/ladspa/ diff --git a/pkgs/applications/audio/ladspa-plugins/ladspah.nix b/pkgs/applications/audio/ladspa-plugins/ladspah.nix index 5ab77db3a2cf..b526e48b10ee 100644 --- a/pkgs/applications/audio/ladspa-plugins/ladspah.nix +++ b/pkgs/applications/audio/ladspa-plugins/ladspah.nix @@ -1,5 +1,4 @@ args: with args; - with stringsWithDeps; let src = fetchurl { -- cgit 1.4.1