Fixed compilation of kdegames-4.4.0

svn path=/nixpkgs/trunk/; revision=19997
This commit is contained in:
Sander van der Burg 2010-02-14 22:40:28 +00:00
parent ceda76efcf
commit 2d2cb184c8
2 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ pkgs.recurseIntoAttrs (rec {
};
kdegames = import ./games {
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl;
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl shared_mime_info;
inherit kdelibs;
inherit automoc4 phonon qca2;
};

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, lib, cmake, qt4, perl, kdelibs, automoc4, phonon, qca2}:
{stdenv, fetchurl, lib, cmake, qt4, perl, shared_mime_info, kdelibs, automoc4, phonon, qca2}:
stdenv.mkDerivation {
name = "kdegames-4.4.0";
@ -6,7 +6,7 @@ stdenv.mkDerivation {
url = mirror://kde/stable/4.4.0/src/kdegames-4.4.0.tar.bz2;
sha256 = "1kg9xnl2vw43wmz2k6pcinp9rs7nfx5r4dmmir5m827xmxr8p9d0";
};
buildInputs = [ cmake qt4 perl kdelibs automoc4 phonon qca2 ];
buildInputs = [ cmake qt4 perl shared_mime_info kdelibs automoc4 phonon qca2 ];
meta = {
description = "KDE Games";
homepage = http://www.kde.org;