gnu: mesa-headers: Return #t from all phases.
* gnu/packages/gl.scm (mesa-headers)[arguments]: Return #t from the custom install phase.
This commit is contained in:
parent
841ee2a878
commit
51b491b049
|
@ -413,10 +413,11 @@ from software emulation to complete hardware acceleration for modern GPUs.")
|
||||||
(delete 'build)
|
(delete 'build)
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(copy-recursively "include" (string-append
|
(copy-recursively "include" (string-append
|
||||||
(assoc-ref outputs "out")
|
(assoc-ref outputs "out")
|
||||||
"/include")))))))))
|
"/include"))
|
||||||
|
#t)))))))
|
||||||
|
|
||||||
;;; The mesa-demos distribution contains non-free files, many files with no
|
;;; The mesa-demos distribution contains non-free files, many files with no
|
||||||
;;; clear license information, and many demos that aren't useful for most
|
;;; clear license information, and many demos that aren't useful for most
|
||||||
|
|
Loading…
Reference in New Issue