From 93cc4cd3ec3658b42603f5f08c228546a564e964 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 24 Mar 2026 19:25:57 +0100 Subject: pkgs/bahnhof.name: update --- pkgs/overlay.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pkgs/overlay.nix') diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index a0fe7bf..10796b1 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -234,9 +234,9 @@ in }) {}; }; }); - pkg = { mkDerivation, base, bytestring, cassava, containers + pkg = { mkDerivation, base, bytestring, cassava, containers, dns , fuzzyfind, fuzzyset, http-client, http-client-rustls, http-types - , lib, stm, text, time, vector, wai, wai-extra, warp + , lib, network, stm, text, time, vector, wai, wai-extra, warp }: mkDerivation { pname = "bahnhof-name"; @@ -245,10 +245,11 @@ in isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base bytestring cassava containers fuzzyfind fuzzyset http-client - http-client-rustls http-types stm text time vector wai wai-extra - warp + base bytestring cassava containers dns fuzzyfind fuzzyset + http-client http-client-rustls http-types network stm text time + vector wai wai-extra warp ]; + description = "Serve information on German railway stations"; jailbreak = true; mainProgram = "bahnhof-name"; license = lib.licenses.eupl12; -- cgit v1.2.3