about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2023-11-13 16:15:19 +0100
committerStefan Frijters <sfrijters@gmail.com>2023-11-13 16:15:19 +0100
commit0374da07c9f00f4e205849dd7099a672b9e2c60a (patch)
treeef597968e777e65da03a9e6cd0cd029d51e9f267 /pkgs/tools/networking
parent9cec5c807af15237c3cbf377268d3611424d5bd3 (diff)
hurl: set meta.mainProgram
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/hurl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/hurl/default.nix b/pkgs/tools/networking/hurl/default.nix
index 231a28f8935a4..69c09515d2b5c 100644
--- a/pkgs/tools/networking/hurl/default.nix
+++ b/pkgs/tools/networking/hurl/default.nix
@@ -47,5 +47,6 @@ rustPlatform.buildRustPackage rec {
     changelog = "https://github.com/Orange-OpenSource/hurl/blob/${version}/CHANGELOG.md";
     maintainers = with maintainers; [ eonpatapon figsoda ];
     license = licenses.asl20;
+    mainProgram = "hurl";
   };
 }