Sorry, I should really set up my client to add CC or even To with lists... Carlo Zancanaro <ca...@zancanaro.id.au> writes:
> On Wed, Nov 30 2016, ng0 wrote >> Is there anything obvious I have to change? [ 6 more citation lines. Click/Enter to show. ] > > Your `let` body contains both the `(cuirass-service ...)` form as > well as the `%desktop-services` form. A `let` form will take the > value of the last form in its body, so the `(cuirass-service ...)` > value is being thrown away. > > Try removing one of the closing parentheses after `%desktop-services` > and add it after the `(cuirass-service ...)` form. (This has the effect > of moving `%desktop-services` out of the `let` body.) Thanks! https://ptpb.pw/gQOZ.scm with this change it fails differently: ng0@greendragon ~$ sudo guix system build /etc/config.scm Backtrace: In ice-9/boot-9.scm: 160: 18 [catch #t #<catch-closure a4de40> ...] In unknown file: ?: 17 [apply-smob/1 #<catch-closure a4de40>] In ice-9/boot-9.scm: 66: 16 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 15 [eval # #] In ice-9/boot-9.scm: 2404: 14 [save-module-excursion #<procedure a6d900 at ice-9/boot-9.scm:4051:3 ()>] 4056: 13 [#<procedure a6d900 at ice-9/boot-9.scm:4051:3 ()>] 1727: 12 [%start-stack load-stack #<procedure a77120 at ice-9/boot-9.scm:4047:10 ()>] 1732: 11 [#<procedure a81b70 ()>] In unknown file: ?: 10 [primitive-load "/gnu/store/vk6q4xahpy1dvs5ig3gg699fgszbf8ay-guix-0.11.0-4.1f41/bin/.guix-real"] In guix/ui.scm: 1222: 9 [run-guix-command system "build" "/etc/config.scm"] In ice-9/boot-9.scm: 160: 8 [catch srfi-34 #<procedure 378a7e0 at guix/ui.scm:426:2 ()> ...] 160: 7 [catch system-error ...] In guix/scripts/system.scm: 954: 6 [#<procedure 376b120 at guix/scripts/system.scm:946:2 ()>] 841: 5 [process-action build ("/etc/config.scm") ...] In guix/store.scm: 1215: 4 [run-with-store # ...] In guix/scripts/system.scm: 853: 3 [#<procedure 10053c0 at guix/scripts/system.scm:845:8 (state)> #] 611: 2 [perform-action build # # ...] In gnu/system.scm: 635: 1 [operating-system-derivation # # #f] In unknown file: ?: 0 [append (# # # # ...) (# # # # ...)] ERROR: In procedure append: ERROR: In procedure append: Wrong type argument in position 1 (expecting empty list): #<<service> type: #<service-type cuirass 3686210> parameters: #<<cuirass-configuration> cache-directory: "" user: "cuirass" group: "cuirass" interval: 60 database: "/var/run/cuirass/cuirass.db" specifications: (((#:name . "guix") (#:url . "git://git.savannah.gnu.org/guix.git") (#:load-path . ".") (#:file . "/.../cuirass/tests/gnu-system.scm") (#:proc . hydra-jobs) (#:arguments (subset . "hello")) (#:branch . "master"))) use-substitutes?: #f one-shot?: #f>>