summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/texmacs
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2020-11-06 20:54:12 +0100
committerNiklas Hambüchen <mail@nh2.me>2020-11-06 20:54:12 +0100
commitb5008f9e303c03baf98f8878ac119a7d749a62d1 (patch)
treede5c415d3534095d420fd95cbcf383848d13bfed /pkgs/applications/editors/texmacs
parent34ad166a830d3ac1541dcce571c52231f2f0865a (diff)
texmacs: 1.99.13 -> 1.99.14
Diffstat (limited to 'pkgs/applications/editors/texmacs')
-rw-r--r--pkgs/applications/editors/texmacs/default.nix17
1 files changed, 2 insertions, 15 deletions
diff --git a/pkgs/applications/editors/texmacs/default.nix b/pkgs/applications/editors/texmacs/default.nix
index aeef43e3f0b8..32892c7c26e7 100644
--- a/pkgs/applications/editors/texmacs/default.nix
+++ b/pkgs/applications/editors/texmacs/default.nix
@@ -16,7 +16,7 @@
let
pname = "TeXmacs";
- version = "1.99.13";
+ version = "1.99.14";
common = callPackage ./common.nix {
inherit tex extraFonts chineseFonts japaneseFonts koreanFonts;
};
@@ -26,22 +26,9 @@ mkDerivation {
src = fetchurl {
url = "https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${version}-src.tar.gz";
- sha256 = "Aq0cS47QqmFQHelxRjANeJlgXCXagnYRykpAq7wHqbQ=";
+ sha256 = "1zbl1ddhppgnn3j213jl1b9mn8zmwnknxiqswm25p4llj0mqcgna";
};
- patches = [
- # Minor patch for Qt 5.15 support, should be included in next release.
- (fetchpatch {
- url = "https://github.com/texmacs/texmacs/commit/3cf56af92326b74538f5e943928199ba6e963d0b.patch";
- sha256 = "+OBQmnKgvQZZkLx6ea773Dwq0o7L92Sex/kcVUhmg6Q=";
- })
- # Fix returned version, lets hope they remember to bump the version next release.
- (fetchpatch {
- url = "https://github.com/texmacs/texmacs/commit/da5b67005d2fc31bb32ea1ead882c26af12d8cbb.patch";
- sha256 = "czMgdraQErrdvN83jY76P673L52BpQkDwntmKvF0Ykg=";
- })
- ];
-
enableParallelBuilding = true;
nativeBuildInputs = [ cmake pkgconfig ];