texmacs: 2.1.2 -> 2.1.4 (#340621)
This commit is contained in:
commit
6ed345de43
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "texmacs";
|
pname = "texmacs";
|
||||||
version = "2.1.2";
|
version = "2.1.4";
|
||||||
common = callPackage ./common.nix {
|
common = callPackage ./common.nix {
|
||||||
inherit extraFonts chineseFonts japaneseFonts koreanFonts;
|
inherit extraFonts chineseFonts japaneseFonts koreanFonts;
|
||||||
tex = texliveSmall;
|
tex = texliveSmall;
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${version}-src.tar.gz";
|
url = "https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${version}-src.tar.gz";
|
||||||
hash = "sha256-Ds9gxOwMYSttEWrawgxLHGxHyMBvt8WmyPIwBP2g/CM=";
|
hash = "sha256-h6aSLuDdrAtVzOnNVPqMEWX9WLDHtkCjPy9JXWnBgYY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = common.postPatch + ''
|
postPatch = common.postPatch + ''
|
||||||
|
Loading…
Reference in New Issue
Block a user