Add openssl deps
This commit is contained in:
parent
e7f51b8855
commit
5aed8cf0ec
@ -14,6 +14,14 @@
|
||||
|
||||
src = ./.;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
pkgs.openssl
|
||||
];
|
||||
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user