mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
13 lines
235 B
Bash
13 lines
235 B
Bash
source $stdenv/setup
|
|
|
|
prefix=$out
|
|
export prefix
|
|
|
|
ensureDir "$out/usr/share/man/man8/"
|
|
ensureDir "$out/usr/share/man/man5/"
|
|
ensureDir "$out/usr/sbin"
|
|
|
|
NIX_CFLAGS_COMPILE="-DCONFIG_X86_L1_CACHE_SHIFT=0 $NIX_CFLAGS_COMPILE"
|
|
|
|
genericBuild
|