From 278086eddb757507175f0b5bc3c54ff7fc0aaa54 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:33:27 +0200 Subject: treewide: fix platforms --- pkgs/development/compilers/gnatboot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/compilers/gnatboot/default.nix') diff --git a/pkgs/development/compilers/gnatboot/default.nix b/pkgs/development/compilers/gnatboot/default.nix index b7fb8463d9cb..d7a7e981e086 100644 --- a/pkgs/development/compilers/gnatboot/default.nix +++ b/pkgs/development/compilers/gnatboot/default.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://www.gnu.org/software/gnat"; license = licenses.gpl3; maintainers = with maintainers; [ ethindp ]; - platforms = with platforms; [ "x86_64-linux" ]; + platforms = [ "x86_64-linux" ]; }; } -- cgit v1.2.3