Skip to content

Commit a2b2c1e

Browse files
committedJul 30, 2017
weechat: fix build (hack?)
1 parent 7aedfc1 commit a2b2c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/networking/irc/weechat/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
2929
sha256 = "0xfnhaxmvxdxs3ic0qs5lwq3yl4pi5ib99p0p5lv3v2vldqlm4lc";
3030
};
3131

32-
outputs = [ "out" "doc" ];
32+
outputs = [ "out" ]; # "doc" was here but was not produced
3333

3434
enableParallelBuilding = true;
3535
cmakeFlags = with stdenv.lib; [

0 commit comments

Comments
 (0)
Please sign in to comment.