Oleg Pykhalov writes: > * gnu/packages/vnc.scm (%tigervnc-version, %tigervnc-revision, > %tigervnc-commit): New variables. > (tigervnc-client): Update to 1.10.1-1.920d9c4. > (tigervnc-server)[version]: Update to 1.10.1-1.920d9c4. > [arguments]<#:phases>[patch-xserver]: Fix format procedure call. > [native-inputs]: Use tigervnc-client package source. [...] > +(define %tigervnc-version "1.10.1") > +(define %tigervnc-revision "1") > +(define %tigervnc-commit "920d9c4d6562ecabf79497bc901d50522d4bc661") It would be good to leave a comment that this is not actually 1.10.1, but a snapshot of the 'master' branch. It would be even better to take the required patches and add it on the 1.10.1 tag. Otherwise LGTM, thanks!