ripes: move to by-name
This commit is contained in:
@@ -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 =
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user