pkgs/development/compilers: stdenv.lib -> lib
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user