x2goclient packaging help

2023-10-23 Thread Nicolas Débonnaire
Hello, I'm trying to package x2goclient. You can find my attempt in the two following files that i'm using in a local guix channel for testing purpose. x2goclient.scm is the main package file. nx-libs.scm is a dependency. While those files build well and x2go gui launch perfectly, It seems that I c

Re: packaging help

2014-03-23 Thread Yagnesh Raghava Yakkala
Hello Eric, On Mar 21 2014, Eric Bavier wrote: > Yagnesh Raghava Yakkala writes: > >> Hello Eric, >> >> On Mar 21 2014, Eric Bavier wrote: >> >>> Yagnesh Raghava Yakkala writes: >>> (license license:x11-style "https://raw.githubusercontent.com/Unidata/UDUNITS-2/master/COPYRIGH

Re: packaging help

2014-03-23 Thread Yagnesh Raghava Yakkala
Hello Ludovic, On Mar 21 2014, l...@gnu.org (Ludovic Courtès) wrote: > Yagnesh Raghava Yakkala skribis: > >> (license license:x11-style >> "https://raw.githubusercontent.com/Unidata/UDUNITS-2/master/COPYRIGHT";) > > This should read: > > (license >(license:x11-style > "https://raw.g

Re: packaging help

2014-03-21 Thread Ludovic Courtès
Yagnesh Raghava Yakkala skribis: > (license license:x11-style > "https://raw.githubusercontent.com/Unidata/UDUNITS-2/master/COPYRIGHT";) This should read: (license (license:x11-style "https://raw.githubusercontent.com/Unidata/UDUNITS-2/master/COPYRIGHT";)) (Yeah, error reporting is

Re: packaging help

2014-03-21 Thread Eric Bavier
Yagnesh Raghava Yakkala writes: > Hello Eric, > > On Mar 21 2014, Eric Bavier wrote: > >> Yagnesh Raghava Yakkala writes: >> >>> (license license:x11-style >>> "https://raw.githubusercontent.com/Unidata/UDUNITS-2/master/COPYRIGHT";) >>> (home-page "http://www.unidata.ucar.edu/software/

packaging help

2014-03-21 Thread Yagnesh Raghava Yakkala
Hello, I am trying to package UDUNITS2¹ which is a dependency of Netcdf4. I am getting an syntax error while building guix. I pasted the following in maths.scm (similar to units package definition). --8<---cut here---start->8--- (define-public udunits (pac