parent
344f2e6518
commit
d6349df0dd
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--without-powerman" # Until we have it ...
|
"--without-powerman" # Until we have it ...
|
||||||
"--without-cgi"
|
"--without-cgi"
|
||||||
"--without-hal"
|
"--without-hal"
|
||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/systemd"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
"--with-udev-dir=$(out)/etc/udev"
|
"--with-udev-dir=$(out)/etc/udev"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ let
|
|||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--with-session-socket-dir=/tmp"
|
"--with-session-socket-dir=/tmp"
|
||||||
"--with-systemdsystemunitdir=$(out)/lib/systemd"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/systemd"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
"--with-udevdir=$(out)/lib/udev"
|
"--with-udevdir=$(out)/lib/udev"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -12,7 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
configureFlags = "--with-udevrulesdir=$out/lib/udev/rules.d --with-systemdsystemunitdir=$out/lib/udev/rules.d --disable-bash-completion";
|
configureFlags = [
|
||||||
|
"--with-udevrulesdir=$out/lib/udev/rules.d"
|
||||||
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
|
"--disable-bash-completion"
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [ glib polkit pkgconfig intltool gusb libusb1 lcms2 sqlite systemd dbus gobjectIntrospection
|
buildInputs = [ glib polkit pkgconfig intltool gusb libusb1 lcms2 sqlite systemd dbus gobjectIntrospection
|
||||||
bashCompletion ];
|
bashCompletion ];
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--with-udev-rules"
|
[ "--with-udev-rules"
|
||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/systemd"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
|
@ -12,13 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
# The OS should care on preparing the drivers into this location
|
# The OS should care on preparing the drivers into this location
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-usbdropdir=/var/lib/pcsc/drivers"
|
"--enable-usbdropdir=/var/lib/pcsc/drivers"
|
||||||
"--with-systemdsystemunitdir=$out/lib/systemd/system" # probably
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
|
"--enable-confdir=$(out)/etc"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
configureFlags="$configureFlags --enable-confdir=$out/etc"
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs = [ udev dbus_libs perl ];
|
buildInputs = [ udev dbus_libs perl ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user