summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk-libs/1.x/gtk+/builder.sh
blob: da9b8dc6128f9aa00d916d64e64ffe97c0861fb9 (plain) (blame)
1
2
3
4
5
6
7
source $stdenv/setup
genericBuild

if test -n "$_propagatedBuildInputs"; then
    if ! test -x $out/nix-support; then mkdir $out/nix-support; fi
    echo "$_propagatedBuildInputs" > $out/nix-support/propagated-build-inputs
fi