gnome3.anjuta: use python2

This commit is contained in:
Frederik Rietdijk
2016-11-08 22:48:54 +01:00
parent cb5687a346
commit cd351e25aa
+1 -1
View File
@@ -307,7 +307,7 @@ let
#### Dev http://ftp.gnome.org/pub/GNOME/devtools/
anjuta = callPackage ./devtools/anjuta { };
anjuta = callPackage ./devtools/anjuta { python=pkgs.python2; };
devhelp = callPackage ./devtools/devhelp { };