mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
tar2ext4: correct meta.platforms
is already configured by buildGoModule
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
a68f24c2ca
commit
d4cc8ca3d3
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user