jgart skribis: > * gnu/packages/lisp-xyz.scm (cl-variates, ecl-cl-variates, > sbcl-cl-variates): New variables. > > Hi Guillaume, thanks for the review. > > Here is version 4 of the patch set rebased against the latest master commit as of now. Hi, It looks like the patches are still based on a different branch. They end with: --8<---------------cut here---------------start------------->8--- + (define-public sbcl-seria (let ((commit "2bba04dc6abdc0b85a511cae9c460942e2ad305a") (revision "0")) --8<---------------cut here---------------end--------------->8--- whereas if they were based on the master branch they would end with: --8<---------------cut here---------------start------------->8--- + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar --8<---------------cut here---------------end--------------->8--- What git command did you use to make the patch series?