summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-03-15 14:37:42 +0100
committerEfraim Flashner <efraim@flashner.co.il>2026-03-30 10:36:23 +0300
commit7ec8a42a2fec78bfb6e5f27369b189ee3bbb741d (patch)
treefff44f8444b0d716e3f1bc165e7c196707ea5664
parentb408c255ac3dd690e0caf30e44f0a75346bc7ec7 (diff)
gnu: glad: Install missing cmake file.
* gnu/packages/gl.scm (glad)[arguments]<#:phases>{install-cmakelists.txt}: Install an additional configuration file. Fixes: guix/guix#7183 Change-Id: I080bcca553e6324ea7fa6a48e33aa2a29743e591 Signed-off-by: John Kehayias <john@guixotic.coop>
-rw-r--r--gnu/packages/gl.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 27b1fd01b2f..f90c5a8865b 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -265,7 +265,8 @@ generate a GL/GLES/EGL/GLX/WGL loader tailored for specific requirements.")
(lambda _
(let ((share (string-append #$output "/share/"
#$(package-name this-package))))
- (install-file "cmake/CMakeLists.txt" share))))
+ (install-file "cmake/CMakeLists.txt" share)
+ (install-file "cmake/GladConfig.cmake" share))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?