From 9f740ec2343fc85abdbff685992f6a9efcb71cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Tue, 28 Oct 2025 17:25:41 +0100 Subject: [PATCH] Set amd-uprof platforms to x86_64-linux only --- pkgs/amd-uprof/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/amd-uprof/default.nix b/pkgs/amd-uprof/default.nix index a7c58e5d..6f566c84 100644 --- a/pkgs/amd-uprof/default.nix +++ b/pkgs/amd-uprof/default.nix @@ -90,7 +90,7 @@ in meta = { description = "Performance analysis tool-suite for x86 based applications"; homepage = "https://www.amd.com/es/developer/uprof.html"; - platforms = lib.platforms.linux; + platforms = [ "x86_64-linux" ]; license = lib.licenses.unfree; maintainers = with lib.maintainers.bsc; [ rarias varcila ]; };