Upgrade to pcsclite-1.7.4
-1 HAL reverse-dependency... svn path=/nixpkgs/trunk/; revision=29345
This commit is contained in:
parent
d6c9400fbc
commit
f4a96780d1
@ -1,10 +1,11 @@
|
|||||||
{stdenv, fetchurl, hal, pkgconfig, dbus}:
|
{ stdenv, fetchurl, udev, pkgconfig, dbus_libs }:
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "pcsclite-1.5.5";
|
stdenv.mkDerivation rec {
|
||||||
|
name = "pcsclite-1.7.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://alioth.debian.org/frs/download.php/3082/pcsc-lite-1.5.5.tar.bz2;
|
url = "http://alioth.debian.org/frs/download.php/3598/${name}.tar.bz2";
|
||||||
sha256 = "09pdf4dbzjh235zp6x7aiby266i7kmmmz6bjdyf9mzyyq7ryc785";
|
sha256 = "1lc3amxisv2ya51v0gysygldj25kv7zj81famv69s205mvmagr6q";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The OS should care on preparing the drivers into this location
|
# The OS should care on preparing the drivers into this location
|
||||||
@ -13,7 +14,10 @@ stdenv.mkDerivation {
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
configureFlags="$configureFlags --enable-confdir=$out/etc"
|
configureFlags="$configureFlags --enable-confdir=$out/etc"
|
||||||
'';
|
'';
|
||||||
buildInputs = [ hal pkgconfig dbus ];
|
|
||||||
|
buildInputs = [ udev dbus_libs ];
|
||||||
|
|
||||||
|
buildNativeInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Middleware to access a smart card using SCard API (PC/SC)";
|
description = "Middleware to access a smart card using SCard API (PC/SC)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user