mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
assimp: remove boost
This commit is contained in:
parent
5ceeaea0a1
commit
d2e4f1ab87
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
boost,
|
||||
zlib,
|
||||
}:
|
||||
|
||||
|
@ -25,7 +24,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [
|
||||
boost
|
||||
zlib
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue