flutter: remove patchelf

This commit is contained in:
kolaente
2021-03-23 21:00:23 +01:00
parent e5e446bdc0
commit ba619289b6

View File

@@ -45,7 +45,6 @@ let
postPatch = ''
patchShebangs --build ./bin/
find ./bin/ -executable -type f -exec patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) {} \;
'';
buildPhase = ''