gnu: glibc: Add "static" output.
[jackhill/guix/guix.git] / gnu / packages / cross-base.scm
index abc3a28..369083e 100644 (file)
@@ -248,6 +248,7 @@ target that libc."
                    ,@inputs)))
             (libc
              `(("libc" ,libc)
+               ("libc:static" ,libc "static")
                ("xkernel-headers"                ;the target headers
                 ,@(assoc-ref (package-propagated-inputs libc)
                              "kernel-headers"))