aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/qhull
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-12 11:00:01 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-12 11:00:01 +0000
commit018a0f2fe7149f5ecb692d35921b51678bb10c8d (patch)
tree798b00a5a91f60d4409392c766e6ea9bc07d25bc /pkgs/development/libraries/qhull
parent3a3867869afbe2973305d4a7a38ed8d0d4d410cc (diff)
Making qhull not only install the libraries, but also its programs.
svn path=/nixpkgs/trunk/; revision=23139
Diffstat (limited to 'pkgs/development/libraries/qhull')
-rw-r--r--pkgs/development/libraries/qhull/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qhull/default.nix b/pkgs/development/libraries/qhull/default.nix
index f91697fb117a..8f9bfc6c130c 100644
--- a/pkgs/development/libraries/qhull/default.nix
+++ b/pkgs/development/libraries/qhull/default.nix
@@ -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
'';