about summary refs log tree commit diff
path: root/pkgs/applications/office/abiword/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/abiword/default.nix')
-rw-r--r--pkgs/applications/office/abiword/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/abiword/default.nix b/pkgs/applications/office/abiword/default.nix
index 6483702e8226..1563cdf3d056 100644
--- a/pkgs/applications/office/abiword/default.nix
+++ b/pkgs/applications/office/abiword/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   patches = [
-    (fetchurl { url = https://gist.github.com/ylwghst/b28ef051980f41aca56df7a8affd9526/raw/; sha256 = "02p8kz02xm1197zcpzjs010mna9hxsbq5lwgxr8b7qhh9yxja7al"; })
+    ./patches/fix-13791.patch
   ];
 
   buildInputs =