treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-16 17:58:11 +07:00
parent a9bb54359e
commit badf51221d
977 changed files with 2613 additions and 2613 deletions
@@ -1,6 +1,6 @@
{ boost, cmake, fetchFromGitHub, freeglut, freetype, glew, libjpeg, libmypaint
, libpng, libtiff, libusb1, lz4, lzma, lzo, openblas, pkgconfig, qtbase
, qtmultimedia, qtscript, stdenv, superlu, wrapQtAppsHook, }:
, qtmultimedia, qtscript, lib, stdenv, superlu, wrapQtAppsHook, }:
let source = import ./source.nix { inherit fetchFromGitHub; };
in stdenv.mkDerivation rec {
inherit (source) src;
@@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
meta = {
description = "Full-featured 2D animation creation software";
homepage = "https://opentoonz.github.io/";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ chkno ];
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ chkno ];
};
}