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

This commit is contained in:
Ben Siraphob
2021-01-23 08:57:37 +07:00
parent bbaff89ceb
commit acc5f7b18a
320 changed files with 1660 additions and 1657 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ clangStdenv, stdenv, fetchFromGitHub, cmake, zlib, openexr,
{ clangStdenv, lib, stdenv, fetchFromGitHub, cmake, zlib, openexr,
openimageio, llvm, boost165, flex, bison, partio, pugixml,
util-linux, python
}:
@@ -29,7 +29,7 @@ in clangStdenv.mkDerivation rec {
python # CMake doesn't check this?
];
# TODO: How important is partio? CMake doesn't seem to find it
meta = with stdenv.lib; {
meta = with lib; {
description = "Advanced shading language for production GI renderers";
homepage = "http://opensource.imageworks.com/?p=osl";
maintainers = with maintainers; [ hodapp ];