3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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