opensc: 0.14.0 -> 0.15.0
This commit is contained in:
parent
dbed487998
commit
588d20ea39
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opensc-${version}";
|
name = "opensc-${version}";
|
||||||
version = "0.14.0";
|
version = "0.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenSC";
|
owner = "OpenSC";
|
||||||
repo = "OpenSC";
|
repo = "OpenSC";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "02q3rndcfd7lga1ph0xcl556rgigzpp9bpwqyn42rfbx8lll7gzv";
|
sha256 = "16y3ryx606nry2li05hm88bllrragdj3sfl3yh7pf71777n4lsk4";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -37,6 +37,10 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-pcsc-provider=${pcsclite}/lib/libpcsclite.so"
|
"--with-pcsc-provider=${pcsclite}/lib/libpcsclite.so"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
installFlags = [
|
||||||
|
"sysconfdir=\${out}/etc"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Set of libraries and utilities to access smart cards";
|
description = "Set of libraries and utilities to access smart cards";
|
||||||
homepage = https://github.com/OpenSC/OpenSC/wiki;
|
homepage = https://github.com/OpenSC/OpenSC/wiki;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user