From d4cc8ca3d315a6af39f78bfc60c024686ba47dc5 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Thu, 19 Aug 2021 12:27:54 +0200 Subject: [PATCH] tar2ext4: correct `meta.platforms` is already configured by `buildGoModule` Co-authored-by: Sandro --- pkgs/tools/filesystems/tar2ext4/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/filesystems/tar2ext4/default.nix b/pkgs/tools/filesystems/tar2ext4/default.nix index 7e3049f1fbbd..bd173e7e5713 100644 --- a/pkgs/tools/filesystems/tar2ext4/default.nix +++ b/pkgs/tools/filesystems/tar2ext4/default.nix @@ -18,6 +18,5 @@ buildGoModule rec { description = "Convert a tar archive to an ext4 image"; maintainers = with maintainers; [ qyliss ]; license = licenses.mit; - platforms = platforms.all; }; }