assimp: remove boost

This commit is contained in:
willow 2025-04-12 15:41:28 +02:00 committed by Emery Hemingway
parent 5ceeaea0a1
commit d2e4f1ab87

View file

@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
cmake,
boost,
zlib,
}:
@ -25,7 +24,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [
boost
zlib
];