mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #6583 from ts468/xen
Fix: Build Xen only for x86_64 Linux platforms.
This commit is contained in:
commit
836a5c0b59
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://www.xen.org/;
|
||||
description = "Xen hypervisor and management tools for Dom0";
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with stdenv.lib.maintainers; [ eelco tstrobel ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue