python.pkgs.wheelUnpackHook: propagate wheel

This was accidentally removed when buildPython* was rewritten as hooks.
wip/yesman
Frederik Rietdijk 5 years ago committed by Frederik Rietdijk
parent 3ae2b4b5bb
commit c99529a4b6
  1. 3
      pkgs/development/interpreters/python/hooks/default.nix

@ -88,8 +88,9 @@ in rec {
};
} ./setuptools-check-hook.sh) {};
wheelUnpackHook = callPackage ({ }:
wheelUnpackHook = callPackage ({ wheel }:
makeSetupHook {
name = "wheel-unpack-hook.sh";
deps = [ wheel ];
} ./wheel-unpack-hook.sh) {};
}

Loading…
Cancel
Save