mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02: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
|
gcc
|
||||||
# c/c++ tools with clang-tools, the unwrapped version won't
|
# 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
|
# add alias like `cc` and `c++`, so that it won't conflict with gcc
|
||||||
llvmPackages.clang-unwrapped
|
# llvmPackages.clang-unwrapped
|
||||||
|
clang-tools
|
||||||
lldb
|
lldb
|
||||||
|
|
||||||
#-- python
|
#-- python
|
||||||
|
|||||||
@@ -55,5 +55,5 @@ def unset_proxy():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
set_proxy()
|
# set_proxy()
|
||||||
# unset_proxy()
|
unset_proxy()
|
||||||
|
|||||||
Reference in New Issue
Block a user