summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-09-09 17:50:40 +0200
committerVladimír Čunát <v@cunat.cz>2020-09-09 17:50:40 +0200
commite7979aadeacbd95c3d9964a20347f5792fb5d7f7 (patch)
tree305b7f36bc0b2e9d6ddd1c46879c1c1288dd8316
parent5a3539632286de3ef2fb7641050ba802e7699804 (diff)
parent67c991114f351f2f40f5be67888577d6000fd90a (diff)
downloadnixpkgs-e7979aadeacbd95c3d9964a20347f5792fb5d7f7.tar
nixpkgs-e7979aadeacbd95c3d9964a20347f5792fb5d7f7.tar.gz
nixpkgs-e7979aadeacbd95c3d9964a20347f5792fb5d7f7.tar.bz2
nixpkgs-e7979aadeacbd95c3d9964a20347f5792fb5d7f7.tar.lz
nixpkgs-e7979aadeacbd95c3d9964a20347f5792fb5d7f7.tar.xz
nixpkgs-e7979aadeacbd95c3d9964a20347f5792fb5d7f7.tar.zst
nixpkgs-e7979aadeacbd95c3d9964a20347f5792fb5d7f7.zip
Merge #97528: aegisub: fix build with make 4.3
-rw-r--r--pkgs/applications/video/aegisub/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/video/aegisub/default.nix b/pkgs/applications/video/aegisub/default.nix
index 64c7dc20f35..54dac5c2aa1 100644
--- a/pkgs/applications/video/aegisub/default.nix
+++ b/pkgs/applications/video/aegisub/default.nix
@@ -68,6 +68,12 @@ stdenv.mkDerivation
       url = "https://github.com/Aegisub/Aegisub/commit/c3c446a8d6abc5127c9432387f50c5ad50012561.patch";
       sha256 = "1n8wmjka480j43b1pr30i665z8hdy6n3wdiz1ls81wyv7ai5yygf";
     })
+
+    # Compatbility with make 4.3
+    (fetchpatch {
+      url = "https://github.com/Aegisub/Aegisub/commit/6bd3f4c26b8fc1f76a8b797fcee11e7611d59a39.patch";
+      sha256 = "1s9cc5rikrqb9ivjbag4b8yxcyjsmmmw744394d5xq8xi4k12vxc";
+    })
   ];
 
   nativeBuildInputs = [