monego pushed a commit to branch master
in repository guix.
commit b62da25698ad38e71d79e4b528a9ce1e155931fc
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Aug 21 10:58:21 2022 -0300
gnu: lightspark: Remove optional input gnash.
* gnu/packages/animation.scm (lightspark)[inputs]: Remove gnash.
---
gnu/packages/animation.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index ba8ce00fbd..4f7654e3af 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2015, 2017 Ricardo Wurmus <[email protected]>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Pkill -9 <[email protected]>
-;;; Copyright © 2020, 2021 Vinicius Monego <[email protected]>
+;;; Copyright © 2020, 2021, 2022 Vinicius Monego <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -365,7 +365,6 @@ audio or video backends, ensuring good performance.")
("freeglut" ,freeglut)
("glew" ,glew)
("glibmm" ,glibmm)
- ("gnash" ,gnash)
("gnutls" ,gnutls)
("libjpeg" ,libjpeg-turbo)
("openssl" ,openssl)