mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
weechat: fix build (hack?)
This commit is contained in:
parent
7aedfc1df8
commit
a2b2c1e4bd
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user