all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Build package for multiple platforms
@ 2019-03-22 17:08 mikadoZero
  2019-03-22 17:29 ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 5+ messages in thread
From: mikadoZero @ 2019-03-22 17:08 UTC (permalink / raw)
  To: Help Guix

I am preparing a patch for a package.  I am following the manual section
"14.6 Submitting Patches".  The fifth suggestion is to build the package
for multiple platforms.

I have added these to the system configuration file:
module: virtualization
package: qemu
service (taken from 14.6 Submitting Patches):

(service qemu-binfmt-service-type
 (qemu-binfmt-configuration
   (platforms (lookup-qemu-platforms "arm" "aarch64" "ppc" "mips64el"))
   (guix-support? #t)))

When I try to do a system reconfigure I get this error:

error: qemu-binfmt-service-type: unbound variable
hint: Did you forget a `use-modules' form?


The closest package I can find using `guix package -s` is proot but
adding the module linux and the package proot does not solve this error
message.

What should I do to get the system reconfiguration to work?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-24 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22 17:08 Build package for multiple platforms mikadoZero
2019-03-22 17:29 ` Tobias Geerinckx-Rice
2019-03-22 23:20   ` mikadoZero
2019-03-24 17:29     ` Efraim Flashner
2019-03-24 18:10       ` mikadoZero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.