about summary refs log tree commit diff
path: root/pkgs/applications/emulators/wine/winetricks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/wine/winetricks.nix')
-rw-r--r--pkgs/applications/emulators/wine/winetricks.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/wine/winetricks.nix b/pkgs/applications/emulators/wine/winetricks.nix
index c5d8e9bd95b3..2b31faae18a4 100644
--- a/pkgs/applications/emulators/wine/winetricks.nix
+++ b/pkgs/applications/emulators/wine/winetricks.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A script to install DLLs needed to work around problems in Wine";
+    mainProgram = "winetricks";
     license = lib.licenses.lgpl21;
     homepage = "https://github.com/Winetricks/winetricks";
     platforms = with lib.platforms; linux;