From 8096c7891daa4f6a322e57c5fcb0ab475e10cd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 20 Apr 2015 20:34:36 +0200 Subject: [PATCH] kdelibs: fix build by adding pcre dependency I'm not sure where it was getting pcre from on master. --- pkgs/applications/kde-apps-14.12/default.nix | 2 +- pkgs/applications/kde-apps-15.04/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/kde-apps-14.12/default.nix b/pkgs/applications/kde-apps-14.12/default.nix index 96f1aea6875..c664c248171 100644 --- a/pkgs/applications/kde-apps-14.12/default.nix +++ b/pkgs/applications/kde-apps-14.12/default.nix @@ -220,7 +220,7 @@ let kdelibs = with pkgs; super.kdelibs // { buildInputs = - super.kdelibs.buildInputs ++ [ attr libxslt polkit_qt4 xz ]; + super.kdelibs.buildInputs ++ [ attr libxslt polkit_qt4 xz pcre ]; nativeBuildInputs = super.kdelibs.nativeBuildInputs ++ [ pkgconfig ]; diff --git a/pkgs/applications/kde-apps-15.04/default.nix b/pkgs/applications/kde-apps-15.04/default.nix index 96f1aea6875..c664c248171 100644 --- a/pkgs/applications/kde-apps-15.04/default.nix +++ b/pkgs/applications/kde-apps-15.04/default.nix @@ -220,7 +220,7 @@ let kdelibs = with pkgs; super.kdelibs // { buildInputs = - super.kdelibs.buildInputs ++ [ attr libxslt polkit_qt4 xz ]; + super.kdelibs.buildInputs ++ [ attr libxslt polkit_qt4 xz pcre ]; nativeBuildInputs = super.kdelibs.nativeBuildInputs ++ [ pkgconfig ];