Making qhull not only install the libraries, but also its programs.
svn path=/nixpkgs/trunk/; revision=23139
This commit is contained in:
parent
3a3867869a
commit
018a0f2fe7
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user