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

This commit is contained in:
Ben Siraphob
2021-01-22 00:00:13 +07:00
committed by Jonathan Ringer
parent 046d24424e
commit 66e44425c6
1770 changed files with 4913 additions and 4912 deletions

View File

@@ -26,7 +26,7 @@
- libOSMesa is in $osmesa (~4 MB)
*/
with stdenv.lib;
with lib;
let
# Release calendar: https://www.mesa3d.org/release-calendar.html
@@ -207,7 +207,7 @@ stdenv.mkDerivation {
done
'';
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-fno-common";
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-fno-common";
passthru = {
inherit libdrm;