mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 00:24:18 +00:00
5c946da49e
svn path=/nixpkgs/trunk/; revision=6281
10 lines
98 B
Bash
10 lines
98 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|