From 76405f2b7fc80cd1524a2e8e33e82f53b383d25f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 17 Oct 2006 14:06:18 +0000 Subject: * `drv + /path' is deprecated, so don't do that anymore. svn path=/nixpkgs/trunk/; revision=6754 --- pkgs/games/zoom/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games') diff --git a/pkgs/games/zoom/default.nix b/pkgs/games/zoom/default.nix index 129f431de8e1..71b4241582dc 100644 --- a/pkgs/games/zoom/default.nix +++ b/pkgs/games/zoom/default.nix @@ -10,5 +10,5 @@ stdenv.mkDerivation { }; buildInputs = [perl expat xlibs freetype]; # Zoom doesn't add the right directory in the include path. - CFLAGS = ["-I" (freetype + /include/freetype2)]; + CFLAGS = ["-I" (freetype + "/include/freetype2")]; } -- cgit 1.4.1