From 4246525e59de7f0160f2734b20f7ee3ae5c8e9f8 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Thu, 17 Aug 2023 18:11:41 -0400 Subject: [PATCH] Add WiiUDownloader --- programs/games.nix | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/programs/games.nix b/programs/games.nix index b0f91c7..d679789 100644 --- a/programs/games.nix +++ b/programs/games.nix @@ -1,4 +1,23 @@ -{ lib, config, pkgs, ... }: { +{ lib, config, pkgs, ... }: let + wiiUDownloader = pkgs.stdenv.mkDerivation rec { + pname = "WiiUDownloader"; + version = "1.32"; + src = pkgs.fetchFromGitHub { + owner = "Xpl0itU"; + repo = "WiiUDownloader"; + rev = "v${version}"; + hash = ""; + }; + nativeBuildInputs = with pkgs; [ + cmake + pkg-config + ]; + buildInputs = with pkgs; [ + curl + mbedtls + ]; + }; +in { # For steam services.flatpak.enable = true; # Game compat