We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a006ff commit 54fa2b9Copy full SHA for 54fa2b9
test/sublib-docs/default.nix
@@ -43,7 +43,7 @@ in recurseIntoAttrs {
43
44
printf "check that it looks like we have docs..." >& 2
45
test -f "${packages.sublib-docs.components.library.doc}/share/doc/sublib-docs/html/Lib.html"
46
- test -f "${packages.sublib-docs.components.sublibs.slib.doc}/share/doc/sublib-docs/html/Slib.html"
+ test -f "${packages.sublib-docs.components.sublibs.slib.doc}/share/doc/sublib-docs/html/slib/Slib.html"
47
48
touch $out
49
'';
0 commit comments