Pierre Neidhardt <m...@ambrevar.xyz> writes: > Jelle Licht <jli...@fsfe.org> writes: > >> Pierre Neidhardt <m...@ambrevar.xyz> writes: >> >>> (define mesa32 >>> (package >>> (inherit (to32 mesa)) >>> (arguments >>> (substitute-keyword-arguments (package-arguments mesa) >> ^ >> you use (64bit?) >> mesa here. > > What's the problem? O.o
It seems you inherit from the `(to32 mesa)', but then override the arguments to come from `(package-arguments mesa)', so you always ignore the `#:system "i686-linux"' in this setup, if I understand correctly.