Commit 3e7fda33 authored by cdunder's avatar cdunder
Browse files

wprs: Fix missing runtime py dep.

wprs command requires psutils but is not built to have it.
parent f5d082ff
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -5,9 +5,8 @@
  pkg-config,
  libxkbcommon,
  python3,
  python3Packages,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
  pname = "wprs";
  version = "0-unstable-2024-10-22";

@@ -24,9 +23,7 @@ rustPlatform.buildRustPackage rec {

  buildInputs = [
    libxkbcommon
    python3
    python3Packages.psutil

    (python3.withPackages (pp: with pp; [ psutil ]))
  ];

  cargoLock = {