3
0
Fork 0
forked from mirrors/nixpkgs

weechat: fix build (hack?)

This commit is contained in:
Aristid Breitkreuz 2017-07-30 20:22:17 +02:00
parent 7aedfc1df8
commit a2b2c1e4bd

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
sha256 = "0xfnhaxmvxdxs3ic0qs5lwq3yl4pi5ib99p0p5lv3v2vldqlm4lc";
};
outputs = [ "out" "doc" ];
outputs = [ "out" ]; # "doc" was here but was not produced
enableParallelBuilding = true;
cmakeFlags = with stdenv.lib; [