flutter: remove patchelf

This commit is contained in:
kolaente 2021-03-23 21:00:23 +01:00
parent e5e446bdc0
commit ba619289b6
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

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 = ''