about summary refs log tree commit diff
path: root/pkgs/tools/system/dfc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/dfc/default.nix')
-rw-r--r--pkgs/tools/system/dfc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/dfc/default.nix b/pkgs/tools/system/dfc/default.nix
index 6478e699539f9..0ad1d745b066c 100644
--- a/pkgs/tools/system/dfc/default.nix
+++ b/pkgs/tools/system/dfc/default.nix
@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
     license = lib.licenses.bsd3;
     maintainers = with lib.maintainers; [qknight];
     platforms = lib.platforms.all;
+    mainProgram = "dfc";
   };
 }