We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d98794 commit 73f7ebfCopy full SHA for 73f7ebf
pkgs/by-name/ye/yetris/package.nix
@@ -17,6 +17,15 @@ stdenv.mkDerivation (finalAttrs: {
17
hash = "sha256-k9CXXIaDk1eAtRBEj0VCfE+D1FtmIDX3niubAdrfjqw=";
18
};
19
20
+ postPatch = ''
21
+ substituteInPlace src/Game/Entities/RotationSystemSRS.cpp \
22
+ --replace-fail 'char' 'signed char'
23
+ substituteInPlace src/Game/Entities/PieceDefinitions.cpp \
24
25
+ substituteInPlace src/Game/Entities/PieceDefinitions.hpp \
26
27
+ '';
28
+
29
buildInputs = [
30
ncurses
31
];
0 commit comments