From cf5d6f3f745986e8b6e8ae293124ede20b786678 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 15 Dec 2021 17:19:53 +0100 Subject: Package: add missing input. The gtk input must be present as a native input, so that the vala code can be compiled, but also as an input. I forgot to include it as a simple input. --- guix/vkraus/packages/disfluid.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/vkraus/packages/disfluid.scm b/guix/vkraus/packages/disfluid.scm index 9c4d0f3..f1ab422 100644 --- a/guix/vkraus/packages/disfluid.scm +++ b/guix/vkraus/packages/disfluid.scm @@ -149,6 +149,7 @@ ("gnutls" ,gnutls) ("nettle" ,nettle) ("gtk+" ,gtk+) + ("gtk" ,gtk) ("libhandy" ,libhandy))) (synopsis "Demanding Interoperability to Strengthen the Free (Libre) Web: Introducing Disfluid") (description "Demanding Interoperability to Strengthen the Free (Libre) Web: Introducing Disfluid") -- cgit v1.2.3