···20 "--without-powerman" # Until we have it ...
21 "--without-cgi"
22 "--without-hal"
23- "--with-systemdsystemunitdir=$(out)/etc/systemd/systemd"
24 "--with-udev-dir=$(out)/etc/udev"
25 ];
26
···20 "--without-powerman" # Until we have it ...
21 "--without-cgi"
22 "--without-hal"
23+ "--with-systemdsystemunitdir=$(out)/etc/systemd/system"
24 "--with-udev-dir=$(out)/etc/udev"
25 ];
26
···12 # The OS should care on preparing the drivers into this location
13 configureFlags = [
14 "--enable-usbdropdir=/var/lib/pcsc/drivers"
15- "--with-systemdsystemunitdir=$out/lib/systemd/system" # probably
016 ];
17-18- preConfigure = ''
19- configureFlags="$configureFlags --enable-confdir=$out/etc"
20- '';
2122 buildInputs = [ udev dbus_libs perl ];
23
···12 # The OS should care on preparing the drivers into this location
13 configureFlags = [
14 "--enable-usbdropdir=/var/lib/pcsc/drivers"
15+ "--with-systemdsystemunitdir=$(out)/etc/systemd/system"
16+ "--enable-confdir=$(out)/etc"
17 ];
00001819 buildInputs = [ udev dbus_libs perl ];
20