mirror of
https://github.com/Noratrieb/tls.git
synced 2026-01-15 17:15:04 +01:00
getting rejected :(
This commit is contained in:
parent
c71fc68d8e
commit
29057b8e92
3 changed files with 92 additions and 8 deletions
|
|
@ -15,9 +15,6 @@
|
|||
llvmPackages_16.bintools
|
||||
llvmPackages_16.libllvm
|
||||
rustup
|
||||
pkg-config
|
||||
sqlite
|
||||
# openssl Explicitly no openssl!
|
||||
];
|
||||
# https://github.com/rust-lang/rust-bindgen#environment-variables
|
||||
LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_latest.libclang.lib ];
|
||||
|
|
@ -37,6 +34,7 @@
|
|||
''-I${pkgs.glib.out}/lib/glib-2.0/include/''
|
||||
];
|
||||
packages = (with pkgs; [
|
||||
wireshark
|
||||
]);
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue