Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-23 17:05:02 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 17:05:02 (GMT)
commit73617b2e60378bdd1e871cdec33bb5a66553bfe2 (patch)
tree06a9314390978f7b48e53f9e3f3b191de9b4d0ee
parent15ae0e601b387cd8749fcaa4a7f46954e6c86841 (diff)
Use python 2.7 explicitly
-rw-r--r--config/modules/system.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index ca2eb80..be07dbd 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -32,6 +32,9 @@
},
{
"name": "pygobject",
+ "options": [
+ "--with-python=python2.7"
+ ],
"repo": "git://git.gnome.org/pygobject",
"tag": "2d34d35e5db06b0eb29cba91d0999b20a5c0b450"
},