forked from mirrors/nixpkgs
linux_samus_4_12: Doesn't build on aarch64
https://hydra.nixos.org/build/67137766
This commit is contained in:
parent
fb2e3e9d5e
commit
dc84ce085f
|
@ -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";
|
||||
|
@ -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 {}))
|
||||
|
|
Loading…
Reference in a new issue