mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
abaddon: don't restrict build to just x86_64
i have this running on aarch64 (via pkgsCross.aarch64-multiplatform.abaddon): it works
This commit is contained in:
parent
0ace63bed8
commit
d1bf6f6cf1
@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/uowuo/abaddon";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ genericnerdyusername ];
|
||||
platforms = lib.intersectLists lib.platforms.x86_64 lib.platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user