We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7aedfc1 commit a2b2c1eCopy full SHA for a2b2c1e
pkgs/applications/networking/irc/weechat/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
29
sha256 = "0xfnhaxmvxdxs3ic0qs5lwq3yl4pi5ib99p0p5lv3v2vldqlm4lc";
30
};
31
32
- outputs = [ "out" "doc" ];
+ outputs = [ "out" ]; # "doc" was here but was not produced
33
34
enableParallelBuilding = true;
35
cmakeFlags = with stdenv.lib; [
0 commit comments