Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pkgs/applications/misc/prusa-slicer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
opencascade-occt_7_6_1,
openvdb,
qhull,
tbb_2021,
tbb_2022,
wxGTK32,
xorg,
libbgcode,
Expand All @@ -54,7 +54,7 @@ let
hash = "sha256-WNdAYu66ggpSYJ8Kt57yEA4mSTv+Rvzj9Rm1q765HpY=";
};
});
openvdb_tbb_2021_8 = openvdb.override { tbb = tbb_2021; };
openvdb_tbb_2022 = openvdb.override { tbb = tbb_2022; };
wxGTK-override' = if wxGTK-override == null then wxGTK32 else wxGTK-override;
opencascade-override' =
if opencascade-override == null then opencascade-occt_7_6_1 else opencascade-override;
Expand Down Expand Up @@ -122,9 +122,9 @@ stdenv.mkDerivation (finalAttrs: {
nanosvg-fltk
nlopt
opencascade-override'
openvdb_tbb_2021_8
openvdb_tbb_2022
qhull
tbb_2021
tbb_2022
wxGTK-override'
xorg.libX11
libbgcode
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/au/autotier/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
boost,
fuse3,
lib45d,
tbb_2021,
tbb_2022,
liburing,
installShellFiles,
}:
Expand Down Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
boost
fuse3
lib45d
tbb_2021
tbb_2022
liburing
];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ba/bambu-studio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
opencv,
pcre,
systemd,
tbb_2021,
tbb_2022,
webkitgtk_4_1,
wxGTK31,
xorg,
Expand Down Expand Up @@ -101,7 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
opencascade-occt_7_6
openvdb
pcre
tbb_2021
tbb_2022
webkitgtk_4_1
wxGTK'
xorg.libX11
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/bl/blender/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ stdenv'.mkDerivation (finalAttrs: {
libsndfile
libtiff
libwebp
(manifold.override { tbb_2021 = tbb; })
manifold
opencolorio
openexr
openimageio
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ca/cabinpkg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
tbb_2021,
tbb_2022,
libgit2,
curl,
fmt,
Expand Down Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libgit2
fmt
tbb_2021
tbb_2022
nlohmann_json
curl
];
Expand Down
5 changes: 2 additions & 3 deletions pkgs/by-name/li/libblake3/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake,
fetchFromGitHub,
fetchpatch,
tbb_2021,
tbb_2022,

useTBB ? true,
}:
Expand Down Expand Up @@ -45,8 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];

propagatedBuildInputs = lib.optionals useTBB [
# 2022.0 crashes on macOS at the moment
tbb_2021
tbb_2022
];

cmakeFlags = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libloot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
gtest,
icu,
spdlog,
tbb_2021,
tbb_2022,
yaml-cpp,
}:

Expand Down Expand Up @@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
gtest
icu
(spdlog.override { fmt = fmt_11; })
tbb_2021
tbb_2022

finalAttrs.passthru.yaml-cpp # has merge-key support
finalAttrs.passthru.libloadorder
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/manifold/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
clipper2,
gtest,
glm,
tbb_2021,
tbb_2022,
python3Packages,
}:

Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
gtest
glm
tbb_2021
tbb_2022
];

propagatedBuildInputs = [ clipper2 ];
Expand All @@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
'';

passthru = {
tbb = tbb_2021;
tbb = tbb_2022;
tests = {
python = python3Packages.manifold3d;
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/mo/mold/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/rui314/mold/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
mainProgram = "mold";
maintainers = with lib.maintainers; [ azahi ];
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/na/naja/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
pkg-config,
python3,
sphinx,
tbb_2021,
tbb_2022,
buildPackages,
nix-update-script,
}:
Expand Down Expand Up @@ -75,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
boost
capnproto # cmake modules
flex # include dir
tbb_2021
tbb_2022
python3
];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/or/orca-slicer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
opencv,
pcre,
systemd,
tbb_2021,
tbb_2022,
webkitgtk_4_1,
wxGTK31,
xorg,
Expand Down Expand Up @@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
opencascade-occt_7_6
openvdb
pcre
tbb_2021
tbb_2022
webkitgtk_4_1
wxGTK'
xorg.libX11
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/pd/pdf4qt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
qt6,
wrapGAppsHook3,
openjpeg,
tbb_2021,
tbb_2022,
blend2d,
}:

Expand Down Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
qt6.qtspeech
lcms
openjpeg
tbb_2021
tbb_2022
blend2d
];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/sa/salmon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
libiconv,
libstaden-read,
pkg-config,
tbb_2021,
tbb_2022,
xz,
zlib,
}:
Expand Down Expand Up @@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
jemalloc
libgff
libstaden-read
tbb_2021
tbb_2022
xz
zlib
]
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/sc/scipopt-papilo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
boost,
blas,
gmp,
tbb_2021,
tbb_2022,
gfortran,
}:

Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
gmp
gfortran
boost
tbb_2021
tbb_2022
];

cmakeFlags = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/sc/scipopt-scip/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
scipopt-papilo,
scipopt-zimpl,
ipopt,
tbb_2021,
tbb_2022,
boost,
gfortran,
criterion,
Expand Down Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
gmp
readline
zlib
tbb_2021
tbb_2022
boost
gfortran
criterion
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/su/supercell-wx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
gtest,
glm,
qt6,
tbb_2021,
tbb_2022,
tracy,
replaceVars,
python3,
Expand Down Expand Up @@ -130,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: {
aws-sdk-cpp
howard-hinnant-date
boost
tbb_2021
tbb_2022
glew
geos
spdlog
Expand Down
103 changes: 0 additions & 103 deletions pkgs/by-name/tb/tbb_2021/package.nix

This file was deleted.

Loading
Loading