We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8da26 commit a532aa9Copy full SHA for a532aa9
pkgs/development/compilers/dart/default.nix
@@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
64
with C-style syntax. It offers compilation to JavaScript, interfaces,
65
mixins, abstract classes, reified generics, and optional typing.
66
'';
67
+ mainProgram = "dart";
68
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
69
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
70
license = licenses.bsd3;
0 commit comments