Skip to content

Commit

Permalink
lkl: Broken on i686
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 2, 2017
1 parent 256e764 commit 439face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/lkl/default.nix
Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "LKL (Linux Kernel Library) aims to allow reusing the Linux kernel code as extensively as possible with minimal effort and reduced maintenance overhead";
platforms = platforms.linux; # Darwin probably works too but I haven't tested it
platforms = [ "x86_64-linux" ]; # Darwin probably works too but I haven't tested it
license = licenses.gpl2;
maintainers = with maintainers; [ copumpkin ];
};
Expand Down

0 comments on commit 439face

Please sign in to comment.