GNU bug report logs - #61959
[PATCH 0/7] Add some Asahi Linux packages

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Sat, 4 Mar 2023 14:45:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Roman Scherer <roman <at> burningswell.com>
To: 61959 <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [bug#61959] [PATCH 6/7] gnu: Add asahi-mesa-headers.
Date: Sat,  4 Mar 2023 15:46:39 +0100
* gnu/packages/gl.scm (asahi-mesa-headers): New variable.
---
 gnu/packages/gl.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index fd4ae587b9..6a9dc41832 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -663,6 +663,19 @@ (define-public asahi-mesa
        ("wayland-protocols" ,wayland-protocols-next)
        ,@(fold alist-delete (package-inputs mesa)
                '("llvm" "wayland-protocols"))))))
+
+(define-public asahi-mesa-headers
+  (package/inherit mesa-headers
+    (name "asahi-mesa-headers")
+    (version "20221229")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://gitlab.freedesktop.org/asahi/mesa/-/archive/"
+                           "asahi-" version "/mesa-asahi-" version ".tar.gz"))
+       (sha256
+        (base32 "1gg0msrx2d2mgif4jqljns8nqf29nazqpxcxmjaa50yf50n6n05p"))))))
+
 (define-public glew
   (package
     (name "glew")
-- 
2.39.1





This bug report was last modified 2 years and 102 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.