nixpkgs/pkgs
John Ericson fc74ad444a buildPythonPackage: Fix after #112276
Fix #114952

Before it was using the wrong `makeWrapper`, the one that expected to
run on the target platform and produce packages for the "super-target".

The "super target" (sliding off the end of the platforms list) is
defined to be the same as the target, to cap it with a loop so there is
no sliding off. However, `targetPackages.targetPackages` is *not*
similarly defined. Per the bottom of `pkgs/stdenv/booter.nix` it is an
almost-empty package set that just exists as a hack to help some things
with exotic `depsTargetTarget`.

In particular, that rump "super `targetPackages`" does not contain a
`runtimeShell`, and that's the source of our eval-time error.
2021-03-03 16:44:54 +00:00
..
applications Merge pull request #114609 from MetaDark/newsflash 2021-02-28 17:31:50 +01:00
build-support Merge master into staging-next 2021-02-26 10:25:13 +01:00
common-updater
data julia-mono 0.022 → 0.034 2021-02-28 04:46:35 -05:00
desktops gnome-tour: fix build 2021-02-28 10:17:31 -05:00
development Merge pull request #114046 from fabaff/bump-archinfo 2021-02-28 18:06:10 +01:00
games treewide: replace imagemagick7 with imagemagick 2021-02-27 18:36:56 +01:00
misc vscode-extensions.gruntfuggly.todo-tree: 0.0.196 -> 0.0.198 2021-02-27 23:59:34 +01:00
os-specific libaio: fixup static compilation 2021-02-27 21:29:19 +00:00
pkgs-lib
servers Merge pull request #114587 from fabaff/pytankerkoenig 2021-02-28 00:34:47 +01:00
shells zsh-fzf-tab: unstable-2021-01-24 -> unstable-2021-02-14 2021-02-27 13:00:29 +08:00
stdenv stdenv/check-meta: change to allowlist and blocklist (#114127) 2021-02-23 10:25:18 -05:00
test
tools Merge pull request #114644 from r-ryantm/auto-update/emplace 2021-02-28 18:46:53 +02:00
top-level buildPythonPackage: Fix after #112276 2021-03-03 16:44:54 +00:00