Skip to content

Commit a532aa9

Browse files
authored
dart: set meta.mainProgram (NixOS#342479)
1 parent db8da26 commit a532aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/compilers/dart/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
6464
with C-style syntax. It offers compilation to JavaScript, interfaces,
6565
mixins, abstract classes, reified generics, and optional typing.
6666
'';
67+
mainProgram = "dart";
6768
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
6869
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
6970
license = licenses.bsd3;

0 commit comments

Comments
 (0)