gnu: lesstif: Make package usable by adding propagated input.
authorAndreas Enge <andreas@enge.fr>
Sun, 31 Mar 2013 12:58:01 +0000 (14:58 +0200)
committerAndreas Enge <andreas@enge.fr>
Sun, 31 Mar 2013 12:58:01 +0000 (14:58 +0200)
* gnu/packages/lesstif.scm (lesstif): Add propagated input printproto;
     include/Xm/Print.h from lesstif includes X11/extensions/Print.h from
     printproto.

gnu/packages/lesstif.scm

index 3d89258..d155494 100644 (file)
           (base32
             "1qzpxjjf7ri1jzv71mvq5m9g8hfaj5yzwp30rwxlm6n2b24a6jpb"))))
     (build-system gnu-build-system)
+    (propagated-inputs
+     `(("printproto" ,printproto)))
     (inputs
       `(("libxext" ,libxext)
-        ("libxt" ,libxt)));
+        ("libxt" ,libxt)))
     (home-page "http://lesstif.sourceforge.net/")
     (synopsis "Clone of the Motif toolkit for the X window system")
     (description "Clone of the Motif toolkit for the X window system")