gnu: Simplify package inputs.

This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
This commit is contained in:
Ludovic Courtès 2021-12-13 17:18:24 +01:00
parent aca2defe01
commit 8394619bac
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
460 changed files with 37644 additions and 49727 deletions

View file

@ -54,7 +54,7 @@
(base32 "1arp1niiz3qxm8iacpmilwpc5rinsm6hsk4a6fsxfywvkvppbb4s"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(list pkg-config))
(inputs
`(("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
@ -135,11 +135,9 @@ UI builder called FLUID that can be used to create applications in minutes.")
;; ntk.pc lists "x11" and "xft" in Requires.private, and "cairo" in
;; Requires.
(propagated-inputs
`(("cairo" ,cairo)
("libxft" ,libxft)
("libx11" ,libx11)))
(list cairo libxft libx11))
(native-inputs
`(("pkg-config" ,pkg-config)))
(list pkg-config))
(home-page "http://non.tuxfamily.org/ntk/")
(synopsis "Fork of FLTK with graphics rendering via Cairo")
(description "The Non Tool Kit (NTK) is a fork of the Fast Light ToolKit