about summary refs log tree commit diff
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2021-08-14 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2021-08-19 09:30:48 +0200
commit41e07ee477012daa36857027695a377046ba3369 (patch)
tree32c3e83f2dc1c1c65d154e88970a4ed203300687 /pkgs/top-level/static.nix
parent6506d2ae4ddc7370c118f124f24d2db9932b8ce2 (diff)
pkgsStatic.ocaml-ng: migrate more logic to derivations
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index 39923b0f59a75..2ca24175cfa07 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -51,8 +51,6 @@ self: super: let
     b.overrideAttrs (o: {
       configurePlatforms = [ ];
       dontAddStaticConfigureFlags = true;
-      buildInputs = (o.buildInputs or [ ]) ++ o.nativeBuildInputs or [ ];
-      propagatedNativeBuildInputs = o.propagatedBuildInputs or [ ];
     });
 
   ocamlStaticAdapter = _: super: