Merge pull request #16464 from igsha/fix-bviplus

bviplus: fix build
This commit is contained in:
zimbatm 2016-06-24 01:02:51 +01:00 committed by GitHub
commit a53427144f
1 changed files with 4 additions and 2 deletions

View File

@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
ncurses ncurses
]; ];
makeFlags = "PREFIX=$(out)"; makeFlags = "PREFIX=$(out)";
buildFlags = [ "CFLAGS=-fgnu89-inline" ];
meta = with lib; { meta = with lib; {
description = "ncurses based hex editor with a vim-like interface"; description = "Ncurses based hex editor with a vim-like interface";
homepage = "http://bviplus.sourceforge.net"; homepage = http://bviplus.sourceforge.net;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];