Turn some license strings into lib.licenses values
This commit is contained in:
committed by
Peter Simons
parent
50f548771e
commit
7a45996233
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
functions, random numbers and a lot of supporting functions.
|
||||
'';
|
||||
|
||||
license = "LGPLv2+";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
|
||||
homepage = https://www.gnu.org/software/libgcrypt/;
|
||||
repositories.git = git://git.gnupg.org/libgcrypt.git;
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation (rec {
|
||||
functions, random numbers and a lot of supporting functions.
|
||||
'';
|
||||
|
||||
license = "LGPLv2+";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
|
||||
homepage = http://gnupg.org/;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
@@ -38,4 +38,3 @@ stdenv.mkDerivation (rec {
|
||||
// stdenv.lib.optionalAttrs (stdenv.isFreeBSD && stdenv.isi686)
|
||||
{ configureFlags = [ "--disable-aesni-support" ]; }
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user