lie: LiE -> lie
Attributes need to be lowercase, see https://nixos.org/nixpkgs/manual/#sec-package-naming.
This commit is contained in:
parent
c66ca712b9
commit
d4b1289592
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "2.2.2";
|
||||
# The current version of LiE is 2.2.2, which is more or less unchanged
|
||||
# since about the year 2000. Minor bugfixes do get applied now and then.
|
||||
name = "LiE-${version}";
|
||||
name = "lie-${version}";
|
||||
|
||||
meta = {
|
||||
description = "A Computer algebra package for Lie group computations";
|
||||
|
@ -16537,7 +16537,7 @@ in
|
||||
|
||||
openspecfun = callPackage ../development/libraries/science/math/openspecfun {};
|
||||
|
||||
LiE = callPackage ../applications/science/math/LiE { };
|
||||
lie = callPackage ../applications/science/math/LiE { };
|
||||
|
||||
magma = callPackage ../development/libraries/science/math/magma { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user