* Use the bzip2 from stdenv.

svn path=/nixpkgs/trunk/; revision=3199
This commit is contained in:
Eelco Dolstra 2005-06-17 17:07:03 +00:00
parent e2c30f15e4
commit 91e4d833b7
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
addInputsHook=addBzip2
addBzip2() {
bzip2=$(type -tP bzip2)
test -n $bzip2 || fail
buildInputs="$(dirname $(dirname $bzip2)) $buildInputs"
}
. $stdenv/setup
genericBuild

View file

@ -7,6 +7,7 @@ assert pkgconfig != null && perl != null && glib != null
stdenv.mkDerivation {
inherit (input) name src;
builder = ./builder.sh;
buildInputs = [
pkgconfig perl glib libxml2 GConf libbonobo
gnomemimedata popt perlXMLParser