[PATCH] gnu: Remove egl-gbm.

  • Open
  • quality assurance status badge
Details
One participant
  • Hilton Chain
Owner
unassigned
Submitted by
Hilton Chain
Severity
normal
H
H
Hilton Chain wrote 42 hours ago
(address . guix-patches@gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
9ea71e8f912940683d772f3bda3278efcc1ae2c7.1734096322.git.hako@ultrarare.space
* gnu/packages/xorg.scm (egl-gbm): Delete variable.

Change-Id: I5154009ac81f5a8fcf789a80d32217a95280d15b
---

I made a mistake when adding this package: dispite being similar to egl-wayland,
this package have no valid use out of nvidia driver context. So there's no
point to keep it.

gnu/packages/xorg.scm | 23 -----------------------
1 file changed, 23 deletions(-)

Toggle diff (47 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a4cd263ff2..5f164b30e4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5213,29 +5213,6 @@ (define-public eglexternalplatform
(home-page "https://github.com/NVIDIA/eglexternalplatform")
(license license:expat)))

-(define-public egl-gbm
- (package
- (name "egl-gbm")
- (version "1.1.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/NVIDIA/egl-gbm")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "125h1751vdg60klci0cbmcqj46spxalzqawvvd469qvx69bm30da"))))
- (build-system meson-build-system)
- (native-inputs (list pkg-config))
- (inputs (list eglexternalplatform mesa))
- (synopsis "GBM EGL external platform library")
- (description
- "This package provides an EGL External Platform library implementation for
-GBM EGL support.")
- (home-page "https://github.com/NVIDIA/egl-gbm")
- (license license:expat)))
-
(define-public egl-wayland
(package
(name "egl-wayland")

base-commit: 0787a180b3ca64d3958438920ca1b58a2a27fba4
prerequisite-patch-id: f132b4af7b85df465998e4f459bf729f8b66f320
prerequisite-patch-id: ecd87e69b7aebebd64256db106ed96dc12f6c12d
prerequisite-patch-id: f27c33b6c7f5dcb37c36551ecde29f1f0c734935
prerequisite-patch-id: fc6ad5af54f75869a657c065c86b262d74a1efff
prerequisite-patch-id: bea29848814b393ccd3619f0a744ee36632ac5df
prerequisite-patch-id: 41d13263266c55b695d0a28d173d795fca52e440
prerequisite-patch-id: 4ed8a51618fd43ffcbbbe458492aa8ca674da9b9
prerequisite-patch-id: 40a1f686ccb58ca654ebdd06de2a5369707bfd3e
prerequisite-patch-id: df97231e23699791053969dbaf2dd3f86319d122
prerequisite-patch-id: ada0650bfdce4ebd907c22274cfef79dd4fbb0c1
prerequisite-patch-id: 3e95a6aef38d2160935e68a567ba188bd02fc7e3
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74853@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74853
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch