Merge branch 'master' of git://github.com/urv/nixpkgs
pcsclite: $out was misspelled
This commit is contained in:
commit
2c9f176b94
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ 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)/etc/systemd/system"
|
"--with-systemdsystemunitdir=$out/etc/systemd/system"
|
||||||
"--enable-confdir=$(out)/etc"
|
"--enable-confdir=$out/etc"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ udev dbus_libs perl ];
|
buildInputs = [ udev dbus_libs perl ];
|
||||||
|
|
Loading…
Reference in a new issue