mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 21:54:10 +00:00
4130324eac
svn path=/nixpkgs/trunk/; revision=4318
10 lines
91 B
Bash
10 lines
91 B
Bash
source $stdenv/setup
|
|
|
|
preBuild=preBuild
|
|
|
|
preBuild() {
|
|
cp $config .config
|
|
}
|
|
|
|
genericBuild
|