Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings remain. Where there was any possible ambiguity about the exact version or variant intended, nothing was changed. IANAL, nor a search robot. Use `with stdenv.lib` wherever it makes sense.
This commit is contained in:
@@ -16,9 +16,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ pkgconfig openssl autoconf automake libtool ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.opensc-project.org/opensc/wiki/pkcs11-helper;
|
||||
license = [ "BSD" "GPLv2" ];
|
||||
license = with licenses; [ "BSD" gpl2 ];
|
||||
description = "Library that simplifies the interaction with PKCS#11 providers";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user