Skip to content

Commit

Permalink
Partly revert "python.buildEnv: only wrap executables"
Browse files Browse the repository at this point in the history
This partly reverts commit 4495bfe.

The xen changes should not have been commited.
  • Loading branch information
globin committed Aug 10, 2017
1 parent b0c30f4 commit 206a4c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/virtualization/xen/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down Expand Up @@ -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 = ''
Expand Down

0 comments on commit 206a4c9

Please sign in to comment.