forked from mirrors/nixpkgs
opensc: Fix pcsclite reference
This commit is contained in:
parent
4db81f081b
commit
919894f4fe
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
"--localstatedir=/var"
|
||||
"--sysconfdir=/etc"
|
||||
"--with-xsl-stylesheetsdir=${docbook_xsl}/xml/xsl/docbook"
|
||||
"--with-pcsc-provider=${pcsclite}/lib/libpcsclite.so"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue