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 | e8f0f8318492347716db2c1e48852a4a88ab474a (patch) | |
tree | 1941ddf8d18b6719d215f4aedd5396d6b5dd37e0 /tv/5pkgs | |
parent | 51f21751e7e627cd8e3e7f3656eb269261d6fd06 (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 e61dd18..db9ef4b 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" |