[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Symlinks to generic names
From: |
Nikita Karetnikov |
Subject: |
Re: Symlinks to generic names |
Date: |
Sat, 01 Feb 2014 22:28:15 +0400 |
> Some software (rightly or wrongly) tries to build with "lex" and "yacc" .
> Guix does not provide these.
> Instead we have "flex" and "bison". Most operating systems have symbolic
> links lex -> flex and yacc -> bison.
> Shouldn't we provide these too?
I guess this should solve the problem (untested):
(inputs
`(("lex" ,flex)
("yacc" ,bison)
...))
pgpthy7hWYYgs.pgp
Description: PGP signature