nixpkgs/pkgs/development/python-modules/pygobject
Karn Kallio ce3daae51a pygobject
In the pygobject package of pythonPackages the codegen python files are
executable and get wrapped, which causes pygtk to not build because it
uses the python program to execute them.  The attached patch makes them
not executable so they do not get wrapped and cause pygtk to fail its
build.

From 931b7998658fa72323c9a76e7b336fe726a9cc61 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org>
Date: Fri, 2 Sep 2016 15:30:42 -0400
Subject: [PATCH] pygobject: prevent wrapping of codegen/*.py files.
2016-09-02 15:58:24 -04:00
..
3.nix pythonPackages: use mkPythonDerivation 2016-09-01 16:16:31 +02:00
default.nix pygobject 2016-09-02 15:58:24 -04:00
pygobject-2.28.6-gio-types-2.32.patch pygobject: fix some warnings 2016-04-16 00:23:57 -03:00
pygobject-2.28.6-set_qdata.patch pygobject: fix some warnings 2016-04-16 00:23:57 -03:00