Fixing Cuneiform for non-Linux platform
svn path=/nixpkgs/trunk/; revision=14020
This commit is contained in:
parent
5e3c509cb8
commit
646767fdec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue