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