Add WiiUDownloader
This commit is contained in:
@@ -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
|
# For steam
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
# Game compat
|
# Game compat
|
||||||
|
|||||||
Reference in New Issue
Block a user