Unverified Commit a49bbbe7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

flutter: set sourceProvenance (#440682)

parents ae0ce476 aea5e85a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -201,6 +201,9 @@ let
      '';
      homepage = "https://flutter.dev";
      license = lib.licenses.bsd3;
      sourceProvenance =
        with lib.sourceTypes;
        if useNixpkgsEngine then [ fromSource ] else [ binaryNativeCode ];
      platforms = [
        "x86_64-linux"
        "aarch64-linux"