Re: Packaging Proton Bridge: Progress Report #1

2024-12-09 Thread Ian Eure
Hi Marek, Marek Paśnikowski writes: I copied and extended the invocation of "make" from the gnu-build-system: (arguments (list #:phases '(modify-phases %standard-phases (add-before 'build 'make-project (lam

Re: Packaging Proton Bridge: Progress Report #1

2024-12-09 Thread Marek Paśnikowski
On poniedziałek, 9 grudnia 2024 17:52:36 CET you wrote: > Hi Marek, > > On Mon, Dec 9, 2024, at 4:47 PM, Marek Paśnikowski wrote: > > Does this mean I will have to `make` the project before `building go`? > > I'm not sure how the go-build-system interacts with stuff like this, or what > complexit

Re: Packaging Proton Bridge: Progress Report #1

2024-12-09 Thread Ian Eure
Hi Marek, On Mon, Dec 9, 2024, at 4:47 PM, Marek Paśnikowski wrote: > > Does this mean I will have to `make` the project before `building go`? > I'm not sure how the go-build-system interacts with stuff like this, or what complexity the Makefile may bring. Probably the simplest thing is to add

Re: Packaging Proton Bridge: Progress Report #1

2024-12-09 Thread Marek Paśnikowski
On poniedziałek, 9 grudnia 2024 17:38:20 CET Ian Eure wrote: > Hi Marek, > > On Mon, Dec 9, 2024, at 4:24 PM, Marek Paśnikowski wrote: > > I managed to break through version incompatibilites thanks to discovery of > > the guix:build-system:go:go-version->git-ref function, which allowed me > > to u

Re: Packaging Proton Bridge: Progress Report #1

2024-12-09 Thread Ian Eure
Hi Marek, On Mon, Dec 9, 2024, at 4:24 PM, Marek Paśnikowski wrote: > I managed to break through version incompatibilites thanks to discovery of > the > guix:build-system:go:go-version->git-ref function, which allowed me to use > the > specifications in go.mod files directly. > > I am currentl

Re: Packaging Proton Bridge: Progress Report #1

2024-12-09 Thread Marek Paśnikowski
I managed to break through version incompatibilites thanks to discovery of the guix:build-system:go:go-version->git-ref function, which allowed me to use the specifications in go.mod files directly. I am currently blocked on what seems to be an actual upstream coding bug, for which I filed a re