libsmartcols: Add gtk-doc to fix build.

This commit is contained in:
Marc Seeger 2021-01-22 07:47:24 -08:00
parent cefafeefbb
commit 01528b62a8

View File

@ -1,10 +1,10 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, python3 }: { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, python3, gtk-doc}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libsmartcols"; name = "libsmartcols";
version = "v2.36.1"; version = "v2.36.1";
nativeBuildInputs = [ autoreconfHook pkg-config python3 ]; nativeBuildInputs = [ autoreconfHook pkg-config python3 gtk-doc ];
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "karelzak"; owner = "karelzak";