Partly revert "python.buildEnv: only wrap executables"

This partly reverts commit 4495bfe1382ea779f02996d0e18d25d892678e8c.

The xen changes should not have been commited.

(cherry picked from commit 206a4c9aba6772f01d175e72636d1283dc038cc0)
This commit is contained in:
Robin Gloster 2017-08-10 12:55:46 +02:00 committed by Frederik Rietdijk
parent 9f73f22c64
commit 700f7614cd

View File

@ -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 = ''