nixpkgs/pkgs
aszlig 880eba6481
conky: Fix building with CMake 3.4.0.
Regression introduced by 050bebb8c4.

It's essentially an upgrade to CMake 3.4.0, which breaks the build
because it seems that in CMake 3.3.x, the check_include_files() command
was implicitly included (haven't found out about why exactly).

So we're now just adding an import for CheckIncludeFiles in addition to
CheckIncludeFile, so that we have both commands (the plural and the
singular variant) available.

My original goal was to use brndnmtthws/conky@3a574ba, but this breaks
the build as well, because check_include_files doesn't accept additional
compile flags.

However, this is needed if building with wireless support, because
including iwlib.h needs -D_GNU_SOURCE set and check_include_files
doesn't do that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-17 05:51:27 +01:00
..
applications firefox-bin: 41.0.2 -> 42.0 (close #10821) 2015-11-16 16:39:26 +01:00
build-support Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06"" 2015-11-14 12:32:51 -08:00
data Merge branch 'master.upstream' into staging.upstream 2015-11-05 10:07:28 -08:00
desktops cheese: libgudev 2015-11-14 16:50:23 +01:00
development Merge pull request #11078 from svend/nim-darwin 2015-11-17 01:06:02 +01:00
games macopix: init at 1.7.4 2015-11-12 20:54:48 +00:00
misc xscreensaver: security update 5.33 -> 5.34 (close #10845) 2015-11-16 08:20:12 +01:00
os-specific conky: Fix building with CMake 3.4.0. 2015-11-17 05:51:27 +01:00
servers Merge pull request #11054 from makefu/acng_init 2015-11-16 20:00:01 +01:00
shells fish: fix use hostname from the store instead of from the environment 2015-11-06 09:55:55 +01:00
stdenv Don't fail if env-vars cannot be written to 2015-11-04 16:32:59 +01:00
test
tools openvpn: Allow building on non-Linux systems 2015-11-16 20:34:56 -08:00
top-level Add sct — a minimal utility to set display colour temperature 2015-11-17 01:50:09 +03:00