i3-wk-switch: 2017-08-21 -> 2019-05-10
This commit is contained in:
parent
0285c6183a
commit
9bc4c1c311
@ -1,18 +1,17 @@
|
|||||||
{ stdenv, fetchFromGitHub, python2Packages }:
|
{ stdenv, fetchFromGitHub, python3Packages }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "i3-wk-switch";
|
pname = "i3-wk-switch";
|
||||||
version = "2017-08-21";
|
version = "2019-05-10";
|
||||||
|
|
||||||
# https://github.com/tmfink/i3-wk-switch/commit/484f840bc4c28ddc60fa3be81e2098f7689e78fb
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tmfink";
|
owner = "tmfink";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "484f840";
|
rev = "05a2d5d35e9841d2a26630f1866fc0a0e8e708eb";
|
||||||
sha256 = "0nrc13ld5bx07wrgnpzgpbaixb4rpi93xiapvyb8srd49fj9pcmb";
|
sha256 = "0ln192abdqrrs7rdazp9acbji2y6pf68z2d1by4nf2q529dh24dc";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [ i3-py ];
|
propagatedBuildInputs = with python3Packages; [ i3ipc ];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -23,7 +22,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "XMonad-like workspace switching for i3";
|
description = "XMonad-like workspace switching for i3 and sway";
|
||||||
maintainers = with maintainers; [ synthetica ];
|
maintainers = with maintainers; [ synthetica ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user