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 @@
{ stdenv, fetchurl
{ lib, stdenv, fetchurl
, bison, readline }:
stdenv.mkDerivation {
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
meta = {
description = "A Computer algebra package for Lie group computations";
homepage = "http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/";
license = stdenv.lib.licenses.lgpl3; # see the website
license = lib.licenses.lgpl3; # see the website
longDescription = ''
LiE is a computer algebra system that is specialised in computations
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
characteristics, we refer to the following sources of information.
''; # take from the website
platforms = stdenv.lib.platforms.linux;
platforms = lib.platforms.linux;
maintainers = [ ]; # this package is probably not going to change anyway
};