Skip to content

Commit dc84ce0

Browse files
committedJan 7, 2018
linux_samus_4_12: Doesn't build on aarch64
https://hydra.nixos.org/build/67137766
1 parent fb2e3e9 commit dc84ce0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎pkgs/os-specific/linux/kernel/linux-samus-4.12.nix

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ncurses, ... } @ args:
22

3-
assert stdenv.is64bit;
4-
53
import ./generic.nix (args // rec {
64
version = "4.12.2";
75
extraMeta.branch = "4.12-2";
@@ -14,5 +12,5 @@ import ./generic.nix (args // rec {
1412
sha256 = "1dr74i79p8r13522w2ppi8gnjd9bhngc9d2hsn91ji6f5a8fbxx9";
1513
}; in "${upstream}/build/linux";
1614

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

0 commit comments

Comments
 (0)
Please sign in to comment.