refactor(nix): remove openssl dependency
This commit is contained in:
parent
595299a3c2
commit
d287acfcc0
3 changed files with 0 additions and 6 deletions
|
|
@ -99,8 +99,6 @@
|
|||
pkgs.libclang
|
||||
];
|
||||
|
||||
buildInputs = [ pkgs.openssl ];
|
||||
|
||||
buildPhase = ''
|
||||
export HOME=$TMPDIR
|
||||
export LIBCLANG_PATH="${pkgs.libclang.lib}/lib"
|
||||
|
|
|
|||
|
|
@ -229,8 +229,6 @@
|
|||
|
||||
pkgs.git
|
||||
pkgs.nixfmt-rfc-style
|
||||
pkgs.openssl
|
||||
pkgs.openssl.dev
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
|||
|
|
@ -82,8 +82,6 @@
|
|||
pkgs.emscripten
|
||||
];
|
||||
|
||||
buildInputs = [ pkgs.openssl ];
|
||||
|
||||
cargoDeps = pkgs.rustPlatform.importCargoLock {
|
||||
lockFile = ../../Cargo.lock;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue