Loading pkgs/by-name/wp/wprs/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ pkg-config, libxkbcommon, python3, runCommand, wprs, }: rustPlatform.buildRustPackage { pname = "wprs"; Loading Loading @@ -40,6 +42,10 @@ rustPlatform.buildRustPackage { cp wprs "$out/bin/wprs" ''; passthru.tests.sanity = runCommand "wprs-sanity" { nativeBuildInputs = [ wprs ]; } '' ${wprs}/bin/wprs -h > /dev/null && touch $out ''; meta = with lib; { description = "rootless remote desktop access for remote Wayland"; license = licenses.asl20; Loading Loading
pkgs/by-name/wp/wprs/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ pkg-config, libxkbcommon, python3, runCommand, wprs, }: rustPlatform.buildRustPackage { pname = "wprs"; Loading Loading @@ -40,6 +42,10 @@ rustPlatform.buildRustPackage { cp wprs "$out/bin/wprs" ''; passthru.tests.sanity = runCommand "wprs-sanity" { nativeBuildInputs = [ wprs ]; } '' ${wprs}/bin/wprs -h > /dev/null && touch $out ''; meta = with lib; { description = "rootless remote desktop access for remote Wayland"; license = licenses.asl20; Loading