about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/tilix
diff options
context:
space:
mode:
authorRyan Hendrickson <ryan.hendrickson@alum.mit.edu>2023-05-11 22:14:15 -0400
committerRyan Hendrickson <ryan.hendrickson@alum.mit.edu>2023-05-11 22:14:15 -0400
commit8be79ddf0a7e2675690e5389e1eeb1a4f86179a7 (patch)
tree55d1b7b2f45bc8d73d3af22185e9883636da22b0 /pkgs/applications/terminal-emulators/tilix
parent6dee6324c73b6b4004ac4a766a2a91768d95c4cb (diff)
downloadnixlib-8be79ddf0a7e2675690e5389e1eeb1a4f86179a7.tar
nixlib-8be79ddf0a7e2675690e5389e1eeb1a4f86179a7.tar.gz
nixlib-8be79ddf0a7e2675690e5389e1eeb1a4f86179a7.tar.bz2
nixlib-8be79ddf0a7e2675690e5389e1eeb1a4f86179a7.tar.lz
nixlib-8be79ddf0a7e2675690e5389e1eeb1a4f86179a7.tar.xz
nixlib-8be79ddf0a7e2675690e5389e1eeb1a4f86179a7.tar.zst
nixlib-8be79ddf0a7e2675690e5389e1eeb1a4f86179a7.zip
tilix: fix build issue with ldc 1.31+
Diffstat (limited to 'pkgs/applications/terminal-emulators/tilix')
-rw-r--r--pkgs/applications/terminal-emulators/tilix/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/applications/terminal-emulators/tilix/default.nix b/pkgs/applications/terminal-emulators/tilix/default.nix
index 736b0e36d956..fb8d1b56d086 100644
--- a/pkgs/applications/terminal-emulators/tilix/default.nix
+++ b/pkgs/applications/terminal-emulators/tilix/default.nix
@@ -16,6 +16,7 @@
 , libunwind
 , appstream
 , nixosTests
+, fetchpatch
 }:
 
 stdenv.mkDerivation rec {
@@ -55,6 +56,15 @@ stdenv.mkDerivation rec {
     libunwind
   ];
 
+  patches = [
+    # https://github.com/gnunn1/tilix/issues/2151
+    (fetchpatch {
+      name = "tilix-replace-std-xml-with-gmarkup.patch";
+      url = "https://github.com/gnunn1/tilix/commit/b02779737997a02b98b690e6f8478d28d5e931a5.patch";
+      hash = "sha256-6p+DomJEZ/hCW8RTjttKsTDsgHZ6eFKj/71TU5O/Ysg=";
+    })
+  ];
+
   postPatch = ''
     chmod +x meson_post_install.py
     patchShebangs meson_post_install.py