Loading pkgs/games/wyvern/cargo-lock.patch 0 → 100644 +4139 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/games/wyvern/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -12,10 +12,12 @@ rustPlatform.buildRustPackage rec { src = fetchCrate { inherit pname version; sha256 = "sha256-OjL3wEoh4fT2nKqb7lMefP5B0vYyUaTRj09OXPEVfW4="; hash = "sha256-OjL3wEoh4fT2nKqb7lMefP5B0vYyUaTRj09OXPEVfW4="; }; cargoSha256 = "sha256-CL6VXe7heyBbGX0qI4uaD7g7DLiFbykSfOcWemnEe8U="; cargoPatches = [ ./cargo-lock.patch ]; cargoHash = "sha256-cwk8yFt8JrYkYlNUW9n/bgMUA6jyOpG0TSh5C+eERLY="; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ openssl ]; Loading Loading
pkgs/games/wyvern/cargo-lock.patch 0 → 100644 +4139 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/games/wyvern/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -12,10 +12,12 @@ rustPlatform.buildRustPackage rec { src = fetchCrate { inherit pname version; sha256 = "sha256-OjL3wEoh4fT2nKqb7lMefP5B0vYyUaTRj09OXPEVfW4="; hash = "sha256-OjL3wEoh4fT2nKqb7lMefP5B0vYyUaTRj09OXPEVfW4="; }; cargoSha256 = "sha256-CL6VXe7heyBbGX0qI4uaD7g7DLiFbykSfOcWemnEe8U="; cargoPatches = [ ./cargo-lock.patch ]; cargoHash = "sha256-cwk8yFt8JrYkYlNUW9n/bgMUA6jyOpG0TSh5C+eERLY="; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ openssl ]; Loading