mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 10:34:54 +00:00
10 lines
93 B
Bash
10 lines
93 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
autoconf
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|