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.
2 parents 08bce36 + 73f7ebf commit 068bc04Copy full SHA for 068bc04
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