16 stdenv.mkDerivation rec {
17 pname = "rigsofrods-bin";
21 url = "https://update.rigsofrods.org/rigs-of-rods-linux-2022-12.zip";
22 hash = "sha256-jj152fd4YHlU6YCVCnN6DKRfmi5+ORpMQVDacy/TPeE=";
43 runtimeDependencies = [
52 mkdir -p $out/bin $out/share/rigsofrods
53 cp -a . $out/share/rigsofrods
54 for f in RoR RunRoR; do
55 makeWrapper $out/share/rigsofrods/$f $out/bin/$f \
56 --chdir $out/share/rigsofrods
63 description = "Free/libre soft-body physics simulator mainly targeted at simulating vehicle physics";
64 homepage = "https://www.rigsofrods.org";
65 license = licenses.gpl3Plus;
66 maintainers = with maintainers; [ raskin wegank ];
67 platforms = [ "x86_64-linux" ];