1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Mark glpi-agent as broken for Aarch

This commit is contained in:
Stefan Ellmauthaler 2024-01-03 09:45:24 +01:00
parent 150b890cc8
commit 518a24ea18
Failed to extract signature

View File

@ -133,5 +133,6 @@ perlPackages.buildPerlPackage {
homepage = "https://glpi-project.org/";
description = "GLPI unified Agent for UNIX, Linux, Windows and MacOSX";
license = lib.licenses.gpl2;
isbroken = nix.stdenv.isAarch64;
};
}