kdelibs: fix build by adding pcre dependency
I'm not sure where it was getting pcre from on master.
This commit is contained in:
parent
d24b3aec91
commit
8096c7891d
@ -220,7 +220,7 @@ let
|
|||||||
|
|
||||||
kdelibs = with pkgs; super.kdelibs // {
|
kdelibs = with pkgs; super.kdelibs // {
|
||||||
buildInputs =
|
buildInputs =
|
||||||
super.kdelibs.buildInputs ++ [ attr libxslt polkit_qt4 xz ];
|
super.kdelibs.buildInputs ++ [ attr libxslt polkit_qt4 xz pcre ];
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
super.kdelibs.nativeBuildInputs ++ [ pkgconfig ];
|
super.kdelibs.nativeBuildInputs ++ [ pkgconfig ];
|
||||||
|
@ -220,7 +220,7 @@ let
|
|||||||
|
|
||||||
kdelibs = with pkgs; super.kdelibs // {
|
kdelibs = with pkgs; super.kdelibs // {
|
||||||
buildInputs =
|
buildInputs =
|
||||||
super.kdelibs.buildInputs ++ [ attr libxslt polkit_qt4 xz ];
|
super.kdelibs.buildInputs ++ [ attr libxslt polkit_qt4 xz pcre ];
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
super.kdelibs.nativeBuildInputs ++ [ pkgconfig ];
|
super.kdelibs.nativeBuildInputs ++ [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user