summary refs log tree commit diff
path: root/pkgs/development/libraries/boost
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2022-08-21 15:23:54 -0700
committerRick van Schijndel <Mindavi@users.noreply.github.com>2022-10-19 20:22:45 +0200
commit2df2b52806129828a1dafaa093027f10817e5b3b (patch)
treec003b2a698e4d9ef258f201a088082d696194fa3 /pkgs/development/libraries/boost
parentac92b409b36f75fc2772c3333346174cb42d5352 (diff)
downloadnixpkgs-2df2b52806129828a1dafaa093027f10817e5b3b.tar
nixpkgs-2df2b52806129828a1dafaa093027f10817e5b3b.tar.gz
nixpkgs-2df2b52806129828a1dafaa093027f10817e5b3b.tar.bz2
nixpkgs-2df2b52806129828a1dafaa093027f10817e5b3b.tar.lz
nixpkgs-2df2b52806129828a1dafaa093027f10817e5b3b.tar.xz
nixpkgs-2df2b52806129828a1dafaa093027f10817e5b3b.tar.zst
nixpkgs-2df2b52806129828a1dafaa093027f10817e5b3b.zip
boost/generic.nix: reference commit-hash in comment
The explanation for the conditional introduced by
61d9f201baeef4c4bb91ad8a8f5f89b747e0dfe4 is longer than a reasonable
inline comment should be.  It directed the reader to use `git blame`,
but that tends to bitrot.  Let's point the user to a specific nixpkgs
git hash.

This commit cannot be squashed into the previous commit, because a
commit cannot mention its own commit-hash (without performaing an
expensive double-sha1 preimage attack, of course).
Diffstat (limited to 'pkgs/development/libraries/boost')
-rw-r--r--pkgs/development/libraries/boost/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/boost/generic.nix b/pkgs/development/libraries/boost/generic.nix
index 4115d11eeb8..d4e74b5788a 100644
--- a/pkgs/development/libraries/boost/generic.nix
+++ b/pkgs/development/libraries/boost/generic.nix
@@ -82,7 +82,7 @@ let
 
     # TODO: make this unconditional
   ] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform ||
-                  # required; see this line's `git blame` for an explanation
+                  # required on mips; see 61d9f201baeef4c4bb91ad8a8f5f89b747e0dfe4
                   (stdenv.hostPlatform.isMips && versionAtLeast version "1.79")) [
     "address-model=${toString stdenv.hostPlatform.parsed.cpu.bits}"
     "architecture=${if stdenv.hostPlatform.isMips64