From 646767fdecbadeb192a7ef1bca1044e60dc38c2c Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 10 Feb 2009 13:54:05 +0000 Subject: [PATCH] Fixing Cuneiform for non-Linux platform svn path=/nixpkgs/trunk/; revision=14020 --- pkgs/tools/graphics/cuneiform/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/cuneiform/default.nix b/pkgs/tools/graphics/cuneiform/default.nix index 2eddf1aaa1b..e037a8165a2 100644 --- a/pkgs/tools/graphics/cuneiform/default.nix +++ b/pkgs/tools/graphics/cuneiform/default.nix @@ -19,7 +19,7 @@ rec { /* doConfigure should be removed if not needed */ phaseNames = ["doCmake" "doMakeInstall" "postInstall"]; - libc = if a.stdenv ? glibc then a.stdenv.glibc else null; + libc = if a.stdenv ? glibc then a.stdenv.glibc else ""; doCmake = a.FullDepEntry('' ensureDir $PWD/builddir