From 018a0f2fe7149f5ecb692d35921b51678bb10c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 12 Aug 2010 11:00:01 +0000 Subject: [PATCH] Making qhull not only install the libraries, but also its programs. svn path=/nixpkgs/trunk/; revision=23139 --- pkgs/development/libraries/qhull/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/qhull/default.nix b/pkgs/development/libraries/qhull/default.nix index f91697fb117..8f9bfc6c130 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 '';