perlPackages.BioBigFile: move env variable into env for structuredAttrs (#496838)

This commit is contained in:
Philip Taron
2026-03-06 18:28:21 +00:00
committed by GitHub
@@ -24,7 +24,7 @@ buildPerlModule rec {
# - official documentation: https://www.ensembl.org/info/docs/tools/vep/script/vep_download.html#bigfile
# - one of the developer's answer: https://github.com/Ensembl/ensembl-vep/issues/1412
# BioBigfile needs the environment variable KENT_SRC to find kent
KENT_SRC = kent.overrideAttrs (old: rec {
env.KENT_SRC = kent.overrideAttrs (old: rec {
pname = "kent";
version = "335";