Danny Milosavljevic <dan...@scratchpost.org> skribis: > + ;; The default is to use "uname -srm", which captures the kernel > + ;; version and makes builds non-reproducible. > + "--with-os-name=GNU" > + > + "--with-os-vendor=GuixSD" ;not strictly needed, but looks > nice > > Isn't that the wrong way around?
The OS is arguably “GNU”, and if we assume that “vendor” really means “distro”, that sounds about right. Not that it matters much anyway. :-) Ludo’.