mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 16:34:15 +03:00
371d2ddbf2
svn path=/nixpkgs/trunk/; revision=6846
9 lines
160 B
Bash
9 lines
160 B
Bash
export NIX_ENFORCE_PURITY=1
|
|
|
|
if test "$param1" = "static"; then
|
|
export NIX_CFLAGS_LINK="-static"
|
|
export NIX_LDFLAGS_BEFORE="-static"
|
|
fi
|
|
|
|
havePatchELF=1
|