1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-30 17:41:12 +00:00
nixpkgs/pkgs/development/libraries/attr/builder.sh

10 lines
93 B
Bash

source $stdenv/setup
preConfigure() {
autoconf
}
preConfigure=preConfigure
genericBuild