osrm-backend: move to pkgs/by-name

This commit is contained in:
Kerstin Humm
2025-04-23 11:19:50 +02:00
committed by Kerstin
parent e6031a08f6
commit e73cd4573d
3 changed files with 4 additions and 4 deletions
@@ -10,11 +10,14 @@
boost,
lua,
luabind,
tbb,
tbb_2021_11,
expat,
nixosTests,
}:
let
tbb = tbb_2021_11;
in
stdenv.mkDerivation {
pname = "osrm-backend";
version = "5.27.1-unstable-2024-11-03";
-3
View File
@@ -12135,9 +12135,6 @@ with pkgs;
opensmtpd = callPackage ../servers/mail/opensmtpd { };
opensmtpd-extras = callPackage ../servers/mail/opensmtpd/extras.nix { };
opensmtpd-filter-rspamd = callPackage ../servers/mail/opensmtpd/filter-rspamd.nix { };
osrm-backend = callPackage ../servers/osrm-backend {
tbb = tbb_2021_11;
};
system-sendmail = lowPrio (callPackage ../servers/mail/system-sendmail { });