Skip to content

Commit

Permalink
linux_samus_4_12: Doesn't build on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Jan 7, 2018
1 parent fb2e3e9 commit dc84ce0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/os-specific/linux/kernel/linux-samus-4.12.nix
@@ -1,7 +1,5 @@
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ncurses, ... } @ args:

assert stdenv.is64bit;

import ./generic.nix (args // rec {
version = "4.12.2";
extraMeta.branch = "4.12-2";
Expand All @@ -14,5 +12,5 @@ import ./generic.nix (args // rec {
sha256 = "1dr74i79p8r13522w2ppi8gnjd9bhngc9d2hsn91ji6f5a8fbxx9";
}; in "${upstream}/build/linux";

extraMeta.hydraPlatforms = [];
extraMeta.platforms = [ "x86_64-linux" ];
} // (args.argsOverride or {}))

0 comments on commit dc84ce0

Please sign in to comment.