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
+3 -3
View File
@@ -1,11 +1,11 @@
{ stdenv, fetchurl
{ lib, stdenv, fetchurl
, # Compile statically (support for packages that look for the static object)
staticSupport ? stdenv.hostPlatform.isStatic
}:
let
inherit (stdenv) isDarwin;
inherit (stdenv.lib) optional optionalString;
inherit (lib) optional optionalString;
in
stdenv.mkDerivation rec {
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
parallelBuild = false;
meta = with stdenv.lib; {
meta = with lib; {
description = "Lossy speech compression codec";
homepage = "http://www.quut.com/gsm/";
license = licenses.bsd2;