mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
meld: use python2
This commit is contained in:
parent
a18ac150a3
commit
559864a951
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, itstool, pythonPackages, intltool, wrapGAppsHook
|
||||
{ stdenv, fetchurl, itstool, python2Packages, intltool, wrapGAppsHook
|
||||
, libxml2, gobjectIntrospection, gtk3, gnome3, cairo, file
|
||||
}:
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
|||
let
|
||||
minor = "3.16";
|
||||
version = "${minor}.2";
|
||||
inherit (pythonPackages) python buildPythonApplication pycairo pygobject3;
|
||||
inherit (python2Packages) python buildPythonApplication pycairo pygobject3;
|
||||
in buildPythonApplication rec {
|
||||
name = "meld-${version}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue