p11-kit: 0.23.11 -> 0.23.12
0.23.11 breaks gnutls: https://github.com/p11-glue/p11-kit/issues/159
This commit is contained in:
parent
0135f04d77
commit
5bedf23514
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "p11-kit-${version}";
|
name = "p11-kit-${version}";
|
||||||
version = "0.23.11";
|
version = "0.23.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "p11-glue";
|
owner = "p11-glue";
|
||||||
repo = "p11-kit";
|
repo = "p11-kit";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08jfxml3w8gn85qz19ps1z8yb66k921z0cgzizqn1ipl9pp5pxyd";
|
sha256 = "0pb3qlddzbw7dglwnrl7fs9g71vhqk7qzxnb1i4nw633qgy21ga1";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev"];
|
outputs = [ "out" "dev"];
|
||||||
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
installFlags = [ "exampledir=\${out}/etc/pkcs11" ];
|
installFlags = [ "exampledir=\${out}/etc/pkcs11" ];
|
||||||
|
|
||||||
doInstallCheck = false; # probably a bug in this derivation
|
doInstallCheck = false; # probably a bug in this derivation
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://p11-glue.freedesktop.org/;
|
homepage = https://p11-glue.freedesktop.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user