Re: create a symlink

2019-03-08 Thread Danny Milosavljevic
Hi Rene, +++ b/guix/scripts/system.scm @@ -1151,3 +1151,5 @@ argument list and OPTS is the option alist." ;;; End: ;;; system.scm ends here + +(install-hurd #$hurd) That is not going to work there. #$ unquotes from a build-side g-expression (similar to what "," would do in a quasiquote). Yo

Re: Is qtwebkit building? Any substitute?

2019-03-08 Thread Tobias Geerinckx-Rice
Pierre, For each of those commits, ‘./pre-inst-env guix build qtwebkit’ on said substitute server returns the same thing: 95803946c7dbdff88db09fa5fe98e70d607712a7 (current master), 1564e0fefa0ccab7a4c350a158806e59274e8ea1, abe6e670d356b8333b41c7359c0ab25a58fe736b → /gnu/store/hrphwn086yhk2

Re: create a symlink

2019-03-08 Thread Rene
Hello, Danny Milosavljevic writes: > > What is supposed to load the "/hurd" that would be created ? > After starting GNU Mach microkernel, the hurd translators are required to start the operating system. At the moment all components like gnumach, hurd servers point to /hurd. Maybe there is a