Liliana Marie Prikler writes: > Am Mittwoch, dem 05.10.2022 um 10:25 +0200 schrieb Dr. Arne > Babenhauserheide: >> +(define-public gst-plugins-base-gl >> + (package (inherit gst-plugins-base) >> + (name "gst-plugins-base-gl") > Is there a cycle between gst-plugins-base and mesa otherwise? If not, > we could merge them on staging. There’s no cycle, but gst-plugins-base-gl cannot be installed without mesa and mesa is large. > Prefer modify-inputs. > Prefer substitute-keyword-arguments. Is it better like this?