epkowa: fix parsing of interpreters (#82909)

Building with -std=c99 breaks the obsolete "%as" format string, which
completely breaks the parsing of epkowa interpreters. This means that
no scanner requiring plugins worked.
This commit is contained in:
Dominik Honnef
2020-03-19 13:40:45 -04:00
committed by GitHub
parent c69153580b
commit e22eb2d7b5
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -244,6 +244,7 @@ stdenv.mkDerivation rec {
sha256 = "04y70qjd220dpyh771fiq50lha16pms98mfigwjczdfmx6kpj1jd";
})
./firmware_location.patch
./sscanf.patch
];
patchFlags = [ "-p0" ];