perl540Packages.BioDBHTS: fix build for latest GCC (#412878)
This commit is contained in:
@@ -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}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user