diff --git a/pkgs/development/compilers/halvm/2.4.0.nix b/pkgs/development/compilers/halvm/2.4.0.nix index 06627ce08625..5b241b31ee3e 100644 --- a/pkgs/development/compilers/halvm/2.4.0.nix +++ b/pkgs/development/compilers/halvm/2.4.0.nix @@ -46,7 +46,8 @@ stdenv.mkDerivation rec { meta = { homepage = "http://github.com/GaloisInc/HaLVM"; description = "The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen"; + platforms = ["x86_64-linux"]; # other platforms don't have Xen maintainers = with stdenv.lib.maintainers; [ dmjio ]; - inherit (bootPkgs.ghc.meta) license platforms; + inherit (bootPkgs.ghc.meta) license; }; }