From d7623233cf340ed97677df0d638b3d14408e5ae9 Mon Sep 17 00:00:00 2001 From: David C Date: Mon, 15 May 2023 20:33:04 -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