[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: wayland: Build documentation.
From: |
Efraim Flashner |
Subject: |
02/03: gnu: wayland: Build documentation. |
Date: |
Mon, 01 Feb 2016 04:29:12 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 55ba649dfb0fc89900a6caa14c3f4bb6c68b32f5
Author: Efraim Flashner <address@hidden>
Date: Sun Jan 31 21:52:35 2016 +0200
gnu: wayland: Build documentation.
* gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add graphviz.
---
gnu/packages/freedesktop.scm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index dbddbe6..e87b4a3 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2015 Ludovic Courtès <address@hidden>
;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
;;; Copyright © 2015 David Hashe <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -35,6 +36,7 @@
#:use-module (gnu packages autotools)
#:use-module (gnu packages gettext)
#:use-module (gnu packages gperf)
+ #:use-module (gnu packages graphviz)
#:use-module (gnu packages gtk)
#:use-module (gnu packages xml)
#:use-module (gnu packages docbook)
@@ -252,6 +254,7 @@ Python.")
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)
+ ("graphviz" ,graphviz)
("pkg-config" ,pkg-config)
("xmlto" ,xmlto)
("xsltproc" ,libxslt)))