Hello,
> Dmitry Nikolaev skribis:
>> build failed: invalid character `&' in name
Where is this restriction coming from ?
Could the error message add some help/hint about "adding (file-name ...)" ?
--
Vincent Legoll
>>build failed: invalid character `&' in name `PTAstraSans&Seif_TTF_ver1001.
zip.drv
>Try "%26", which is the hex-representation of the ascii-code of "&".
build failed: invalid character `%' in name `PTAstraSans%26Seif_TTF_ver1001.
zip.drv
Dmitry Nikolaev
Am 04.10.2016 um 12:50 schrieb Dmitry Nikolaev:
> How do I escape & in URL so guix accept it?
Try "%26", which is the hex-representation of the ascii-code of "&".
--
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, S
Hello. I've tried to package PT Astra font
http://astralinux.com/fonts.html
But it's download URL contains ampersand sign (&).
http://astralinux.com/images/fonts/PTAstraSans&Serif_TTF_ver1001.zip
Guix returns
build failed: invalid character `&' in name
`PTAstraSans&Seif_TTF_ver1001.zip.drv'
H