Merge pull request #57110 from volth/gtkdoc

gnome2.gtkdoc -> gtk-doc
This commit is contained in:
Vladyslav M
2019-03-10 11:31:41 +02:00
committed by GitHub
7 changed files with 16 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitLab, pam, xmlsec, autoreconfHook, pkgconfig, libxml2, gtkdoc, perl, gengetopt, bison, help2man }:
{ stdenv, fetchFromGitLab, pam, xmlsec, autoreconfHook, pkgconfig, libxml2, gtk-doc, perl, gengetopt, bison, help2man }:
let
securityDependency =
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
buildInputs = [ securityDependency libxml2 perl gengetopt bison ];
nativeBuildInputs = [ autoreconfHook gtkdoc help2man pkgconfig ];
nativeBuildInputs = [ autoreconfHook gtk-doc help2man pkgconfig ];
# man file generation fails when true
enableParallelBuilding = false;