tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bviplus: fix build with gcc14
Sigmanificient
11 months ago
4e63062e
aa70590e
+2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
bv
bviplus
package.nix
+2
pkgs/by-name/bv/bviplus/package.nix
···
35
36
buildFlags = [ "CFLAGS=-fgnu89-inline" ];
37
0
0
38
meta = with lib; {
39
description = "Ncurses based hex editor with a vim-like interface";
40
homepage = "https://bviplus.sourceforge.net";
···
35
36
buildFlags = [ "CFLAGS=-fgnu89-inline" ];
37
38
+
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-int";
39
+
40
meta = with lib; {
41
description = "Ncurses based hex editor with a vim-like interface";
42
homepage = "https://bviplus.sourceforge.net";