about summary refs log tree commit diff
path: root/pkgs/development/compilers/ldc/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ldc/generic.nix')
-rw-r--r--pkgs/development/compilers/ldc/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ldc/generic.nix b/pkgs/development/compilers/ldc/generic.nix
index 94a4ac8380a7d..07b6986189c09 100644
--- a/pkgs/development/compilers/ldc/generic.nix
+++ b/pkgs/development/compilers/ldc/generic.nix
@@ -130,6 +130,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/ldc-developers/ldc";
     # from https://github.com/ldc-developers/ldc/blob/master/LICENSE
     license = with licenses; [ bsd3 boost mit ncsa gpl2Plus ];
+    mainProgram = "ldc2";
     maintainers = with maintainers; [ lionello jtbx ];
     platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
   };