mirror of
https://codeberg.org/icewind/vbsp-to-gltf.git
synced 2026-06-03 10:14:08 +02:00
nix: set gltfpack path
This commit is contained in:
parent
542d61d55c
commit
83216ddfb1
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
stdenv,
|
||||
rust-bin,
|
||||
makeRustPlatform,
|
||||
meshoptimizer,
|
||||
lib,
|
||||
}: let
|
||||
toolchain = rust-bin.stable.latest.default;
|
||||
|
|
@ -16,8 +17,12 @@ in
|
|||
pname = "vbsp-server";
|
||||
version = "0.1.0";
|
||||
|
||||
GLTFPACK = "${meshoptimizer}/bin/gltfpack";
|
||||
|
||||
inherit src;
|
||||
|
||||
doCheck = false;
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue