Merge branch 'master' of git://github.com/urv/nixpkgs

pcsclite: $out was misspelled
This commit is contained in:
Shea Levy 2014-03-22 20:54:01 -04:00
commit 2c9f176b94

View file

@ -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 ];