about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-26 15:38:04 +0100
committerGitHub <noreply@github.com>2023-01-26 15:38:04 +0100
commitdcd69bc30839bbe809c562c7344d46f28d5060e0 (patch)
treecf6ace8c1ab4b957f2c257573dc0ea8bd5ca3aaa /pkgs/applications/science
parent9b914fc67933aaa7caa227dbb8360feb11fc9b5c (diff)
parent52a28708b8ac248f51691a77b670fbe42fdef4e6 (diff)
Merge pull request #212714 from wegank/aarch64-gcc-comments
treewide: mark #201254
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/misc/root/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/misc/root/default.nix b/pkgs/applications/science/misc/root/default.nix
index af6aed851e09c..cfda819a42ca7 100644
--- a/pkgs/applications/science/misc/root/default.nix
+++ b/pkgs/applications/science/misc/root/default.nix
@@ -207,6 +207,7 @@ stdenv.mkDerivation rec {
     "-Druntime_cxxmodules=OFF"
   ];
 
+  # https://github.com/NixOS/nixpkgs/issues/201254
   NIX_LDFLAGS = lib.optionalString (stdenv.isLinux && stdenv.isAarch64 && stdenv.cc.isGNU) "-lgcc";
 
   # Workaround the xrootd runpath bug #169677 by prefixing [DY]LD_LIBRARY_PATH with ${lib.makeLibraryPath xrootd}.