diff options
author | tv <tv@krebsco.de> | 2019-03-12 21:10:27 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-03-12 21:10:39 +0100 |
commit | 1207b8ef6bc3f6edd5cfe19380a5ea0de21c2e0e (patch) | |
tree | a5e42079f510bfffad95cf2976f4af5ac8bbb058 /tv/5pkgs | |
parent | 4b7673a6a7f221119883ec043519b2f7323779e1 (diff) |
tv utsushi: set udev confdir
Diffstat (limited to 'tv/5pkgs')
-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 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" |