last: add support for building on aarch64 darwin platform
* Test: build and run all basic commands Signed-off-by: EndCredits <admin@endcredits.cc>
This commit is contained in:
@@ -43,6 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.com/mcfrith/last";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ jbedo ];
|
||||
platforms = lib.platforms.x86_64;
|
||||
platforms = lib.platforms.x86_64 ++ [ "aarch64-darwin" ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user