mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
konq-plugins: fix compilation against qt 4.7
svn path=/nixpkgs/trunk/; revision=24419
This commit is contained in:
parent
2677562f8c
commit
fbbcd05f4d
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ cmake kdelibs qt4 automoc4 phonon kdebase gettext ];
|
||||
|
||||
patches = [ ./qt47.patch ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Various plugins for Konqueror";
|
||||
license = "GPL";
|
||||
|
|
Loading…
Reference in a new issue