On #guix an error was reported in adding a setuid-program, but which followed the example in the manual. Looks like %setuid-programs was moved out a level in 1b87dc2f2a897f5fe0b3f8984c2544335ac87b56. The indentation was misleading (implying %setuid-programs was in the list sexp) previous to that commit. I believe this should be the correct format, and Kolev (who had the setuid-program problem on #guix) reported moving the paren fixed the error. Please see the attached patch. I did not add a copyright line for fixing this typo, but if it should be added, please do. Thanks! John