Skip to content

Commit b2d19a4

Browse files
committedJul 31, 2017
fbida: fix build failure
1 parent f90c4be commit b2d19a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/graphics/fbida/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
1414
buildInputs = [ libexif libjpeg libpng libungif freetype fontconfig libtiff
1515
libwebp imagemagick curl sane-backends libdrm libXpm epoxy poppler lirc ];
1616

17-
makeFlags = [ "prefix=$(out)" "verbose=yes" ];
17+
makeFlags = [ "prefix=$(out)" "verbose=yes" "STRIP=" ];
1818

1919
patchPhase =
2020
''

0 commit comments

Comments
 (0)
Please sign in to comment.