guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a0c752515b03406f27ddab7ea5f56793938b7d3e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Dec 27 22:25:59 2025 +0000

    gnu: Remove xf86-video-armada-novena.
    
    * gnu/packages/xorg.scm (xf86-video-armada-novena): Delete variable.
    
    Change-Id: I23020ceb3d705be856dd025f9ab6db9f560b5126
---
 gnu/packages/xorg.scm | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0f88243e35..b05d3ed3ad 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2790,51 +2790,6 @@ X server.")
      "xf86-video-ark is an Ark Logic video driver for the Xorg X server.")
     (license license:x11)))
 
-(define-public xf86-video-armada-novena
-  (package
-    (name "xf86-video-armada-novena")
-    (version "1.0.0")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url 
"https://github.com/novena-next/xf86-video-armada.git";)
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "01h27ck9s9rxyi9n8v9lqpd9aacln0w5pd5zlfgj740060q3wf30"))))
-    (build-system gnu-build-system)
-    (arguments
-     (list #:configure-flags
-           #~(list "--disable-vivante" "--disable-etnaviv"
-                   (string-append "--with-etnaviv-source="
-                                  (assoc-ref %build-inputs "etna-viv")))
-           #:phases
-           #~(modify-phases %standard-phases
-               (replace 'bootstrap
-                 (lambda _
-                   (mkdir "m4")
-                   (invoke "autoreconf" "--install"))))))
-    (inputs
-     (list xorg-server libdrm-armada-novena))
-    (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("automake" ,automake)
-       ("autoconf" ,autoconf)
-       ("libtool" ,libtool)
-       ("etna-viv" ,(origin
-                      (method git-fetch)
-                      (uri (git-reference
-                            (url "https://github.com/laanwj/etna_viv.git";)
-                            (commit 
"d4c87f61bdcd15f98d4bdbea8c34788bb71fbad9")))
-                      (sha256
-                       (base32
-                        
"0qfzwsmcq1lcwng707vlfql8nnkqqyhspfydxpfs03gn8w0l2cm2"))))))
-    (synopsis "Xorg driver for Freescale i.MX6")
-    (description "This package provides Xorg support for Freescale i.MX6.")
-    (home-page "https://github.com/novena-next/xf86-video-armada";)
-    (license license:gpl2)))
-
 (define-public xf86-video-ast
   (package
     (name "xf86-video-ast")

Reply via email to