* Fix localisation.

svn path=/nixpkgs/branches/kde-4.7/; revision=28007
This commit is contained in:
Eelco Dolstra 2011-07-29 17:48:39 +00:00
parent 76fffef175
commit 980b453102
2 changed files with 3 additions and 3 deletions

View file

@ -183,9 +183,9 @@ recurseIntoAttrs rec {
/*
kdebindings = callPackage ./bindings { };
*/
l10n = callPackage ./l10n { inherit release; };
*/
# Make the split packages visible to `nix-env -q'.
misc = recurseIntoAttrs

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, kdelibs, gettext, perl, automoc4, release }:
{ stdenv, fetchurl, cmake, kdelibs, gettext, perl, automoc4, qt4, phonon, release }:
let
@ -16,7 +16,7 @@ let
inherit sha256;
};
buildInputs = [ cmake perl gettext kdelibs automoc4 ];
buildInputs = [ cmake perl gettext kdelibs automoc4 qt4 phonon ];
meta = {
description = "KDE translation for ${lang}";