kf58: use cmake-3.2

This is the same as a17535822a.
This commit is contained in:
Ambroz Bizjak 2015-04-05 14:20:38 +02:00 committed by Thomas Tuegel
parent 858e3a0aba
commit e8932ddcef

View file

@ -69,8 +69,9 @@ let
# packages from the nixpkgs collection
(with pkgs;
{
inherit cmake epoxy;
Boost = boost155;
cmake = cmake-3_2;
inherit epoxy;
GIF = giflib;
GLIB2 = glib;
Gpgme = gpgme;
@ -102,7 +103,7 @@ let
extra-cmake-modules = {
inherit (super.extra-cmake-modules) name src;
propagatedNativeBuildInputs = [ pkgs.cmake pkgs.pkgconfig qt5.tools ];
propagatedNativeBuildInputs = [ scope.cmake pkgs.pkgconfig qt5.tools ];
cmakeFlags = ["-DBUILD_TESTING=OFF"];
patches =
[