Loading pkgs/by-name/av/avml/package.nix +8 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ lib, fetchFromGitHub, rustPlatform, perl, pkg-config, openssl, testers, avml, nix-update-script, Loading @@ -21,7 +22,12 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-gcpjrxnQDyO92OW6LZVc4x73TmTtQoaEYhmGmqhz8ng="; nativeBuildInputs = [ perl ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; env = { OPENSSL_NO_VENDOR = true; }; passthru.tests.version = testers.testVersion { package = avml; }; Loading Loading
pkgs/by-name/av/avml/package.nix +8 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ lib, fetchFromGitHub, rustPlatform, perl, pkg-config, openssl, testers, avml, nix-update-script, Loading @@ -21,7 +22,12 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-gcpjrxnQDyO92OW6LZVc4x73TmTtQoaEYhmGmqhz8ng="; nativeBuildInputs = [ perl ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; env = { OPENSSL_NO_VENDOR = true; }; passthru.tests.version = testers.testVersion { package = avml; }; Loading