fix isp and write bash script for set up ftp server in Hi3516
This commit is contained in:
11
CCPP.nix
11
CCPP.nix
@@ -18,17 +18,6 @@
|
||||
clang-tools
|
||||
];
|
||||
|
||||
# Enable languages support
|
||||
# languages.cplusplus.enable = true;
|
||||
# env = {
|
||||
# NIX_LD_LIBRARY_PATH = with pkgs;
|
||||
# lib.makeLibraryPath [
|
||||
# stdenv_32bit.cc.cc
|
||||
# glibc_multi
|
||||
# ];
|
||||
# NIX_LD = with pkgs; lib.fileContents "${stdenv_32bit.cc}/nix-support/dynamic-linker";
|
||||
# };
|
||||
|
||||
# When enter shell, exec ...
|
||||
enterShell = ''
|
||||
export LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH
|
||||
|
||||
Reference in New Issue
Block a user