From 97601ae155444fff1ae12255bfae6e1e1776a97a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 6 Sep 2023 21:39:55 -0400 Subject: [PATCH] pkgs/ears-cli: inherit jdk's platforms --- pkgs/ears-cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/ears-cli.nix b/pkgs/ears-cli.nix index c2ef4b2..0633e8f 100644 --- a/pkgs/ears-cli.nix +++ b/pkgs/ears-cli.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://git.sleeping.town/feline/ears-cli"; description = "A tool to manipulate Ears skins on the command line"; - platforms = platforms.unix; + inherit (jdk.meta) platforms; maintainers = with maintainers; [ infinidoge ]; }; }