sipyco: use timestamp file

pull/30/head
Sebastien Bourdeauducq 2019-11-12 19:37:10 +08:00
parent 0136a154a8
commit f17599940b
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "m-labs"; owner = "m-labs";
repo = "sipyco"; repo = "sipyco";
rev = "09f7a7879f889d0d5d44c277513caca4d03dea0d"; rev = "244ac8e9201875487dba0aab7d6e9a698ba3ff1a";
sha256 = "1wwmw3i935cip6s44a6dps7vbycnxwhwqplqi18iv50rc9ixdf5h"; sha256 = "1swk1j2579m438pvs3kb2yj72mwz0d88wq11pj3ki7lbxk7ahk1r";
}; };
propagatedBuildInputs = with python3Packages; [ numpy ]; propagatedBuildInputs = with python3Packages; [ numpy ];
}; };

View File

@ -25,7 +25,7 @@ let
lib.optional (target == "texinfo") texinfo; lib.optional (target == "texinfo") texinfo;
preBuild = '' preBuild = ''
export SOURCE_DATE_EPOCH=200000 export SOURCE_DATE_EPOCH=`cat TIMESTAMP`
cd doc cd doc
''; '';
makeFlags = [ target ]; makeFlags = [ target ];