pkgs/ears-cli: inherit jdk's platforms

This commit is contained in:
Infinidoge 2023-09-06 21:39:55 -04:00
parent d4811796cb
commit 97601ae155

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://git.sleeping.town/feline/ears-cli"; homepage = "https://git.sleeping.town/feline/ears-cli";
description = "A tool to manipulate Ears skins on the command line"; description = "A tool to manipulate Ears skins on the command line";
platforms = platforms.unix; inherit (jdk.meta) platforms;
maintainers = with maintainers; [ infinidoge ]; maintainers = with maintainers; [ infinidoge ];
}; };
} }