abaddon: refer to upstream PR for platforms fix

This commit is contained in:
Colin 2023-11-19 03:24:46 +00:00
parent 5e484719c2
commit 256c85ba5c

View File

@ -5,7 +5,7 @@
# nixpkgs marks this explicitly as x86_64-only.
# but i can build it for aarch64 here.
# the only x86_64 runtime dependency is gnum4, via gtkmm (likely unused; build remnant).
# TODO: if it works reliably on aarch64, upstream this!
# see upstream nixpkgs PR: <https://github.com/NixOS/nixpkgs/pull/268433>
package = pkgs.abaddon.overrideAttrs (upstream: {
meta = upstream.meta // {
platforms = lib.platforms.linux;