summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-01 22:18:23 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-01 22:19:37 +0200
commit360ea2bbd5089f1d309bb18e0890896f3a21c428 (patch)
tree88734bb1f28ba49da940aa38aa3073767ebbea1b
parent40a7997e63c4035a4e897f3aa3945751cca8ef3e (diff)
downloadguix-360ea2bbd5089f1d309bb18e0890896f3a21c428.tar.gz
gnu: efl: Use separate "include" output.
* gnu/packages/enlightenment.scm (efl)[outputs]: Add 'include' output.
-rw-r--r--gnu/packages/enlightenment.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index c96c19f9f9..8550a89640 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -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)))