diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-28 14:22:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-28 14:22:15 -0400 |
commit | c00a9fbfef75d2fc08485f8158ec331bfa99d5ec (patch) | |
tree | 4737817ee787c4ec8222ea13d3cfecb2ac98b673 /gnu/packages/gtk.scm | |
parent | 83291101c39c1cd1bf472280c24ad68d94248c2e (diff) | |
parent | dd16424466196616b99c13526537a89aaee27f88 (diff) | |
download | patches-c00a9fbfef75d2fc08485f8158ec331bfa99d5ec.tar patches-c00a9fbfef75d2fc08485f8158ec331bfa99d5ec.tar.gz |
Merge branch 'master' into core-updates
Conflicts:
gnu/packages/base.scm
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index a37565f1a8..0a6499d293 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -466,8 +466,10 @@ application suites.") (inputs `(("guile-lib" ,guile-lib) ("expat" ,expat) - ("cairo" ,cairo) ("guile" ,guile-2.0))) + (propagated-inputs + ;; The .pc file refers to 'cairo'. + `(("cairo" ,cairo))) (native-inputs `(("pkg-config" ,pkg-config))) (home-page "http://www.nongnu.org/guile-cairo/") |