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 ];
|
buildInputs = [ python2 ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace plugins/SISCone/SISConeBasePlugin.cc \
|
||||||
|
--replace 'structure_of<UserScaleBase::StructureType>()' \
|
||||||
|
'structure_of<UserScaleBase>()'
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-allcxxplugins"
|
"--enable-allcxxplugins"
|
||||||
"--enable-pyext"
|
"--enable-pyext"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user