···28282929 # They use 'install -s', that calls the native strip instead of the cross
3030 postConfigure = ''
3131- sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}" ports.mk
3131+ sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}/" ports.mk
3232 '';
33333434 meta = with stdenv.lib; {