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-07 11:38:08 +0200
commit94c1cf62732f26944b5bb613c4880011f68420a3 (patch)
tree511ab4a4bd7043f97e2a6b3d51f7b7e1e6bb6478 /tv/5pkgs/simple
parent526794c4e37bd5a1c528ab1e9ad434e73400a421 (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"
];