Skip to content

Commit

Permalink
libhyper: add curl build to passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 20, 2024
1 parent 8bee890 commit 97a7d87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/li/libhyper/package.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
curl,
fetchFromGitHub,
nix-update-script,
rustPlatform,
Expand Down Expand Up @@ -66,6 +67,8 @@ rustPlatform.buildRustPackage rec {

passthru = {
updateScript = nix-update-script { };

tests.curl = curl.override { hyperSupport = true; };
};

meta = {
Expand Down

0 comments on commit 97a7d87

Please sign in to comment.