assimp: remove boost

This commit is contained in:
willow
2025-04-13 17:11:03 +05:30
committed by Emery Hemingway
parent 5ceeaea0a1
commit d2e4f1ab87
-2
View File
@@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
cmake,
boost,
zlib,
}:
@@ -25,7 +24,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [
boost
zlib
];