Commit 7f575468 authored by Albert Safin's avatar Albert Safin Committed by github-actions[bot]
Browse files

wapm: fix build

(cherry picked from commit 2d66b81a)
parent c4f03612
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, perl
, libiconv
, openssl
, rustPlatform
@@ -21,6 +22,8 @@ rustPlatform.buildRustPackage rec {

  cargoSha256 = "sha256-dv04AXOnzizjq/qx3qy524ylQHgE4gIBgeYI+2IRTug=";

  nativeBuildInputs = [ perl ];

  buildInputs = [ libiconv openssl ]
    ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];