mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
c278604064
svn path=/nixpkgs/trunk/; revision=5666
10 lines
91 B
Bash
10 lines
91 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd abi
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
genericBuild
|