bug#70611: outputs are baked in gexps, cannot be removed in derived packages

2024-05-06 Thread Simon Tournier
Hi, On sam., 27 avril 2024 at 12:55, Maxim Cournoyer wrote: > --8<---cut here---start->8--- > builder for > `/gnu/store/f2pdg9m5q3bxrlahjvlrdgw41x6kp3zd-llvm-cling-18-20240227-01.drv' > failed to produce output path > `/gnu/store/m1z5257hj5vwc2rl47wkpf0wmr

bug#70611: outputs are baked in gexps, cannot be removed in derived packages

2024-04-27 Thread Maxim Cournoyer
Hi Guix, I've stumbled upon the following existing use case that no longer works when the base package is expressed using gexps: Base package: --8<---cut here---start->8--- (define-public llvm-15 (package (name "llvm") (version "15.0.7") [...]