treewide: stdenv.lib -> lib
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user