rekonq-0.9.0-1 needs pkg-config
svn path=/nixpkgs/trunk/; revision=32865
This commit is contained in:
parent
39e2c70b50
commit
11f64b0449
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, kdelibs, gettext}:
|
{ stdenv, fetchurl, kdelibs, gettext, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rekonq-0.9.0-1";
|
name = "rekonq-0.9.0-1";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ kdelibs ];
|
buildInputs = [ kdelibs ];
|
||||||
|
|
||||||
buildNativeInputs = [ gettext ];
|
buildNativeInputs = [ gettext pkgconfig ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user