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,4 +1,4 @@
{ fetchFromGitHub, stdenv, autoconf, automake, pkgconfig, m4, curl,
{ fetchFromGitHub, lib, stdenv, autoconf, automake, pkgconfig, m4, curl,
libGLU, libGL, libXmu, libXi, freeglut, libjpeg, libtool, wxGTK30, xcbutil,
sqlite, gtk2, patchelf, libXScrnSaver, libnotify, libX11, libxcb }:
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Free software for distributed and grid computing";
homepage = "https://boinc.berkeley.edu/";
license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.linux; # arbitrary choice
license = lib.licenses.lgpl2Plus;
platforms = lib.platforms.linux; # arbitrary choice
};
}