BBarrett Adair wrote on 21 May 2020 06:15Recipients:(address . bug-guix@gnu.org)Message-ID:CAARDWz83GdE79-pTK3y_Ba8ayo=fc9QeL77eGQ2Szoz4296aWA@mail.gmail.comHi,It would be nice to have a --system argument for guix package. Forinstance, on an x86_64 box, it would be nice to list all 32-bit packages.Thanks,BarrettAttachment: file
LLudovic Courtès wrote on 20 Jun 2020 22:26Recipients:(name . Barrett Adair)(address . barrettellisadair@gmail.com)(address . 41432@debbugs.gnu.org)Message-ID:87v9jla3g7.fsf@gnu.orgHi,Barrett Adair <barrettellisadair@gmail.com> skribis:Toggle quote (3 lines)> It would be nice to have a --system argument for guix package. For> instance, on an x86_64 box, it would be nice to list all 32-bit packages.In the meantime, you can achieve that by writing a manifest where youwould “pin” the system type using ‘with-parameters’, as in thismanifest: https://git.savannah.gnu.org/cgit/guix.git/tree/etc/release-manifest.scmYou can then run “guix package -m that-file.scm”.HTH!Ludo’.
Your commentCommenting via the web interface is currently disabled.To comment on this conversation send an email to 41432@debbugs.gnu.orgTo respond to this issue using the mumi CLI, first switch to itmumi current 41432Then, you may apply the latest patchset in this issue (with sign off)mumi am -- -sOr, compose a reply to this issuemumi composeOr, send patches to this issuemumi send-email *.patch