Merge pull request #34534 from dtzWill/fix/fastjet-clang5
fastjet: Fix build w/clang5
This commit is contained in:
commit
dbd9e7fcb2
@ -11,6 +11,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ python2 ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace plugins/SISCone/SISConeBasePlugin.cc \
|
||||
--replace 'structure_of<UserScaleBase::StructureType>()' \
|
||||
'structure_of<UserScaleBase>()'
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--enable-allcxxplugins"
|
||||
"--enable-pyext"
|
||||
|
Loading…
Reference in New Issue
Block a user