diff options
Diffstat (limited to 'nix/package.nix')
| -rw-r--r-- | nix/package.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nix/package.nix b/nix/package.nix index f15dc81..50ed1bd 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -13,11 +13,6 @@ commonArgs = { inherit src; strictDeps = true; - - nativeBuildInputs = with pkgs; [openssl openssl.dev pkg-config]; - - LD_LIBRARY_PATH = lib.makeLibraryPath [pkgs.openssl]; - PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig"; }; craneLibLlvmTools = |