mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Partly revert "python.buildEnv: only wrap executables"
This partly reverts commit 4495bfe138
.
The xen changes should not have been commited.
This commit is contained in:
parent
b0c30f436e
commit
206a4c9aba
@ -10,6 +10,8 @@ rec {
|
|||||||
xen_4_5-vanilla = callPackage ./4.5.nix {
|
xen_4_5-vanilla = callPackage ./4.5.nix {
|
||||||
# At the very least included seabios and etherboot need gcc49,
|
# At the very least included seabios and etherboot need gcc49,
|
||||||
# so we have to build all of it with gcc49.
|
# so we have to build all of it with gcc49.
|
||||||
|
stdenv = overrideCC stdenv gcc49;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "vanilla";
|
description = "vanilla";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -58,6 +60,8 @@ rec {
|
|||||||
xen_4_8-vanilla = callPackage ./4.8.nix {
|
xen_4_8-vanilla = callPackage ./4.8.nix {
|
||||||
# At the very least included seabios and etherboot need gcc49,
|
# At the very least included seabios and etherboot need gcc49,
|
||||||
# so we have to build all of it with gcc49.
|
# so we have to build all of it with gcc49.
|
||||||
|
stdenv = overrideCC stdenv gcc49;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "vanilla";
|
description = "vanilla";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user