From b4c440e72e8f81c46c5e8511506ee2de8cb4d321 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sun, 3 Feb 2008 16:42:28 +0000 Subject: [PATCH] Typo in strigi svn path=/nixpkgs/branches/stdenv-updates/; revision=10485 --- pkgs/desktops/kde-4/support/strigi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/kde-4/support/strigi.nix b/pkgs/desktops/kde-4/support/strigi.nix index 75a9ed8c651e..0ed955ed7108 100644 --- a/pkgs/desktops/kde-4/support/strigi.nix +++ b/pkgs/desktops/kde-4/support/strigi.nix @@ -4,6 +4,6 @@ stdenv.mkDerivation { name = "strigi-svn"; src = svnSrc "strigi" "0zmfy7ga4y49hl3rgw8ypqag36k78k2wfkkxka8xskrd249516ha"; CLUCENE_HOME=cluceneCore; - buildInputs = [ cmake zlib cluceneCore bzip2 libxml2 qt dbus + buildInputs = [ cmake zlib cluceneCore bzip2 libxml2 qt dbus.libs log4cxx stdenv.gcc.libc exiv2 bison cppunit perl ]; }