forked from mirrors/nixpkgs
libyafaray: remove boost from dependencies
This commit is contained in:
parent
2876f8026f
commit
5947344587
|
@ -1,5 +1,4 @@
|
|||
{ boost165
|
||||
, cmake
|
||||
{ cmake
|
||||
, fetchFromGitHub
|
||||
, freetype
|
||||
, ilmbase
|
||||
|
@ -37,7 +36,6 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
boost165
|
||||
freetype
|
||||
ilmbase
|
||||
libjpeg
|
||||
|
|
Loading…
Reference in a new issue