summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-11-18 16:48:17 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-11-24 22:28:04 +0100
commit78cf06e316afc23f187c59eb42b22b6b4fca1ea5 (patch)
treef54d767994d413c4b9938de7411a3ebc64d0afd9 /pkgs/desktops/gnome-3
parentaa9353d158412deae0b90a28917f13e430309e76 (diff)
downloadnixlib-78cf06e316afc23f187c59eb42b22b6b4fca1ea5.tar
nixlib-78cf06e316afc23f187c59eb42b22b6b4fca1ea5.tar.gz
nixlib-78cf06e316afc23f187c59eb42b22b6b4fca1ea5.tar.bz2
nixlib-78cf06e316afc23f187c59eb42b22b6b4fca1ea5.tar.lz
nixlib-78cf06e316afc23f187c59eb42b22b6b4fca1ea5.tar.xz
nixlib-78cf06e316afc23f187c59eb42b22b6b4fca1ea5.tar.zst
nixlib-78cf06e316afc23f187c59eb42b22b6b4fca1ea5.zip
gnome3_22.anjuta: use python2
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/3.22/devtools/anjuta/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/3.22/devtools/anjuta/default.nix b/pkgs/desktops/gnome-3/3.22/devtools/anjuta/default.nix
index 3cb62fef6c2f..6a50834f105e 100644
--- a/pkgs/desktops/gnome-3/3.22/devtools/anjuta/default.nix
+++ b/pkgs/desktops/gnome-3/3.22/devtools/anjuta/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pkgconfig, gnome3, gtk3, flex, bison, libxml2, intltool,
-  itstool, python, makeWrapper }:
+  itstool, python2, makeWrapper }:
 
 stdenv.mkDerivation rec {
   inherit (import ./src.nix fetchurl) name src;
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   buildInputs = [ pkgconfig flex bison gtk3 libxml2 gnome3.gjs gnome3.gdl
-    gnome3.libgda gnome3.gtksourceview intltool itstool python makeWrapper
+    gnome3.libgda gnome3.gtksourceview intltool itstool python2 makeWrapper
     gnome3.gsettings_desktop_schemas
   ];