mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
b8f20e51f4
svn path=/nixpkgs/trunk/; revision=1071
9 lines
172 B
Bash
9 lines
172 B
Bash
. $stdenv/setup
|
|
|
|
configureScript=configure
|
|
configure() {
|
|
# !!! hack: configure returns non-zero even on success.
|
|
./configure $configureFlags || true
|
|
}
|
|
|
|
genericBuild |