perl540Packages.BioDBHTS: fix build for latest GCC (#412878)

This commit is contained in:
Gaétan Lepage
2025-06-01 11:14:09 +02:00
committed by GitHub
-5
View File
@@ -2479,11 +2479,6 @@ with self;
propagatedBuildInputs = [ BioPerl ];
htslibStore = toString pkgs.htslib;
postPatch = ''
# -Wl,-rpath not recognized : replaced by -rpath=
sed -i 's/Wl,-rpath,/rpath=/' Build.PL
'';
preBuild = ''
export HTSLIB_DIR=${pkgs.htslib}
'';