Co-authored-by: Kerstin <kerstin@erictapen.name>
This commit is contained in:
summersamara
2024-07-19 15:25:34 +02:00
committed by GitHub
co-authored by Kerstin
parent 3d44d5c2ce
commit e331c90739
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
url = "mirror://ubuntu/pool/universe/h/hexdiff/hexdiff_0.0.53.orig.tar.gz";
sha256 = "sha256-M1bmkW63pHlfl9zNWEq0EGN1rpVGo+BTUKM9ot4HWqo=";
};
# Fix compiler error that wants a string literal as format string for `wprintw`
prePatch = ''
substituteInPlace sel_file.c \
--replace 'wprintw(win, txt_aide_fs[foo]);' 'wprintw(win, "%s", txt_aide_fs[foo]);'