kf58: use cmake-3.2

This is the same as a17535822a.
This commit is contained in:
Ambroz Bizjak
2015-04-07 11:26:49 -05:00
committed by Thomas Tuegel
parent 858e3a0aba
commit e8932ddcef
@@ -69,8 +69,9 @@ let
# packages from the nixpkgs collection # packages from the nixpkgs collection
(with pkgs; (with pkgs;
{ {
inherit cmake epoxy;
Boost = boost155; Boost = boost155;
cmake = cmake-3_2;
inherit epoxy;
GIF = giflib; GIF = giflib;
GLIB2 = glib; GLIB2 = glib;
Gpgme = gpgme; Gpgme = gpgme;
@@ -102,7 +103,7 @@ let
extra-cmake-modules = { extra-cmake-modules = {
inherit (super.extra-cmake-modules) name src; 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"]; cmakeFlags = ["-DBUILD_TESTING=OFF"];
patches = patches =
[ [