fastjet: 3.3.1 -> 3.3.2

This commit is contained in:
Dmitry Kalinkin 2018-10-31 21:54:43 -04:00
parent fb19fb6b70
commit b903be77c0
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -2,21 +2,15 @@
stdenv.mkDerivation rec {
name = "fastjet-${version}";
version = "3.3.1";
version = "3.3.2";
src = fetchurl {
url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz";
sha256 = "0lvchyh9q2p8lb10isazw0wbwzs24yg7gxyhpj9xpvz5hydyvgvn";
sha256 = "1hk3k7dyik640dzg21filpywc2dl862nl2hbpg384hf5pw9syn9z";
};
buildInputs = [ python2 ];
postPatch = ''
substituteInPlace plugins/SISCone/SISConeBasePlugin.cc \
--replace 'structure_of<UserScaleBase::StructureType>()' \
'structure_of<UserScaleBase>()'
'';
configureFlags = [
"--enable-allcxxplugins"
"--enable-pyext"