zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) writes: > Wow, this is great! It seems like this patch series is implementing a > number of things I'd been wishing I could just import from some other > Guix module. I'm signing off for the night, but I'll apply this tomorrow > and give you some feedback. It seems this breaks 'operating-system-derivation'. #+BEGIN_SRC Backtrace: 19 (_ # #<…> …) In gnu/services.scm: 320:2 18 (_ _) In gnu/system.scm: 461:4 17 (_ _) In unknown file: 16 (_ # #<…> …) 15 (_ # #<…> …) In guix/monads.scm: 482:9 14 (_ _) In unknown file: 13 (_ # #<…> …) In guix/store.scm: 1667:8 12 (_ _) 1667:8 11 (_ _) In unknown file: 10 (_ # #<…> …) 9 (_ # #<…> …) In guix/monads.scm: 482:9 8 (_ _) In unknown file: 7 (_ # #<…> …) In guix/store.scm: 1667:8 6 (_ _) In unknown file: 5 (_ # #<…> …) 4 (_ # #<…> …) In ice-9/eval.scm: 191:27 3 (_ #(#(# #) …)) 173:47 2 (_ #(#(# "module-im…" …) …)) 159:9 1 (_ #(#(# "module-im…" …) …)) In guix/derivations.scm: 597:28 0 (derivation->output-path #f _) guix/derivations.scm:597:28: In procedure derivation->output-path: In procedure struct_vtable: Wrong type argument in position 1 (expecting struct): #f building gnu-deployed... #+END_SRC 'git bisect' seems to think that 9dddee345b introduced it. Regards, Jakob