about summary refs log tree commit diff
path: root/pkgs/development/libraries/libnet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libnet/default.nix')
-rw-r--r--pkgs/development/libraries/libnet/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libnet/default.nix b/pkgs/development/libraries/libnet/default.nix
index b835844491fb6..c8f38387111f8 100644
--- a/pkgs/development/libraries/libnet/default.nix
+++ b/pkgs/development/libraries/libnet/default.nix
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/sam-github/libnet";
     description = "Portable framework for low-level network packet construction";
+    mainProgram = "libnet-config";
     license = licenses.bsd3;
     platforms = platforms.unix;
   };