about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-07 18:26:51 -0500
committerGitHub <noreply@github.com>2019-02-07 18:26:51 -0500
commit3abe3449871e689aece092bb579a8267619660a5 (patch)
tree19151c97e9d9bbfe0a113fd70309cc36b8ffcbaa /pkgs/development/tools
parent21cdf28a8330d4797a168ca2dda30bae864251c9 (diff)
downloadnixlib-3abe3449871e689aece092bb579a8267619660a5.tar
nixlib-3abe3449871e689aece092bb579a8267619660a5.tar.gz
nixlib-3abe3449871e689aece092bb579a8267619660a5.tar.bz2
nixlib-3abe3449871e689aece092bb579a8267619660a5.tar.lz
nixlib-3abe3449871e689aece092bb579a8267619660a5.tar.xz
nixlib-3abe3449871e689aece092bb579a8267619660a5.tar.zst
nixlib-3abe3449871e689aece092bb579a8267619660a5.zip
ninja: Add comment explaining the consistent ID patch
Co-Authored-By: grahamc <graham@grahamc.com>
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/build-managers/ninja/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/build-managers/ninja/default.nix b/pkgs/development/tools/build-managers/ninja/default.nix
index b03a553f130a..8cce2b88317d 100644
--- a/pkgs/development/tools/build-managers/ninja/default.nix
+++ b/pkgs/development/tools/build-managers/ninja/default.nix
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
   };
 
   patches = [
+    # Make builds reproducible by generating the same IDs from the same inputs.
     (fetchpatch {
       name = "consistent-doc-ids";
       url = "https://github.com/ninja-build/ninja/commit/9aa947471fcfc607bec6d92a1a6eed5c692edbaf.patch";