kf58: use default cmake

This commit is contained in:
Thomas Tuegel 2015-04-08 09:41:41 -05:00
parent 768f5a6d3e
commit 2354c68d1d

View file

@ -70,7 +70,7 @@ let
(with pkgs;
{
Boost = boost155;
cmake = cmake-3_2;
inherit cmake;
inherit epoxy;
GIF = giflib;
GLIB2 = glib;