1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

libpsl: don't build docs

to unbreak staging-next

cc @worldofpeace
This commit is contained in:
Frederik Rietdijk 2019-05-24 12:38:19 +02:00
parent 8e2fe5c1d9
commit 7c62ef8685

View file

@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
configureFlags = [
"--disable-builtin"
"--disable-static"
"--enable-gtk-doc"
# "--enable-gtk-doc"
"--enable-man"
];