rivet: 2.6.1 -> 2.6.2
This commit is contained in:
parent
7726c8b0ed
commit
99d4e656c5
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rivet-${version}";
|
name = "rivet-${version}";
|
||||||
version = "2.6.1";
|
version = "2.6.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
|
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
|
||||||
sha256 = "08lhr10h97vqhy6ci4zna4ngx9875j32zs8ad5sy38xgbbrx3474";
|
sha256 = "0yp3mllr2b4bhsmixjmmpl2n4x78bgw74a9xy2as4f10q3alkplx";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
|
||||||
propagatedBuildInputs = [ fastjet ghostscript gsl yoda ];
|
propagatedBuildInputs = [ fastjet ghostscript gsl yoda ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace Makefile.in \
|
|
||||||
--replace "SUBDIRS = src pyext data include bin analyses doc test" "SUBDIRS = src pyext data include bin analyses test"
|
|
||||||
substituteInPlace analyses/Makefile.in \
|
substituteInPlace analyses/Makefile.in \
|
||||||
--replace "!(tmp)" ""
|
--replace "!(tmp)" ""
|
||||||
substituteInPlace bin/rivet-buildplugin.in \
|
substituteInPlace bin/rivet-buildplugin.in \
|
||||||
|
|
Loading…
Reference in New Issue