about summary refs log tree commit diff
path: root/pkgs/development/libraries/gupnp/1.6.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gupnp/1.6.nix')
-rw-r--r--pkgs/development/libraries/gupnp/1.6.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gupnp/1.6.nix b/pkgs/development/libraries/gupnp/1.6.nix
index eb33748c4589..44ae478e42f5 100644
--- a/pkgs/development/libraries/gupnp/1.6.nix
+++ b/pkgs/development/libraries/gupnp/1.6.nix
@@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "http://www.gupnp.org/";
     description = "An implementation of the UPnP specification";
+    mainProgram = "gupnp-binding-tool-1.6";
     license = licenses.lgpl2Plus;
     platforms = platforms.linux;
   };