diff options
| -rw-r--r-- | gnu/packages/gl.scm | 3 |
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? |
