lie: LiE -> lie

Attributes need to be lowercase, see https://nixos.org/nixpkgs/manual/#sec-package-naming.
This commit is contained in:
Matthew Bauer 2016-08-10 21:04:16 -05:00
parent c66ca712b9
commit d4b1289592
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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 { };