about summary refs log tree commit diff
path: root/pkgs/games/stepmania/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/stepmania/default.nix')
-rw-r--r--pkgs/games/stepmania/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/games/stepmania/default.nix b/pkgs/games/stepmania/default.nix
index 2445ee9096c99..6cb7a23dff5ff 100644
--- a/pkgs/games/stepmania/default.nix
+++ b/pkgs/games/stepmania/default.nix
@@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
     ./0001-fix-build-with-ffmpeg-4.patch
   ];
 
+  postPatch = ''
+    sed '1i#include <ctime>' -i src/arch/ArchHooks/ArchHooks.h # gcc12
+  '';
+
   nativeBuildInputs = [ cmake nasm ];
 
   buildInputs = [