docs: get version from doc-support build

This commit is contained in:
Graham Christensen
2019-07-04 09:10:13 -04:00
parent cd6bf8aa00
commit d11f5a9d15
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ in pkgs.stdenv.mkDerivation {
];
postPatch = ''
echo ${lib.version} > .version
ln -s ${doc-support} ./doc-support/result
'';
installPhase = ''