Unverified Commit 3c539302 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

bambu-studio: remove openvdb override (#354038)

parents 9c8b5395 277aa10a
Loading
Loading
Loading
Loading
+1 −15
Original line number Diff line number Diff line
{
  stdenv,
  lib,
  openexr,
  jemalloc,
  c-blosc,
  binutils,
  fetchFromGitHub,
  cmake,
@@ -55,17 +52,6 @@ let
          "--enable-debug=no"
        ];
      });

  openvdb' = openvdb.overrideAttrs (old: {
    buildInputs = [
      openexr
      boost179
      tbb_2021_11
      jemalloc
      c-blosc
      ilmbase
    ];
  });
in
stdenv.mkDerivation rec {
  pname = "bambu-studio";
@@ -111,7 +97,7 @@ stdenv.mkDerivation rec {
    mpfr
    nlopt
    opencascade-occt_7_6
    openvdb'
    openvdb
    pcre
    tbb_2021_11
    webkitgtk_4_0