about summary refs log tree commit diff
path: root/pkgs/development/ada-modules
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-06 18:31:26 +0200
committersternenseemann <sternenseemann@systemli.org>2024-04-06 18:35:59 +0200
commitaad2a8af943b0f1d31cc53ada83437fc1386ae5d (patch)
treee637a6cf5c247ddd690db8abea6a8efdc3c70a9c /pkgs/development/ada-modules
parente599123b09749b9be4271fd7709abfbe7f62b392 (diff)
gprbuild: add comment on headerpad_max_install_names
Diffstat (limited to 'pkgs/development/ada-modules')
-rw-r--r--pkgs/development/ada-modules/gprbuild/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ada-modules/gprbuild/default.nix b/pkgs/development/ada-modules/gprbuild/default.nix
index 4e25bc313a63d..00eaa72097673 100644
--- a/pkgs/development/ada-modules/gprbuild/default.nix
+++ b/pkgs/development/ada-modules/gprbuild/default.nix
@@ -42,6 +42,8 @@ stdenv.mkDerivation {
   ];
 
   env = lib.optionalAttrs stdenv.isDarwin {
+    # Ensure that there is enough space for the `fixDarwinDylibNames` hook to
+    # update the install names of the output dylibs.
     NIX_LDFLAGS = "-headerpad_max_install_names";
   };