Missing install packages

When im installing the packages for alma linux im getting the below error. I cant find xorg-x11-server-devel in my repo for alma. Any ideas where it would be?

Problem: conflicting requests

  • package xorg-x11-server-devel-1.20.11-5.el8_6.2.i686 requires xorg-x11-util-macros, but none of the providers can be installed
  • package xorg-x11-server-devel-1.20.11-5.el8_6.2.x86_64 requires xorg-x11-util-macros, but none of the providers can be installed
  • package xorg-x11-util-macros-1.19.2-1.el8.noarch requires automake, but none of the providers can be installed
  • package automake-1.16.1-7.el8.noarch requires perl(Thread::Queue), but none of the providers can be installed
  • package perl-Thread-Queue-3.14-457.module_el8.6.0+2766+8bf0b7ce.noarch requires perl(:MODULE_COMPAT_5.32.1), but none of the providers can be installed
  • package perf-4.18.0-372.9.1.el8.x86_64 requires libperl.so.5.26()(64bit), but none of the providers can be installed
  • package perf-4.18.0-372.19.1.el8_6.x86_64 requires libperl.so.5.26()(64bit), but none of the providers can be installed
  • cannot install both perl-libs-4:5.32.1-471.module_el8.6.0+2766+8bf0b7ce.x86_64 and perl-libs-4:5.26.3-421.el8.x86_64
  • cannot install both perl-libs-4:5.26.3-421.el8.x86_64 and perl-libs-4:5.32.1-471.module_el8.6.0+2766+8bf0b7ce.x86_64

It’s in the powertools repo, which needs to be enabled.

How do I enable the powertools repo in kickstart? I have already downloaded the packages to my internal repository and added it as a nfs share in the kickstart config file.

Similar way?

repo --name="pt" mirrorlist=https://mirrors.almalinux.org/mirrorlist/8/powertools

That makes online repo available for installer.
In order to enable the repo for the installed system, you probably have to do in %post:

dnf config-manager --set-enabled powertools