11 version = "unstable-2022-04-01";
13 src = fetchFromGitiles {
14 url = "https://chromium.googlesource.com/external/gyp";
15 rev = "9ecf45e37677743503342ee4c6a76eaee80e4a7f";
16 hash = "sha256-LUlF2VhRnuDwJLdITgmXIQV/IuKdx1KXQkiPVHKrl4Q=";
19 patches = lib.optionals stdenv.isDarwin [
20 ./no-darwin-cflags.patch
24 propagatedBuildInputs = [
28 pythonImportsCheck = [ "gyp" "gyp.generator" ];
31 description = "A tool to generate native build files";
32 homepage = "https://gyp.gsrc.io";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ codyopel ];