pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ buildPackages, stdenv, fetchurl, gettext, libgpgerror }:
|
||||
{ buildPackages, lib, stdenv, fetchurl, gettext, libgpgerror }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libksba-1.5.0";
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
rmdir --ignore-fail-on-non-empty $out/bin
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://www.gnupg.org";
|
||||
description = "CMS and X.509 access library";
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user