Making qhull not only install the libraries, but also its programs.

svn path=/nixpkgs/trunk/; revision=23139
This commit is contained in:
Lluís Batlle i Rossell 2010-08-12 11:00:01 +00:00
parent 3a3867869a
commit 018a0f2fe7

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation {
ensureDir $out/bin
ensureDir $out/include/qhull
ensureDir $out/lib
ensureDir $out/share/man/man1
cp qconvex qdelaunay qhalf qhull rbox qvoronoi $out/bin
cp *.h $out/include/qhull
cp libqhull.a $out/lib
'';