treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -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}";
|
||||
pname = "lie";
|
||||
|
||||
meta = {
|
||||
description = "A Computer algebra package for Lie group computations";
|
||||
|
||||
Reference in New Issue
Block a user