buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, python, pythonPackages, makeWrapper, gettext }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "git-cola-${version}";
|
||||
version = "2.2.1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user