* Fix localisation.
svn path=/nixpkgs/branches/kde-4.7/; revision=28007
This commit is contained in:
parent
76fffef175
commit
980b453102
@ -183,9 +183,9 @@ recurseIntoAttrs rec {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
kdebindings = callPackage ./bindings { };
|
kdebindings = callPackage ./bindings { };
|
||||||
|
*/
|
||||||
|
|
||||||
l10n = callPackage ./l10n { inherit release; };
|
l10n = callPackage ./l10n { inherit release; };
|
||||||
*/
|
|
||||||
|
|
||||||
# Make the split packages visible to `nix-env -q'.
|
# Make the split packages visible to `nix-env -q'.
|
||||||
misc = recurseIntoAttrs
|
misc = recurseIntoAttrs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, cmake, kdelibs, gettext, perl, automoc4, release }:
|
{ stdenv, fetchurl, cmake, kdelibs, gettext, perl, automoc4, qt4, phonon, release }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ let
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake perl gettext kdelibs automoc4 ];
|
buildInputs = [ cmake perl gettext kdelibs automoc4 qt4 phonon ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "KDE translation for ${lang}";
|
description = "KDE translation for ${lang}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user