Hi Danny, no full review, just one remark: On Fri, 20 Sep 2019 09:31:47 +0200 Danny Milosavljevic wrote: > * gnu/packages/heads.scm (heads): New variable. [..] > + (native-inputs > + `(("bash" ,bash) [..] > + ("linux" > + ,(origin > + (method url-fetch) > + (uri > "https://cdntt.kernel.org/pub/linux/kernel/v4.x/linux-4.14.62.tar.xz") > + (sha256 > + (base32 > "1ar29ikway5im17iw9ag1fxivr7sbj8nhxxw347xqmp1irz4vjji")))) That's the non-free kernel, right? Besides that neither DNS nor Google knows that host. In general, this long list of source-files looks a bit strange: I think all/most of these packages are already a Guix package, where the source code is (more or less) verified to be FSDG-compatible, possibly with a snipped. Now this package is just getting a huge list of unreviewed source tarballs in. Hm. Could we at least somehow reference the source package from Guix? Björn