mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
10 lines
92 B
Bash
10 lines
92 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
preConfigure() {
|
||
|
cd unix
|
||
|
}
|
||
|
|
||
|
preConfigure=preConfigure
|
||
|
|
||
|
genericBuild
|