doc: use lib.cleanSource

Otherwise, running "nix-build" in the doc directory would create a
result symlink, so running "nix-build" again would produce a different
derivation, and so on forever, because the result symlink would keep
changing and wasn't ignored.
master
Alyssa Ross 2021-02-08 17:47:22 +00:00 committed by Cole Helbling
parent 0279876952
commit 503a772e02
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ in pkgs.stdenv.mkDerivation {
xmlformat
];
src = ./.;
src = lib.cleanSource ./.;
makeFlags = [
"PANDOC_LUA_FILTERS_DIR=${pkgs.pandoc-lua-filters}/share/pandoc/filters"