1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

Get krename to build with kde45 and kde47.

svn path=/nixpkgs/trunk/; revision=28219
This commit is contained in:
Karn Kallio 2011-08-07 02:36:31 +00:00
parent f74cc3c8d6
commit cda8010b96
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, automoc4, kdelibs, taglib, exiv2, podofo, gettext}:
{ stdenv, fetchurl, cmake, automoc4, kdelibs, taglib, exiv2, podofo, gettext, qt, phonon }:
stdenv.mkDerivation rec {
name = "krename-4.0.4";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "12qhclw1vbg5bv6619qd4408y8d1w26499gcr8gwhgfzk0v83hic";
};
buildInputs = [ cmake automoc4 kdelibs taglib exiv2 podofo gettext ];
buildInputs = [ cmake automoc4 kdelibs taglib exiv2 podofo gettext qt phonon ];
meta = {
homepage = http://www.krename.net;

View file

@ -6708,7 +6708,9 @@ let
konversation = newScope pkgs.kde4 ../applications/networking/irc/konversation { };
krename = newScope pkgs.kde4 ../applications/misc/krename { };
krename = newScope pkgs.kde4 ../applications/misc/krename {
qt = qt4;
};
krusader = newScope pkgs.kde4 ../applications/misc/krusader { };