From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55878) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ7WV-00065B-6D for guix-patches@gnu.org; Sun, 19 Apr 2020 06:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQ7WU-0003X1-OC for guix-patches@gnu.org; Sun, 19 Apr 2020 06:50:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60796) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQ7WU-0003Wt-Bv for guix-patches@gnu.org; Sun, 19 Apr 2020 06:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQ7WU-0000LT-5s for guix-patches@gnu.org; Sun, 19 Apr 2020 06:50:02 -0400 Subject: [bug#40712] gnu: Add midori. Resent-Message-ID: Mime-Version: 1.0 Date: Sun, 19 Apr 2020 10:49:15 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Raghav Gururajan" Message-ID: In-Reply-To: <0e4745a8ba9eb6868126ec3809a47ed3@disroot.org> References: <0e4745a8ba9eb6868126ec3809a47ed3@disroot.org> <878sirkblc.fsf@gmail.com> <6793693e5da6eb936de9494680bbc2ee@disroot.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 40712@debbugs.gnu.org, pacoon@protonmail.com Hi Mathieu!=0A=0A>> Thanks for your patch! This is a duplicate of=0A>> ht= tps://lists.gnu.org/archive/html/guix-patches/2020-03/msg00729.html.=0A> = =0A> Oops! I did not know that. Sorry!=0A> =0A>> Like with Rene patch HTT= PS didn't work for me. However when adding:=0A>> =0A>> --8<--------------= -cut here---------------start------------->8---=0A>> ("glib-networking" ,= glib-networking)=0A>> --8<---------------cut here---------------end------= --------->8---=0A>> =0A>> to inputs, yours work. Not sure how to proceed = here.=0A> =0A> It's because I have used glib phases.=0A=0AAlong with 'gli= b-networking', could you also add the following please?=0A=0A (ad= d-after 'install 'wrap-typelib=0A (lambda* (#:key outputs #:all= ow-other-keys)=0A (let ((prog (string-append (assoc-ref outpu= ts "out")=0A "/bin/midori")))=0A = (wrap-program prog=0A `("GI_TYPELIB_PATH" = =3D (,(getenv "GI_TYPELIB_PATH"))))=0A #t)))=0A=0ASorry, I = am at work now and do not have my machine.=0A=0ARegards,=0ARG.