mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lightspark: Remove input labels.
* gnu/packages/animation.scm (lightspark)[native-inputs, inputs]: Remove labels.
This commit is contained in:
parent
9d829dc9a4
commit
6defe340ab
1 changed files with 21 additions and 21 deletions
|
@ -352,28 +352,28 @@ (define-public lightspark
|
|||
(when tests?
|
||||
(invoke "./tests")))))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("glib:bin" ,glib "bin")
|
||||
("nasm" ,nasm)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)))
|
||||
(list gettext-minimal
|
||||
`(,glib "bin")
|
||||
nasm
|
||||
perl
|
||||
pkg-config
|
||||
python-wrapper))
|
||||
(inputs
|
||||
`(("cairo" ,cairo)
|
||||
("curl" ,curl)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("freeglut" ,freeglut)
|
||||
("glew" ,glew)
|
||||
("glibmm" ,glibmm)
|
||||
("gnutls" ,gnutls)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("openssl" ,openssl)
|
||||
("pango" ,pango)
|
||||
("pcre2" ,pcre2)
|
||||
("rtmpdump" ,rtmpdump)
|
||||
("sdl2" ,sdl2)
|
||||
("sdl2-mixer" ,sdl2-mixer)
|
||||
("zlib" ,zlib)))
|
||||
(list cairo
|
||||
curl
|
||||
ffmpeg
|
||||
freeglut
|
||||
glew
|
||||
glibmm
|
||||
gnutls
|
||||
libjpeg-turbo
|
||||
openssl
|
||||
pango
|
||||
pcre2
|
||||
rtmpdump
|
||||
sdl2
|
||||
sdl2-mixer
|
||||
zlib))
|
||||
(home-page "https://lightspark.github.io/")
|
||||
(synopsis "Flash player implementation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue