From 9111ce6be281a72751d18e1d664b52f12cef19c4 Mon Sep 17 00:00:00 2001 From: Arvin Moezzi Date: Sat, 22 Mar 2014 13:34:28 +0100 Subject: 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 ... --- pkgs/tools/security/pcsclite/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/security/pcsclite') diff --git a/pkgs/tools/security/pcsclite/default.nix b/pkgs/tools/security/pcsclite/default.nix index d069c183842..7f13ffc8db5 100644 --- a/pkgs/tools/security/pcsclite/default.nix +++ b/pkgs/tools/security/pcsclite/default.nix @@ -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 ]; -- cgit 1.4.1