1 { lib, stdenv, fetchFromGitHub, autoconf, automake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0isnm0is5k6dgi2n2c3mysyr5hpwikp5g0s3ix7ms928z04l8ccm";
14 nativeBuildInputs = [ autoconf automake ];
16 preConfigure = "./autogen.sh";
19 homepage = "https://github.com/devkitPro/ndstool";
20 description = "Tool to unpack and repack nds rom";
21 maintainers = [ lib.maintainers.marius851000 ];
22 license = lib.licenses.gpl3;
23 mainProgram = "ndstool";