cligh: switch to Python 3
This commit is contained in:
parent
8a935323bb
commit
53acbe8156
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, pythonPackages }:
|
{ stdenv, fetchFromGitHub, buildPythonApplication, pyxdg, PyGithub }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "cligh-${version}";
|
name = "cligh-${version}";
|
||||||
version = "0.3";
|
version = "0.3";
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
sha256 = "0d1fd78rzl2n75xpmy1gnxh1shvcs4qm0j4qqszqvfriwkg2flxn";
|
sha256 = "0d1fd78rzl2n75xpmy1gnxh1shvcs4qm0j4qqszqvfriwkg2flxn";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ pyxdg PyGithub ];
|
propagatedBuildInputs = [ pyxdg PyGithub ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://the-brannons.com/software/cligh.html;
|
homepage = http://the-brannons.com/software/cligh.html;
|
||||||
|
@ -14266,7 +14266,7 @@ with pkgs;
|
|||||||
|
|
||||||
clfswm = callPackage ../applications/window-managers/clfswm { };
|
clfswm = callPackage ../applications/window-managers/clfswm { };
|
||||||
|
|
||||||
cligh = callPackage ../development/tools/github/cligh {};
|
cligh = python3Packages.callPackage ../development/tools/github/cligh {};
|
||||||
|
|
||||||
clipgrab = callPackage ../applications/video/clipgrab { };
|
clipgrab = callPackage ../applications/video/clipgrab { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user