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
6 changes: 3 additions & 3 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_11,
tbb_2021,
wxGTK32,
xorg,
libbgcode,
Expand All @@ -54,7 +54,7 @@ let
hash = "sha256-WNdAYu66ggpSYJ8Kt57yEA4mSTv+Rvzj9Rm1q765HpY=";
};
});
openvdb_tbb_2021_8 = openvdb.override { tbb = tbb_2021_11; };
openvdb_tbb_2021_8 = openvdb.override { tbb = tbb_2021; };
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 @@ -125,7 +125,7 @@ stdenv.mkDerivation (finalAttrs: {
opencascade-override'
openvdb_tbb_2021_8
qhull
tbb_2021_11
tbb_2021
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_11,
tbb_2021,
liburing,
installShellFiles,
}:
Expand Down Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
boost
fuse3
lib45d
tbb_2021_11
tbb_2021
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_11,
tbb_2021,
webkitgtk_4_0,
wxGTK31,
xorg,
Expand Down Expand Up @@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
opencascade-occt_7_6
openvdb
pcre
tbb_2021_11
tbb_2021
webkitgtk_4_0
wxGTK'
xorg.libX11
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_11,
tbb_2021,
libgit2,
curl,
fmt,
Expand Down Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libgit2
fmt
tbb_2021_11
tbb_2021
nlohmann_json
curl
];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ka/kaminpar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
numactl,
mpi,
sparsehash,
tbb_2022_0,
tbb_2022,
gtest,
mpiCheckPhaseHook,
}:
Expand Down Expand Up @@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
propagatedBuildInputs = [
mpi
sparsehash
tbb_2022_0
tbb_2022
];

cmakeFlags = [
Expand Down
4 changes: 2 additions & 2 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_11,
tbb_2021,

useTBB ? true,
}:
Expand Down Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {

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

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_11,
tbb_2021,
yaml-cpp,
}:

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

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_11,
tbb_2021,
}:

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

Expand All @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {

doCheck = true;
checkPhase = ''
test/manifold_test
test/manifold_test --gtest_filter=-CrossSection.RoundOffset
'';

meta = {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/mold/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cmake,
mimalloc,
ninja,
tbb_2022_0,
tbb_2022,
zlib,
zstd,

Expand Down Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {

buildInputs =
[
tbb_2022_0
tbb_2022
zlib
zstd
]
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 @@ -10,7 +10,7 @@
flex,
pkg-config,
python3,
tbb_2021_11,
tbb_2021,
buildPackages,
nix-update-script,
}:
Expand Down Expand Up @@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
boost
capnproto # cmake modules
flex # include dir
tbb_2021_11
tbb_2021
python3
];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/op/openscad-unstable/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
mesa,
mpfr,
python3,
tbb_2022_0,
tbb_2022,
wayland,
wayland-protocols,
wrapGAppsHook3,
Expand Down Expand Up @@ -79,7 +79,7 @@ clangStdenv.mkDerivation rec {
[
clipper2
glm
tbb_2022_0
tbb_2022
mimalloc
boost
cairo
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/op/openvino/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
protobuf,
pugixml,
snappy,
tbb_2022_0,
tbb_2022,
cudaPackages,
}:

Expand Down Expand Up @@ -158,7 +158,7 @@ stdenv.mkDerivation rec {
opencv
pugixml
snappy
tbb_2022_0
tbb_2022
]
++ lib.optionals cudaSupport [
cudaPackages.cuda_cudart
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_11,
tbb_2021,
webkitgtk_4_0,
wxGTK31,
xorg,
Expand Down Expand Up @@ -112,7 +112,7 @@ stdenv.mkDerivation (finalAttrs: {
opencascade-occt_7_6
openvdb
pcre
tbb_2021_11
tbb_2021
webkitgtk_4_0
wxGTK'
xorg.libX11
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/os/osrm-backend/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
boost,
lua,
luabind,
tbb_2022_0,
tbb_2022,
expat,
nixosTests,
}:

let
tbb = tbb_2022_0;
tbb = tbb_2022;
in
stdenv.mkDerivation rec {
pname = "osrm-backend";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/papilo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fetchFromGitHub,
cmake,
boost,
tbb_2022_0,
tbb_2022,
}:

stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -39,10 +39,10 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
boost
cmake
tbb_2022_0
tbb_2022
];

propagatedBuildInputs = [ tbb_2022_0 ];
propagatedBuildInputs = [ tbb_2022 ];

strictDeps = true;

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_11,
tbb_2021,
blend2d,
}:

Expand Down Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
qt6.qtspeech
lcms
openjpeg
tbb_2021_11
tbb_2021
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_11,
tbb_2021,
xz,
zlib,
}:
Expand Down Expand Up @@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
jemalloc
libgff
libstaden-read
tbb_2021_11
tbb_2021
xz
zlib
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];
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_11,
tbb_2021,
gfortran,
}:

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

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_11,
tbb_2021,
boost,
gfortran,
criterion,
Expand Down Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
gmp
readline
zlib
tbb_2021_11
tbb_2021
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_11,
tbb_2021,
tracy,
replaceVars,
python3,
Expand Down Expand Up @@ -130,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: {
aws-sdk-cpp
howard-hinnant-date
boost
tbb_2021_11
tbb_2021
glew
geos
spdlog
Expand Down
Loading
Loading