mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-10 21:40:08 +01:00
chore(deps): remove openssl dependency from flake
This commit is contained in:
parent
48b7220b9a
commit
722e740df6
1 changed files with 0 additions and 5 deletions
|
|
@ -34,8 +34,6 @@
|
|||
|
||||
inherit (pkgs)
|
||||
rustPlatform
|
||||
openssl
|
||||
pkg-config
|
||||
versionCheckHook
|
||||
;
|
||||
in
|
||||
|
|
@ -48,9 +46,6 @@
|
|||
|
||||
cargoLock.lockFile = src + "/Cargo.lock";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue