We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f90c4be commit b2d19a4Copy full SHA for b2d19a4
pkgs/applications/graphics/fbida/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
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" ];
+ makeFlags = [ "prefix=$(out)" "verbose=yes" "STRIP=" ];
18
19
patchPhase =
20
''
0 commit comments