Skip to content

Commit 97a7d87

Browse files
committed
libhyper: add curl build to passthru.tests
1 parent 8bee890 commit 97a7d87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/li/libhyper/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
lib,
3+
curl,
34
fetchFromGitHub,
45
nix-update-script,
56
rustPlatform,
@@ -66,6 +67,8 @@ rustPlatform.buildRustPackage rec {
6667

6768
passthru = {
6869
updateScript = nix-update-script { };
70+
71+
tests.curl = curl.override { hyperSupport = true; };
6972
};
7073

7174
meta = {

0 commit comments

Comments
 (0)