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


Message #80 received at 61959 <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: 61959 <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH v3 6/7] gnu: Add asahi-mesa-headers.
Date: Sun,  5 Mar 2023 17:14:02 +0100
* gnu/packages/gl.scm (asahi-mesa-headers): New variable.
---
 gnu/packages/gl.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 3b3985df71..490b1051d2 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -661,6 +661,12 @@ (define-public asahi-mesa
          (replace "llvm" llvm-15)
          (replace "wayland-protocols" wayland-protocols-next))))))
 
+(define-public asahi-mesa-headers
+  (package/inherit mesa-headers
+    (name "asahi-mesa-headers")
+    (version (package-version asahi-mesa))
+    (source (package-source asahi-mesa))))
+
 (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.