mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 06:55:10 +00:00
4b33c46279
svn path=/nixpkgs/trunk/; revision=8993
10 lines
202 B
Bash
Executable File
10 lines
202 B
Bash
Executable File
source $stdenv/setup
|
|
|
|
ensureDir $out/nix-support
|
|
substitute "$hook" "$out/nix-support/setup-hook" --subst-var out
|
|
|
|
# !!! TODO: -system-libmng
|
|
configureFlags="-prefix $out $configureFlags"
|
|
|
|
genericBuild
|