lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cligh: switch to Python 3

+4 -4
+3 -3
pkgs/development/tools/github/cligh/default.nix
··· 1 - { stdenv, fetchFromGitHub, pythonPackages }: 1 + { stdenv, fetchFromGitHub, buildPythonApplication, pyxdg, PyGithub }: 2 2 3 - pythonPackages.buildPythonApplication rec { 3 + buildPythonApplication rec { 4 4 name = "cligh-${version}"; 5 5 version = "0.3"; 6 6 ··· 13 13 sha256 = "0d1fd78rzl2n75xpmy1gnxh1shvcs4qm0j4qqszqvfriwkg2flxn"; 14 14 }; 15 15 16 - propagatedBuildInputs = with pythonPackages; [ pyxdg PyGithub ]; 16 + propagatedBuildInputs = [ pyxdg PyGithub ]; 17 17 18 18 meta = with stdenv.lib; { 19 19 homepage = http://the-brannons.com/software/cligh.html;
+1 -1
pkgs/top-level/all-packages.nix
··· 14266 14266 14267 14267 clfswm = callPackage ../applications/window-managers/clfswm { }; 14268 14268 14269 - cligh = callPackage ../development/tools/github/cligh {}; 14269 + cligh = python3Packages.callPackage ../development/tools/github/cligh {}; 14270 14270 14271 14271 clipgrab = callPackage ../applications/video/clipgrab { }; 14272 14272