mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
fix: #122 - cgo-builtin-prolog:1:10: fatal error: 'stddef.h' file not found
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
gcc
|
||||
# c/c++ tools with clang-tools, the unwrapped version won't
|
||||
# add alias like `cc` and `c++`, so that it won't conflict with gcc
|
||||
llvmPackages.clang-unwrapped
|
||||
# llvmPackages.clang-unwrapped
|
||||
clang-tools
|
||||
lldb
|
||||
|
||||
#-- python
|
||||
|
||||
@@ -55,5 +55,5 @@ def unset_proxy():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
set_proxy()
|
||||
# unset_proxy()
|
||||
# set_proxy()
|
||||
unset_proxy()
|
||||
|
||||
Reference in New Issue
Block a user