1{fetchgit}: 2fetchgit{ 3url="https://swiftshader.googlesource.com/SwiftShader.git"; 4rev="@engine_swiftshader_rev@"; 5 6# Keep with in sync of pkgs/development/compilers/flutter/engine/package.nix 7postFetch='' 8rm-rf$out/third_party/llvm-project 9'';10}