From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLqr9-0005Kh-PX for guix-patches@gnu.org; Fri, 16 Jun 2017 09:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLqr4-0001AB-Ta for guix-patches@gnu.org; Fri, 16 Jun 2017 09:00:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLqr4-00019r-QR for guix-patches@gnu.org; Fri, 16 Jun 2017 09:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLqr4-0006en-JP for guix-patches@gnu.org; Fri, 16 Jun 2017 09:00:02 -0400 Subject: [bug#27002] [PATCH] gnu: Add lollypop. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Fri, 16 Jun 2017 14:59:39 +0200 In-Reply-To: (Thomas Danckaert's message of "Fri, 16 Jun 2017 14:08:37 +0200") Message-ID: <87efukf5qc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Thomas Danckaert Cc: 27002@debbugs.gnu.org Thomas Danckaert skribis: > I also noticed that the executable gets wrapped twice: bin/lollypop > wraps bin/.lollypop-real, which wraps bin/..lollypop-real-real :-) Can > this be avoided, or is it a side-effect of using the python build system > and wrapping the result? The =E2=80=98wrap-program=E2=80=99 procedure in (guix build utils) arranges= things so as to never create double wrappers, so it would be interesting to see how this happened! Ludo=E2=80=99.