about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-03-15 05:16:03 +0100
committerTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-03-24 22:58:40 +0100
commite72670091620c725176d46ec44b6a6eb4bf86e37 (patch)
treecb7d1b71d5d972cbf9efc82164ecb5bcf7088bd0 /pkgs
parentbefc64a589f159812e6f04ffa8c5890e2d8a5863 (diff)
ldc: add meta.mainProgram
Diffstat (limited to 'pkgs')
-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" ];
   };