1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

openocd: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-03 13:43:38 +01:00
parent d2ad88faf9
commit 9398fbe97b
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
"-Wno-format-truncation"
"-Wno-format-overflow"
"-Wno-error=tautological-compare"
"-Wno-error=array-bounds"
];
postInstall = lib.optionalString stdenv.isLinux ''