tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bviplus: fix build
Igor Sharonov
9 years ago
ffe0b43d
20a8349d
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
bviplus
default.nix
+4
-2
pkgs/applications/editors/bviplus/default.nix
···
11
11
ncurses
12
12
];
13
13
makeFlags = "PREFIX=$(out)";
14
14
+
buildFlags = [ "CFLAGS=-fgnu89-inline" ];
15
15
+
14
16
meta = with lib; {
15
15
-
description = "ncurses based hex editor with a vim-like interface";
16
16
-
homepage = "http://bviplus.sourceforge.net";
17
17
+
description = "Ncurses based hex editor with a vim-like interface";
18
18
+
homepage = http://bviplus.sourceforge.net;
17
19
license = licenses.gpl3;
18
20
platforms = platforms.linux;
19
21
maintainers = with maintainers; [ cstrahan ];