Skip to content

Commit

Permalink
dart: set meta.mainProgram (NixOS#342479)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee authored Sep 19, 2024
1 parent db8da26 commit a532aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/dart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
with C-style syntax. It offers compilation to JavaScript, interfaces,
mixins, abstract classes, reified generics, and optional typing.
'';
mainProgram = "dart";
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.bsd3;
Expand Down

0 comments on commit a532aa9

Please sign in to comment.