Archived
1
0
Fork 0

gnu: lightspark: Remove input labels.

* gnu/packages/animation.scm (lightspark)[native-inputs, inputs]: Remove
labels.
This commit is contained in:
Vinicius Monego 2022-08-21 13:10:07 -03:00
parent 9d829dc9a4
commit 6defe340ab
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -352,28 +352,28 @@ audio or video backends, ensuring good performance.")
(when tests? (when tests?
(invoke "./tests"))))))) (invoke "./tests")))))))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("nasm" ,nasm) nasm
("perl" ,perl) perl
("pkg-config" ,pkg-config) pkg-config
("python" ,python-wrapper))) python-wrapper))
(inputs (inputs
`(("cairo" ,cairo) (list cairo
("curl" ,curl) curl
("ffmpeg" ,ffmpeg) ffmpeg
("freeglut" ,freeglut) freeglut
("glew" ,glew) glew
("glibmm" ,glibmm) glibmm
("gnutls" ,gnutls) gnutls
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("openssl" ,openssl) openssl
("pango" ,pango) pango
("pcre2" ,pcre2) pcre2
("rtmpdump" ,rtmpdump) rtmpdump
("sdl2" ,sdl2) sdl2
("sdl2-mixer" ,sdl2-mixer) sdl2-mixer
("zlib" ,zlib))) zlib))
(home-page "https://lightspark.github.io/") (home-page "https://lightspark.github.io/")
(synopsis "Flash player implementation") (synopsis "Flash player implementation")
(description (description