pkgs/ears-cli: inherit jdk's platforms
This commit is contained in:
parent
d4811796cb
commit
97601ae155
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue