nixpkgs/pkgs/stdenv/cygwin/prehook.sh

6 lines
138 B
Bash

export NIX_ENFORCE_PURITY=
if test -z "$cygwinConfigureEnableShared"; then
export configureFlags="$configureFlags --disable-shared"
fi