rmview: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-10-29 02:56:41 +00:00
parent 760a9aee57
commit 50cfb4d974
2 changed files with 2 additions and 4 deletions
@@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
python3Packages,
wrapQtAppsHook,
libsForQt5,
}:
python3Packages.buildPythonApplication rec {
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = with python3Packages; [
pyqt5
setuptools
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
];
propagatedBuildInputs = with python3Packages; [
pyqt5
-2
View File
@@ -2225,8 +2225,6 @@ with pkgs;
renpy = callPackage ../by-name/re/renpy/package.nix { python3 = python312; };
rmview = libsForQt5.callPackage ../applications/misc/remarkable/rmview { };
remarkable-mouse = python3Packages.callPackage ../applications/misc/remarkable/remarkable-mouse { };
ropgadget = with python3Packages; toPythonApplication ropgadget;