From 51b491b049b921fbfee0b06fbdd61cf2137dc926 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 23 Mar 2018 03:11:15 -0400 Subject: gnu: mesa-headers: Return #t from all phases. * gnu/packages/gl.scm (mesa-headers)[arguments]: Return #t from the custom install phase. --- gnu/packages/gl.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gnu/packages/gl.scm') diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 9930de87de..e01e46cdd1 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -413,10 +413,11 @@ (define-public mesa-headers (delete 'build) (delete 'check) (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (copy-recursively "include" (string-append - (assoc-ref outputs "out") - "/include"))))))))) + (lambda* (#:key outputs #:allow-other-keys) + (copy-recursively "include" (string-append + (assoc-ref outputs "out") + "/include")) + #t))))))) ;;; The mesa-demos distribution contains non-free files, many files with no ;;; clear license information, and many demos that aren't useful for most -- cgit v1.2.3