mirror of
https://codeberg.org/icewind/vbsp-to-gltf.git
synced 2026-06-03 18:24:07 +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,
|
stdenv,
|
||||||
rust-bin,
|
rust-bin,
|
||||||
makeRustPlatform,
|
makeRustPlatform,
|
||||||
|
meshoptimizer,
|
||||||
lib,
|
lib,
|
||||||
}: let
|
}: let
|
||||||
toolchain = rust-bin.stable.latest.default;
|
toolchain = rust-bin.stable.latest.default;
|
||||||
|
|
@ -16,8 +17,12 @@ in
|
||||||
pname = "vbsp-server";
|
pname = "vbsp-server";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
|
|
||||||
|
GLTFPACK = "${meshoptimizer}/bin/gltfpack";
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = ./Cargo.lock;
|
lockFile = ./Cargo.lock;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue