summary refs log tree commit diff
path: root/pkgs/development/libraries/gnome/gnome-vfs/builder.sh
blob: 3c59b545b408d9dd7d23429a611e92d4391ac8ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
addInputsHook=addBzip2
addBzip2() {
    bzip2=$(type -tP bzip2)
    test -n $bzip2 || fail
    buildInputs="$(dirname $(dirname $bzip2)) $buildInputs"
}

source $stdenv/setup

genericBuild