summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/simple
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-10-06 23:48:20 +0200
committertv <tv@krebsco.de>2018-10-06 23:48:20 +0200
commit0730e4eb7481c6c25ef6642f2ec07834f2881961 (patch)
tree01a74299f72fcb560021785aedf88554cf4f9724 /tv/5pkgs/simple
parentb11df47d92bebd5236b6218b6e6e9599f98e5ce5 (diff)
tv: add 18.09 compatibility
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r--tv/5pkgs/simple/utsushi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/utsushi.nix b/tv/5pkgs/simple/utsushi.nix
index 518c34c..e61dd18 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"
];