Author: Tobias Geerinckx-Rice Upstream issue: Two files required to build the documentation (including man pages) are not included in the latest reposurgeon release, breaking ‘make all’. Luckily, they are tiny: --- a/docbook-extra.xml 1970-01-01 01:00:00.000000000 +0100 +++ b/docbook-extra.xml 2018-01-25 00:17:18.236727017 +0100 @@ -0,0 +1,5 @@ + + + +1 + diff -Naur reposurgeon-3.43/nofooter.conf reposurgeon-3.43-b/nofooter.conf --- a/nofooter.conf 1970-01-01 01:00:00.000000000 +0100 +++ b/nofooter.conf 2018-01-25 00:23:15.384498847 +0100 @@ -0,0 +1,2 @@ +[footer-text] + >Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-02services: xvnc: Do not create a regular HOME directory for xvnc user....* gnu/services/vnc.scm (%xvnc-accounts) [home-directory]: Define as /var/empty. [shell]: Set to nologin, for good measures. Maxim Cournoyer
2022-10-07Revert "Revert "services: Add xvnc-service-type.""...This reverts commit 0c4966160054bc50e6ab3a4ac9c9a6a1826ab5a0. The fix appears in the subsequent commit, for clarity. Maxim Cournoyer
2022-10-07Revert "services: Add xvnc-service-type."...This reverts commit 1c528a95cb92b7808e6603d7956185005583629f. This broke 'guix pull', for (yet) unknown reasons. Maxim Cournoyer
2022-10-07services: Add xvnc-service-type....* gnu/services/vnc.scm: New file. * gnu/tests/vnc.scm: Likewise. * gnu/local.mk: Register them. Maxim Cournoyer