ldc: add meta.mainProgram

This commit is contained in:
TomaSajt 2024-03-15 05:16:03 +01:00
parent befc64a589
commit e726700916
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -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" ];
};