summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2026-03-24 19:25:57 +0100
committerstuebinm2026-03-24 19:25:57 +0100
commit93cc4cd3ec3658b42603f5f08c228546a564e964 (patch)
tree6b60df30ca41642c82bad0c7cd60f13ec6948a17
parent5d07535eb6970d7360137c4106086db5d7bbf5d0 (diff)
pkgs/bahnhof.name: update
-rw-r--r--pkgs/overlay.nix11
1 files changed, 6 insertions, 5 deletions
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;