forked from mirrors/nixpkgs
Remove broken flag for xen, build with gcc45.
This commit is contained in:
parent
00b63f6655
commit
64561b437d
|
@ -136,6 +136,5 @@ stdenv.mkDerivation {
|
||||||
description = "Xen hypervisor and management tools for Dom0";
|
description = "Xen hypervisor and management tools for Dom0";
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10033,7 +10033,9 @@ let
|
||||||
|
|
||||||
xdotool = callPackage ../tools/X11/xdotool { };
|
xdotool = callPackage ../tools/X11/xdotool { };
|
||||||
|
|
||||||
xen = callPackage ../applications/virtualization/xen { };
|
xen = callPackage ../applications/virtualization/xen {
|
||||||
|
stdenv = overrideGCC stdenv gcc45;
|
||||||
|
};
|
||||||
|
|
||||||
xfe = callPackage ../applications/misc/xfe {
|
xfe = callPackage ../applications/misc/xfe {
|
||||||
fox = fox_1_6;
|
fox = fox_1_6;
|
||||||
|
|
Loading…
Reference in a new issue