Commit 56157c3f authored by ArchercatNEO's avatar ArchercatNEO
Browse files

raysession: use pyliblo3

parent 0702aae2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  fetchurl,
  buildPythonApplication,
  libjack2,
  pyliblo,
  pyliblo3,
  pyqt5,
  which,
  bash,
@@ -39,8 +39,8 @@ buildPythonApplication rec {
    libjack2
    bash
  ];
  propagatedBuildInputs = [
    pyliblo
  dependencies = [
    pyliblo3
    pyqt5
  ];