pkgs/development/libraries: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-21 19:11:02 -08:00
committed by Jonathan Ringer
parent 046d24424e
commit 66e44425c6
1770 changed files with 4913 additions and 4912 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, xalanc, xercesc, openssl, pkg-config }:
{ lib, stdenv, fetchurl, xalanc, xercesc, openssl, pkg-config }:
stdenv.mkDerivation rec {
pname = "xml-security-c";
@@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://santuario.apache.org/";
description = "C++ Implementation of W3C security standards for XML";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.jagajaga ];
license = lib.licenses.gpl2;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.jagajaga ];
};
}