fbida: fix build failure

+1 -1
+1 -1
pkgs/applications/graphics/fbida/default.nix
··· 14 14 buildInputs = [ libexif libjpeg libpng libungif freetype fontconfig libtiff 15 15 libwebp imagemagick curl sane-backends libdrm libXpm epoxy poppler lirc ]; 16 16 17 - makeFlags = [ "prefix=$(out)" "verbose=yes" ]; 17 + makeFlags = [ "prefix=$(out)" "verbose=yes" "STRIP=" ]; 18 18 19 19 patchPhase = 20 20 ''