Commit aea5e85a authored by linsui's avatar linsui
Browse files

flutter: set sourceProvenance

parent 5b786a4e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -198,6 +198,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"