From 1207b8ef6bc3f6edd5cfe19380a5ea0de21c2e0e Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Tue, 12 Mar 2019 21:10:27 +0100
Subject: [PATCH] tv utsushi: set udev confdir

---
 tv/5pkgs/simple/utsushi.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tv/5pkgs/simple/utsushi.nix b/tv/5pkgs/simple/utsushi.nix
index e61dd188f..db9ef4b1f 100644
--- a/tv/5pkgs/simple/utsushi.nix
+++ b/tv/5pkgs/simple/utsushi.nix
@@ -172,6 +172,7 @@ stdenv.mkDerivation rec {
     "--with-boost=${boost}"
     "--with-magick"
     "--with-magick-pp"
+    "--with-udev-confdir=$(out)/etc/udev"
   ]
   ++ stdenv.lib.optionals guiSupport [
     "--with-gtkmm"