pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/libical/libical";
|
||||
description = "An Open Source implementation of the iCalendar protocols";
|
||||
license = licenses.mpl20;
|
||||
|
||||
Reference in New Issue
Block a user