summary refs log tree commit diff
path: root/pkgs/development/libraries/attr/builder.sh
blob: 78f10591142e74bfcc0a54dcb241bdf807d27855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source $stdenv/setup

preConfigure() {
  autoconf
}

preConfigure=preConfigure

installFlags='install-lib install-dev'

genericBuild