forked from mirrors/nixpkgs
* 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 { };
|
||||
*/
|
||||
|
||||
l10n = callPackage ./l10n { inherit release; };
|
||||
*/
|
||||
|
||||
# Make the split packages visible to `nix-env -q'.
|
||||
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
|
||||
|
||||
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue