mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +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)
|
inherit (pkgs)
|
||||||
rustPlatform
|
rustPlatform
|
||||||
openssl
|
|
||||||
pkg-config
|
|
||||||
versionCheckHook
|
versionCheckHook
|
||||||
;
|
;
|
||||||
in
|
in
|
||||||
|
|
@ -48,9 +46,6 @@
|
||||||
|
|
||||||
cargoLock.lockFile = src + "/Cargo.lock";
|
cargoLock.lockFile = src + "/Cargo.lock";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
|
||||||
buildInputs = [ openssl ];
|
|
||||||
|
|
||||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue