summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-12-15 17:19:53 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-12-15 17:19:53 +0100
commitcf5d6f3f745986e8b6e8ae293124ede20b786678 (patch)
treef327943b618bc4998837c522abf9f7cac323763c
parent63dbe4ffa62a1ffc8ac4d90d4dd39816ddee8b82 (diff)
Package: add missing input.HEADmaster
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.
-rw-r--r--guix/vkraus/packages/disfluid.scm1
1 files changed, 1 insertions, 0 deletions
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")