From c9dfe485e9b922b35c9412e6c4fdbe119f17f4b5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 16 Jul 2018 07:09:38 +0200 Subject: towerfall-ascension: Move patcher into own pkg The patcher using Cecil is now in its own derivation and can thus be easily added via nativeBuildInputs. Patching FileStream types is so common that it comes in handy for other games using Mono. I also improved the patcher a little bit so it accepts command line arguments and it's easier to add the types that needed to be patched directly via command line arguments. Signed-off-by: aszlig --- pkgs/games/build-support/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/build-support/default.nix') diff --git a/pkgs/games/build-support/default.nix b/pkgs/games/build-support/default.nix index 8e227afc..1832f987 100644 --- a/pkgs/games/build-support/default.nix +++ b/pkgs/games/build-support/default.nix @@ -5,4 +5,5 @@ withPulseAudio = config.pulseaudio or true; }; buildUnity = callPackage ./build-unity.nix {}; + monogamePatcher = callPackage ./monogame-patcher {}; } -- cgit 1.4.1