Fixing Cuneiform for non-Linux platform

svn path=/nixpkgs/trunk/; revision=14020
This commit is contained in:
Michael Raskin 2009-02-10 13:54:05 +00:00
parent 5e3c509cb8
commit 646767fdec

View file

@ -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