Commit c1c82b4d authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

i3altlayout: remove enum-compat

parent a24ab16d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;