We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51a8d8 commit e5e78e6Copy full SHA for e5e78e6
flake.nix
@@ -158,7 +158,7 @@
158
# export PKG_CONFIG_PATH=$PKG_CONFIG_PATH_FOR_TARGET
159
160
# Export linker flags if on Darwin (macOS)
161
- if [[ "$(${pkgs.stdenv.hostPlatform.system})" =~ "darwin" ]]; then
+ if [[ "${pkgs.stdenv.hostPlatform.system}" =~ "darwin" ]]; then
162
export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
163
export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
164
fi
0 commit comments