tv utsushi: set udev confdir

This commit is contained in:
tv 2019-03-12 21:10:27 +01:00
parent 4b7673a6a7
commit 1207b8ef6b
1 changed files with 1 additions and 0 deletions

View File

@ -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"