mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
tor: Don't use NIX_CFLAGS_LINK where CFLAGS will do
This commit is contained in:
parent
35d957b8f9
commit
9a5ca5aced
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libevent openssl zlib ];
|
||||
|
||||
NIX_CFLAGS_LINK = "-lgcc_s";
|
||||
CFLAGS = "-lgcc_s";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user