diff options
author | tv <tv@krebsco.de> | 2018-10-06 23:48:20 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-10-06 23:48:20 +0200 |
commit | d7999df97cc7067b75e176ab274c560c950c0f35 (patch) | |
tree | 156d15ee5a3d48f46f206676d3b6fe88eba479f6 /tv/5pkgs/simple/utsushi.nix | |
parent | 2fdb6069470d30ab708b1897fbda78b1b8ac7605 (diff) |
tv: add 18.09 compatibility
Diffstat (limited to 'tv/5pkgs/simple/utsushi.nix')
-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" ]; |