litemdview: unbreak on GCC 14

This commit is contained in:
Petr Zahradnik
2025-03-17 11:47:57 +05:30
committed by John Titor
parent 288dd5e05d
commit b401edfa7d
+3
View File
@@ -30,6 +30,9 @@ stdenv.mkDerivation {
];
meta = with lib; {
# Required for build with gcc-14
env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-int";
homepage = "https://notabug.org/g0tsu/litemdview";
description = "Suckless markdown viewer";
longDescription = ''