udftools: remove obsolete gcc5 patch
fixed by setting C compiler standard
This commit is contained in:
@@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ ncurses readline ];
|
||||
|
||||
patches = [ ./gcc5.patch ];
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-std=gnu90";
|
||||
|
||||
Reference in New Issue
Block a user