Revert "libpsl: don't build docs"

This reverts commit 7c62ef8685.
Not needed now.
This commit is contained in:
Vladimír Čunát 2019-05-26 10:40:06 +02:00 committed by Frederik Rietdijk
parent ea01202e5e
commit 8809ebe42a

View File

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