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

This commit is contained in:
Ben Siraphob
2021-01-23 20:30:03 +07:00
parent f6a583eeec
commit c522fec274
534 changed files with 1314 additions and 1314 deletions
@@ -1,4 +1,4 @@
{ stdenv, rpmextract, patchelf, makeWrapper, file, requireFile, glib, zlib,
{ lib, stdenv, rpmextract, patchelf, makeWrapper, file, requireFile, glib, zlib,
freetype, fontconfig, xorg, libusb-compat-0_1 }:
stdenv.mkDerivation {
@@ -95,7 +95,7 @@ stdenv.mkDerivation {
done
'';
libPath = stdenv.lib.makeLibraryPath [
libPath = lib.makeLibraryPath [
glib zlib freetype fontconfig
xorg.libSM xorg.libICE xorg.libXrender xorg.libXext xorg.libX11 xorg.libXt
libusb-compat-0_1
@@ -109,8 +109,8 @@ stdenv.mkDerivation {
next-generation replacement for ispLEVER.
'';
homepage = "http://www.latticesemi.com/latticediamond";
license = stdenv.lib.licenses.unfree;
maintainers = with stdenv.lib.maintainers; [ q3k ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ q3k ];
platforms = [ "x86_64-linux" ];
};
}