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:
parent
f74cc3c8d6
commit
cda8010b96
|
@ -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;
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue