summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorAlex Whitt <alex.joseph.whitt@gmail.com>2020-09-10 15:20:44 -0400
committerAlex Whitt <alex.joseph.whitt@gmail.com>2020-09-10 15:20:44 -0400
commit309fb9c03b85e8849869029e8787f70d342f9c0e (patch)
tree176cd4e34a05ed1a68b1cc9be306ad6ab26c77e0 /pkgs/development/libraries
parent61525137fd1002f6f2a5eb0ea27d480713362cd5 (diff)
downloadnixpkgs-309fb9c03b85e8849869029e8787f70d342f9c0e.tar
nixpkgs-309fb9c03b85e8849869029e8787f70d342f9c0e.tar.gz
nixpkgs-309fb9c03b85e8849869029e8787f70d342f9c0e.tar.bz2
nixpkgs-309fb9c03b85e8849869029e8787f70d342f9c0e.tar.lz
nixpkgs-309fb9c03b85e8849869029e8787f70d342f9c0e.tar.xz
nixpkgs-309fb9c03b85e8849869029e8787f70d342f9c0e.tar.zst
nixpkgs-309fb9c03b85e8849869029e8787f70d342f9c0e.zip
allegro: Add patch to fix fatal build error
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/allegro/default.nix1
-rw-r--r--pkgs/development/libraries/allegro/encoding.patch10
2 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/libraries/allegro/default.nix b/pkgs/development/libraries/allegro/default.nix
index 6071f63255d..c7534134397 100644
--- a/pkgs/development/libraries/allegro/default.nix
+++ b/pkgs/development/libraries/allegro/default.nix
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
 
   patches = [
     ./nix-unstable-sandbox-fix.patch
+    ./encoding.patch
   ];
 
   buildInputs = [
diff --git a/pkgs/development/libraries/allegro/encoding.patch b/pkgs/development/libraries/allegro/encoding.patch
new file mode 100644
index 00000000000..1dca9475280
--- /dev/null
+++ b/pkgs/development/libraries/allegro/encoding.patch
@@ -0,0 +1,10 @@
+--- allegro-4.4.3/docs/src/allegro._tx.orig     2019-02-02 20:28:46.000000000 +0100
++++ allegro-4.4.3/docs/src/allegro._tx  2019-11-04 11:12:39.352699777 +0100
+@@ -23,6 +23,7 @@
+ @man_shortdesc_force1=allegro
+ @man_shortdesc_force2=Allegro game programming library.
+ @$\input texinfo
++@$@documentencoding ISO-8859-1
+ @$@setfilename allegro.inf
+ @$@settitle Allegro Manual
+ @$@setchapternewpage odd
\ No newline at end of file