Loading pkgs/applications/misc/onthespot/default.nix→pkgs/by-name/on/onthespot/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ , fetchFromGitHub , makeDesktopItem , python3 , wrapQtAppsHook , libsForQt5 }: python3.pkgs.buildPythonApplication rec { Loading @@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec { nativeBuildInputs = with python3.pkgs; [ copyDesktopItems pythonRelaxDepsHook wrapQtAppsHook libsForQt5.wrapQtAppsHook ]; propagatedBuildInputs = with python3.pkgs; [ Loading @@ -32,7 +32,6 @@ python3.pkgs.buildPythonApplication rec { packaging pillow protobuf pyogg pyqt5 pyqt5-sip pyxdg Loading @@ -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; Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/applications/misc/onthespot/default.nix→pkgs/by-name/on/onthespot/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ , fetchFromGitHub , makeDesktopItem , python3 , wrapQtAppsHook , libsForQt5 }: python3.pkgs.buildPythonApplication rec { Loading @@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec { nativeBuildInputs = with python3.pkgs; [ copyDesktopItems pythonRelaxDepsHook wrapQtAppsHook libsForQt5.wrapQtAppsHook ]; propagatedBuildInputs = with python3.pkgs; [ Loading @@ -32,7 +32,6 @@ python3.pkgs.buildPythonApplication rec { packaging pillow protobuf pyogg pyqt5 pyqt5-sip pyxdg Loading @@ -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; Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { };