pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, qt4 }:
|
||||
{ lib, stdenv, fetchurl, qt4 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "qtscriptgenerator-0.1.0";
|
||||
@@ -43,6 +43,6 @@ stdenv.mkDerivation {
|
||||
description = "QtScript bindings generator";
|
||||
homepage = "https://code.qt.io/cgit/qt-labs/qtscriptgenerator.git/";
|
||||
inherit (qt4.meta) platforms;
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
license = lib.licenses.lgpl21;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user