git-cola: build application with python3 by default
This commit is contained in:
parent
7c54149a25
commit
460e603852
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, pythonPackages, gettext, git, qt5 }:
|
{ stdenv, fetchFromGitHub, python3Packages, gettext, git, qt5 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) buildPythonApplication pyqt5 sip pyinotify;
|
inherit (python3Packages) buildPythonApplication pyqt5 sip pyinotify;
|
||||||
|
|
||||||
in buildPythonApplication rec {
|
in buildPythonApplication rec {
|
||||||
pname = "git-cola";
|
pname = "git-cola";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user