Unverified Commit 296b3e1e authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #227970 from cerealiss/fix/raysession

parents 8a3e186a ffb470ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, fetchurl, buildPythonApplication, libjack2, pydbus, pyliblo, pyqt5, qttools, which }:
{ lib, fetchurl, buildPythonApplication, libjack2, pydbus, pyliblo, pyqt5, qttools, which, bash }:

buildPythonApplication rec {
  pname = "raysession";
@@ -23,7 +23,7 @@ buildPythonApplication rec {
    qttools # lrelease to build translations.
    which   # which to find lrelease.
  ];
  buildInputs = [ libjack2 ];
  buildInputs = [ libjack2 bash ];
  propagatedBuildInputs = [ pydbus pyliblo pyqt5 ];

  dontWrapQtApps = true; # The program is a python script.