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,8 +1,8 @@
{ stdenv, fetchurl, libGLU, xlibsWrapper, libXmu, libXi
{ lib, stdenv, fetchurl, libGLU, xlibsWrapper, libXmu, libXi
, AGL, OpenGL
}:
with stdenv.lib;
with lib;
stdenv.mkDerivation rec {
name = "glew-1.10.0";
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
"SYSTEM=${if stdenv.hostPlatform.isMinGW then "mingw" else stdenv.hostPlatform.parsed.kernel.name}"
];
meta = with stdenv.lib; {
meta = with lib; {
description = "An OpenGL extension loading library for C(++)";
homepage = "http://glew.sourceforge.net/";
license = licenses.free; # different files under different licenses
+3 -3
View File
@@ -1,8 +1,8 @@
{ stdenv, fetchurl, libGLU, xlibsWrapper, libXmu, libXi
{ lib, stdenv, fetchurl, libGLU, xlibsWrapper, libXmu, libXi
, OpenGL
}:
with stdenv.lib;
with lib;
stdenv.mkDerivation rec {
name = "glew-2.2.0";
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
meta = with lib; {
description = "An OpenGL extension loading library for C(++)";
homepage = "http://glew.sourceforge.net/";
license = licenses.free; # different files under different licenses