Unverified Commit e9ec325b authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #203331 from NixOS/backport-203273-to-release-22.11

[Backport release-22.11] wapm: fix build
parents 6edfd9e1 7f575468
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 ];