It's generally a good idea to mention what you did that ended up fixing the
problem, in case someone else has the same problem later. As it is, anyone else
who gets the same problem will still have no idea how to fix it.
On Wed, 26 Aug 2020 11:30:11 -0400
Jacob daemonspudguy Tice wrote:
> Got
I asked about this on the IRC but had no luck.
IIUC --with-source=package=source should set the source for "package" to
"source" when something being built depends on "package". For example,
`guix build --with-soure=python2=/tmp/python2 lci` should build the lci
with the python2 source in /tmp
Christopher Baines writes:
> Dr. Arne Babenhauserheide writes:
>
>> I’d like to create a small server that provides substitutes for
>> packages for which I often have to build a fallback (mostly ungoogled
>> Chromium).
>>
>> How can I do that? Is there already a simply way?
>
> It's not simple
Dr. Arne Babenhauserheide writes:
> I’d like to create a small server that provides substitutes for
> packages for which I often have to build a fallback (mostly ungoogled
> Chromium).
>
> How can I do that? Is there already a simply way?
It's not simple (yet), but I'm hoping to get there event
guix build will output all the store names for the outputs of
(usually only one). The hash in the directory names is what you want
as the narinfo filename.
Le 26 août 2020 12:12:44 GMT-04:00, "Dr. Arne Babenhauserheide"
a écrit :
>
>Julien Lepiller writes:
>
>> I suppose, but that's going t
Julien Lepiller writes:
> I suppose, but that's going to be a bit of work. I'm not very knowledgeable
> on this part of guix. I think you'll need to generate a narinfo and a nar for
> each store item you want to be available. Maybe you can run guix publish
> locally and mirror the files it se
I believe that you want to use the tor-service-type. Take a look at the
guix manual services section. That should give you all the info you need.
--
Joshua Branson
Sent from Emacs and Gnus
Got it.
Jacob daemonspudguy Tice schrieb am Mi., 26. Aug.
2020, 10:10:
> It just hangs on the “Connecting to [SSID REDACTED], please wait”. What’s
> going on?
I suppose, but that's going to be a bit of work. I'm not very knowledgeable on
this part of guix. I think you'll need to generate a narinfo and a nar for each
store item you want to be available. Maybe you can run guix publish locally and
mirror the files it serves on your server?
You'll need t
Julien Lepiller writes:
> The best would be to run "guix publish" on your server, as it will allow
> others to use your server as a substitute server, instead of having to
> manually download archives of the package and dependencies.
Thank you for your answer!
Is it possible to do the equivalen
It just hangs on the “Connecting to [SSID REDACTED], please wait”. What’s going
on?
The best would be to run "guix publish" on your server, as it will allow others
to use your server as a substitute server, instead of having to manually
download archives of the package and dependencies.
guix copy copies an item from one store to the other, so it doesn't make sense
to send from
Hi,
I’d like to create a small server that provides substitutes for packages
for which I often have to build a fallback (mostly ungoogled Chromium).
How can I do that? Is there already a simply way?
I tried guix copy, but without luck:
$ LANG=C guix copy ungoogled-chromium --to=guixtmp@localho
13 matches
Mail list logo