bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17853: GLib references Python


From: Ludovic Courtès
Subject: bug#17853: GLib references Python
Date: Thu, 26 Jun 2014 15:28:33 +0200
User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)

As of v0.6-441-gfe6e3fe, GLib keeps a reference to ‘python-wrapper’,
because of two scripts:

--8<---------------cut here---------------start------------->8---
$ grep /bin/python /gnu/store/l4yvfmp8ys2xjkmrvcxzdlx86qzlishr-glib-2.39.1/bin/*
/gnu/store/l4yvfmp8ys2xjkmrvcxzdlx86qzlishr-glib-2.39.1/bin/gdbus-codegen:#!/gnu/store/z36w7wiz6vqqcpridw03afkq68cm5rhh-python-wrapper-3.3.5/bin/python
/gnu/store/l4yvfmp8ys2xjkmrvcxzdlx86qzlishr-glib-2.39.1/bin/gtester-report:#!/gnu/store/z36w7wiz6vqqcpridw03afkq68cm5rhh-python-wrapper-3.3.5/bin/python
--8<---------------cut here---------------end--------------->8---

This is a problem because that means that, say, Avahi, pulls in all of
Python 3, which is quite big.

The solution may be to add a “bin” output.

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]