treewide: name -> pname

This commit is contained in:
volth
2019-08-13 21:52:01 +00:00
parent fe9a3e3e63
commit c814d72b51
520 changed files with 1164 additions and 622 deletions

View File

@@ -23,7 +23,8 @@ let
}."${stdenv.hostPlatform.system}" or (throw "system #{stdenv.hostPlatform.system.} is not supported");
in stdenv.mkDerivation rec {
name = "kindlegen-${version}";
pname = "kindlegen";
inherit version;
src = fetchurl {
inherit url;

View File

@@ -91,7 +91,8 @@ texliveYear = year;
core = stdenv.mkDerivation rec {
name = "texlive-bin-${version}";
pname = "texlive-bin";
inherit version;
inherit (common) src patches postPatch preAutoreconf postAutoreconf;
@@ -183,7 +184,8 @@ core = stdenv.mkDerivation rec {
inherit (core-big) metafont metapost luatex xetex;
core-big = stdenv.mkDerivation { #TODO: upmendex
name = "texlive-core-big.bin-${version}";
pname = "texlive-core-big.bin";
inherit version;
inherit (common) src patches postPatch preAutoreconf postAutoreconf;
@@ -246,7 +248,8 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
dvisvgm = stdenv.mkDerivation {
name = "texlive-dvisvgm.bin-${version}";
pname = "texlive-dvisvgm.bin";
inherit version;
inherit (common) src;
@@ -263,7 +266,8 @@ dvisvgm = stdenv.mkDerivation {
dvipng = stdenv.mkDerivation {
name = "texlive-dvipng.bin-${version}";
pname = "texlive-dvipng.bin";
inherit version;
inherit (common) src;
@@ -315,7 +319,8 @@ latexindent = perlPackages.buildPerlPackage rec {
inherit biber;
bibtexu = bibtex8;
bibtex8 = stdenv.mkDerivation {
name = "texlive-bibtex-x.bin-${version}";
pname = "texlive-bibtex-x.bin";
inherit version;
inherit (common) src;
@@ -332,7 +337,8 @@ bibtex8 = stdenv.mkDerivation {
xdvi = stdenv.mkDerivation {
name = "texlive-xdvi.bin-${version}";
pname = "texlive-xdvi.bin";
inherit version;
inherit (common) src;
@@ -360,7 +366,8 @@ xdvi = stdenv.mkDerivation {
{
xindy = stdenv.mkDerivation {
name = "texlive-xindy.bin-${version}";
pname = "texlive-xindy.bin";
inherit version;
inherit (common) src;