ripes: move to by-name

This commit is contained in:
WeetHet
2025-02-25 13:45:16 +02:00
parent d1a2fc4304
commit 1ffc0aa076
2 changed files with 5 additions and 10 deletions
@@ -3,10 +3,7 @@
stdenv,
fetchFromGitHub,
pkg-config,
qtbase,
qtsvg,
qtcharts,
wrapQtAppsHook,
qt6,
cmake,
python3,
unstableGitUpdater,
@@ -29,13 +26,13 @@ stdenv.mkDerivation rec {
cmake
pkg-config
python3
wrapQtAppsHook
qt6.wrapQtAppsHook
];
buildInputs = [
qtbase
qtsvg
qtcharts
qt6.qtbase
qt6.qtsvg
qt6.qtcharts
];
installPhase =
-2
View File
@@ -1404,8 +1404,6 @@ with pkgs;
py65 = with python3.pkgs; toPythonApplication py65;
ripes = qt6Packages.callPackage ../applications/emulators/ripes { };
rmg-wayland = callPackage ../by-name/rm/rmg/package.nix {
withWayland = true;
};