prusa-slicer: remove unused pcre dependency (#403933)

This commit is contained in:
Aleksana 2025-05-04 17:26:13 +08:00 committed by GitHub
commit dba9217875
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,6 @@
nlopt, nlopt,
opencascade-occt_7_6_1, opencascade-occt_7_6_1,
openvdb, openvdb,
pcre,
qhull, qhull,
tbb_2021_11, tbb_2021_11,
wxGTK32, wxGTK32,
@ -130,7 +129,6 @@ stdenv.mkDerivation (finalAttrs: {
nlopt nlopt
opencascade-override' opencascade-override'
openvdb_tbb_2021_8 openvdb_tbb_2021_8
pcre
qhull qhull
tbb_2021_11 tbb_2021_11
wxGTK-override' wxGTK-override'