mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
pcsclite: $out was misspelled
$(out) was evaluated to an empty string and hence pcscd didn't startup: configfile.l:234:tok_error() tok_error: invalid value line ...
This commit is contained in:
parent
451bc020e1
commit
9111ce6be2
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
||||
# The OS should care on preparing the drivers into this location
|
||||
configureFlags = [
|
||||
"--enable-usbdropdir=/var/lib/pcsc/drivers"
|
||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||
"--enable-confdir=$(out)/etc"
|
||||
"--with-systemdsystemunitdir=$out/etc/systemd/system"
|
||||
"--enable-confdir=$out/etc"
|
||||
];
|
||||
|
||||
buildInputs = [ udev dbus_libs perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user