me
/
guix
Archived
1
0
Fork 0

gnu: efl: Use separate "include" output.

* gnu/packages/enlightenment.scm (efl)[outputs]: Add 'include' output.
master
Efraim Flashner 2018-03-01 22:18:23 +02:00
parent 40a7997e63
commit 360ea2bbd5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@
(sha256
(base32
"1zkn5ix81xck3n84dxvkjh4alwc6zj8x989d0zqi5c6ppijvgadh"))))
(outputs '("out" ; 49 MB
"include")) ; 17 MB
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))