Commit 5cf1df86 authored by Jonas Heinrich's avatar Jonas Heinrich
Browse files

onthespot: fix build issue

parent 571322fe
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
, fetchFromGitHub
, makeDesktopItem
, python3
, wrapQtAppsHook
, libsForQt5
}:

python3.pkgs.buildPythonApplication rec {
@@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec {
  nativeBuildInputs = with python3.pkgs; [
    copyDesktopItems
    pythonRelaxDepsHook
    wrapQtAppsHook
    libsForQt5.wrapQtAppsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [
@@ -32,7 +32,6 @@ python3.pkgs.buildPythonApplication rec {
    packaging
    pillow
    protobuf
    pyogg
    pyqt5
    pyqt5-sip
    pyxdg
@@ -46,6 +45,9 @@ python3.pkgs.buildPythonApplication rec {
  pythonRemoveDeps = [
    "PyQt5-Qt5"
    "PyQt5-stubs"
    # Doesn't seem to be used in the sources and causes
    # build issues
    "PyOgg"
  ];

  pythonRelaxDeps = true;
+0 −2
Original line number Diff line number Diff line
@@ -11378,8 +11378,6 @@ with pkgs;
    inherit (darwin.apple_sdk.frameworks) Security;
  };
  onthespot = libsForQt5.callPackage ../applications/misc/onthespot { };
  opencorsairlink = callPackage ../tools/misc/opencorsairlink { };
  openfpgaloader = callPackage ../development/embedded/fpga/openfpgaloader { };