Loading pkgs/applications/window-managers/i3/altlayout.nix +3 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,9 @@ python3Packages.buildPythonApplication rec { sha256 = "1h0phf3s6ljffxw0bs73k041wildaz01h37iv5mxhami41wrh4qf"; }; pythonPath = with python3Packages; [ enum-compat i3ipc docopt ]; pythonRemoveDeps = [ "enum-compat" ]; pythonPath = with python3Packages; [ i3ipc docopt ]; doCheck = false; Loading Loading
pkgs/applications/window-managers/i3/altlayout.nix +3 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,9 @@ python3Packages.buildPythonApplication rec { sha256 = "1h0phf3s6ljffxw0bs73k041wildaz01h37iv5mxhami41wrh4qf"; }; pythonPath = with python3Packages; [ enum-compat i3ipc docopt ]; pythonRemoveDeps = [ "enum-compat" ]; pythonPath = with python3Packages; [ i3ipc docopt ]; doCheck = false; Loading