mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 00:49:52 +00:00
8 lines
97 B
Bash
8 lines
97 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure=preConfigure
|
|
preConfigure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
genericBuild |