1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

Making openct point to /var/lib and not $out/var/lib

svn path=/nixpkgs/trunk/; revision=19408
This commit is contained in:
Lluís Batlle i Rossell 2010-01-13 20:56:01 +00:00
parent 5bf63365d2
commit 0407211253

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1y4jlr877g3lziq7i3p6pdkscqpkn1lld874q6r2hsvc39n7c88z";
};
configureFlags = [ "--enable-usb" "--enable-pcsc" ];
configureFlags = [ "--enable-usb" "--enable-pcsc" "--localstatedir=/var" ];
buildInputs = [ libtool pcsclite libusb pkgconfig ];
meta = {