libsmartcols: Add gtk-doc to fix build.
This commit is contained in:
parent
cefafeefbb
commit
01528b62a8
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, python3 }:
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, python3, gtk-doc}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libsmartcols";
|
||||
version = "v2.36.1";
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config python3 ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config python3 gtk-doc ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "karelzak";
|
||||
|
|
Loading…
Reference in a new issue