Unverified Commit 206a4c9a authored by Robin Gloster's avatar Robin Gloster
Browse files

Partly revert "python.buildEnv: only wrap executables"

This partly reverts commit 4495bfe1.

The xen changes should not have been commited.
parent b0c30f43
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ rec {
  xen_4_5-vanilla = callPackage ./4.5.nix {
    # At the very least included seabios and etherboot need gcc49,
    # so we have to build all of it with gcc49.
    stdenv = overrideCC stdenv gcc49;

    meta = {
      description = "vanilla";
      longDescription = ''
@@ -58,6 +60,8 @@ rec {
  xen_4_8-vanilla = callPackage ./4.8.nix {
    # At the very least included seabios and etherboot need gcc49,
    # so we have to build all of it with gcc49.
    stdenv = overrideCC stdenv gcc49;

    meta = {
      description = "vanilla";
      longDescription = ''