mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
12 lines
109 B
Bash
12 lines
109 B
Bash
source $stdenv/setup
|
|
|
|
prefix=$out
|
|
|
|
configurePhase() {
|
|
echo ;
|
|
}
|
|
|
|
configurePhase=configurePhase
|
|
|
|
genericBuild
|