diff options
author | tv <tv@krebsco.de> | 2018-10-06 23:48:20 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-10-07 11:38:08 +0200 |
commit | 5641a6ad03baccf299be6574193a37dd16e17137 (patch) | |
tree | d9e9e9b6d265cbdb387ea7d60c5dbc39e6506b39 /tv/5pkgs/simple | |
parent | e4c90d8cbea4c929a83358700e563978270724c0 (diff) |
tv: add 18.09 compatibility
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r-- | tv/5pkgs/simple/utsushi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/utsushi.nix b/tv/5pkgs/simple/utsushi.nix index 518c34ca0..e61dd188f 100644 --- a/tv/5pkgs/simple/utsushi.nix +++ b/tv/5pkgs/simple/utsushi.nix @@ -164,6 +164,7 @@ stdenv.mkDerivation rec { ; NIX_CFLAGS_COMPILE = [ + "-Wno-error=deprecated-declarations" "-Wno-error=unused-variable" ]; |