yoda: apply patches from tip
This commit is contained in:
parent
61ae20e085
commit
31a0f93783
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, python2Packages, root, makeWrapper, withRootSupport ? false }:
|
{ stdenv, fetchurl, fetchpatch, python2Packages, root, makeWrapper, withRootSupport ? false }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yoda-${version}";
|
name = "yoda-${version}";
|
||||||
@ -11,6 +11,17 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pythonPath = []; # python wrapper support
|
pythonPath = []; # python wrapper support
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://yoda.hepforge.org/hg/yoda/rev/3dbc8927e715?style=raw";
|
||||||
|
sha256 = "02rm34z9lbab66p7gpij12qwdph5fddpksg80qz0m537wjwy2ddy";
|
||||||
|
})
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://yoda.hepforge.org/hg/yoda/rev/669c2be582ef?style=raw";
|
||||||
|
sha256 = "0s705cl3bazpvpvy46vv1k223knwxq2yy5na1c6lv217sq9w86wj";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = with python2Packages; [ python numpy matplotlib makeWrapper ]
|
buildInputs = with python2Packages; [ python numpy matplotlib makeWrapper ]
|
||||||
++ stdenv.lib.optional withRootSupport root;
|
++ stdenv.lib.optional withRootSupport root;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user