Loading pkgs/applications/emulators/ripes/default.nix→pkgs/by-name/ri/ripes/package.nix +13 −8 Original line number Diff line number Diff line Loading @@ -3,10 +3,8 @@ stdenv, fetchFromGitHub, pkg-config, qtbase, qtsvg, qtcharts, wrapQtAppsHook, qt6, cereal, cmake, python3, unstableGitUpdater, Loading @@ -25,17 +23,24 @@ stdenv.mkDerivation rec { hash = "sha256-aNJTM/s4GNhWVXQxK1R/rIN/NmeKglibQZMh8ENjIzo="; }; postPatch = '' rm -r external/VSRTL/external/cereal substituteInPlace {src/serializers.h,src/io/iobase.h} \ --replace-fail "VSRTL/external/cereal/include/cereal/cereal.hpp" "cereal/cereal.hpp" ''; nativeBuildInputs = [ cmake pkg-config python3 wrapQtAppsHook qt6.wrapQtAppsHook ]; buildInputs = [ qtbase qtsvg qtcharts cereal qt6.qtbase qt6.qtsvg qt6.qtcharts ]; installPhase = Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading
pkgs/applications/emulators/ripes/default.nix→pkgs/by-name/ri/ripes/package.nix +13 −8 Original line number Diff line number Diff line Loading @@ -3,10 +3,8 @@ stdenv, fetchFromGitHub, pkg-config, qtbase, qtsvg, qtcharts, wrapQtAppsHook, qt6, cereal, cmake, python3, unstableGitUpdater, Loading @@ -25,17 +23,24 @@ stdenv.mkDerivation rec { hash = "sha256-aNJTM/s4GNhWVXQxK1R/rIN/NmeKglibQZMh8ENjIzo="; }; postPatch = '' rm -r external/VSRTL/external/cereal substituteInPlace {src/serializers.h,src/io/iobase.h} \ --replace-fail "VSRTL/external/cereal/include/cereal/cereal.hpp" "cereal/cereal.hpp" ''; nativeBuildInputs = [ cmake pkg-config python3 wrapQtAppsHook qt6.wrapQtAppsHook ]; buildInputs = [ qtbase qtsvg qtcharts cereal qt6.qtbase qt6.qtsvg qt6.qtcharts ]; installPhase = Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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; }; Loading