fbida: fix build failure

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