about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/crossfire/crossfire-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/crossfire/crossfire-server.nix')
-rw-r--r--nixpkgs/pkgs/games/crossfire/crossfire-server.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/crossfire/crossfire-server.nix b/nixpkgs/pkgs/games/crossfire/crossfire-server.nix
index 9827aa76c526..214fdf65451b 100644
--- a/nixpkgs/pkgs/games/crossfire/crossfire-server.nix
+++ b/nixpkgs/pkgs/games/crossfire/crossfire-server.nix
@@ -27,6 +27,10 @@ stdenv.mkDerivation rec {
     rev = "r${rev}";
   };
 
+  patches = [
+    ./add-cstdint-include-to-crossfire-server.patch
+  ];
+
   nativeBuildInputs = [ autoconf automake libtool flex perl check pkg-config python39 ];
   hardeningDisable = [ "format" ];