forked from mirrors/nixpkgs
libpsl: don't build docs
to unbreak staging-next cc @worldofpeace
This commit is contained in:
parent
8e2fe5c1d9
commit
7c62ef8685
|
@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--disable-builtin"
|
||||
"--disable-static"
|
||||
"--enable-gtk-doc"
|
||||
# "--enable-gtk-doc"
|
||||
"--enable-man"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue