onthespot: fix build issue

This commit is contained in:
Jonas Heinrich 2024-03-28 14:37:44 +01:00
parent 571322fee4
commit 5cf1df862d
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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 { };