udftools: remove obsolete gcc5 patch

fixed by setting C compiler standard
This commit is contained in:
Robin Gloster
2016-08-13 09:48:26 +00:00
parent 7a56781b35
commit 572490bce9
2 changed files with 0 additions and 19 deletions
@@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses readline ];
patches = [ ./gcc5.patch ];
hardeningDisable = [ "fortify" ];
NIX_CFLAGS_COMPILE = "-std=gnu90";