Loading pkgs/games/doom-ports/rbdoom-3-bfg/default.nix +7 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , cmake , directx-shader-compiler , libGLU Loading @@ -26,6 +27,12 @@ stdenv.mkDerivation rec { fetchSubmodules = true; }; patches = fetchpatch { name = "replace-HLSL-ternary-operators.patch"; url = "https://github.com/RobertBeckebans/RBDOOM-3-BFG/commit/feffa4a4dd9a2a5f3c608f720cde41bea37797d3.patch"; hash = "sha256-aR1eoWZL3+ps7P7yFXFvGsMFxpUSBDiyBsja/ISin4I="; }; postPatch = '' substituteInPlace neo/extern/nvrhi/tools/shaderCompiler/CMakeLists.txt \ --replace "AppleClang" "Clang" Loading Loading
pkgs/games/doom-ports/rbdoom-3-bfg/default.nix +7 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , cmake , directx-shader-compiler , libGLU Loading @@ -26,6 +27,12 @@ stdenv.mkDerivation rec { fetchSubmodules = true; }; patches = fetchpatch { name = "replace-HLSL-ternary-operators.patch"; url = "https://github.com/RobertBeckebans/RBDOOM-3-BFG/commit/feffa4a4dd9a2a5f3c608f720cde41bea37797d3.patch"; hash = "sha256-aR1eoWZL3+ps7P7yFXFvGsMFxpUSBDiyBsja/ISin4I="; }; postPatch = '' substituteInPlace neo/extern/nvrhi/tools/shaderCompiler/CMakeLists.txt \ --replace "AppleClang" "Clang" Loading