mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
flake: cleanup
This commit is contained in:
parent
bbfa926fa6
commit
0649e69d94
@ -387,11 +387,9 @@
|
||||
pkgs.python3Packages.sphinx pkgs.python3Packages.sphinx_rtd_theme
|
||||
pkgs.python3Packages.sphinx-argparse sphinxcontrib-wavedrom
|
||||
];
|
||||
preBuild = ''
|
||||
'';
|
||||
buildPhase = ''
|
||||
export VERSIONEER_OVERRIDE=${artiqVersion}
|
||||
export SOURCE_DATE_EPOCH=${builtins.toString self.sourceInfo.lastModified}
|
||||
export SOURCE_DATE_EPOCH=${builtins.toString self.sourceInfo.lastModified}
|
||||
cd doc/manual
|
||||
make html
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user