mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
bviplus: fix build
This commit is contained in:
parent
20a8349d62
commit
ffe0b43dc0
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user