Update default.nix

wip/yesman
Michael Raskin 7 years ago committed by GitHub
parent 498cc60f90
commit 1a47f96711
  1. 2
      pkgs/development/libraries/libp11/default.nix

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/OpenSC/libp11;
license = "LGPL";
license = licenses.lgpl21Plus;
description = "Small layer on top of PKCS#11 API to make PKCS#11 implementations easier";
platforms = platforms.all;
};

Loading…
Cancel
Save