3
0
Fork 0
forked from mirrors/nixpkgs

Remove broken flag for xen, build with gcc45.

This commit is contained in:
Rob Vermaas 2014-08-01 17:18:27 +02:00
parent 00b63f6655
commit 64561b437d
2 changed files with 3 additions and 2 deletions

View file

@ -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;
}; };
} }

View file

@ -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;