bviplus: fix build
This commit is contained in:
parent
20a8349d62
commit
ffe0b43dc0
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue