about summary refs log tree commit diff
path: root/pkgs/profpatsch
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-03-23 16:57:49 +0100
committersternenseemann <sternenseemann@systemli.org>2022-03-23 17:00:53 +0100
commit146474e922f654655392f457af3c57b6856ff877 (patch)
tree1341b0bff4852f4722bb71e2077a5a43511fb341 /pkgs/profpatsch
parent2272b84bf5dc776ee6a5cc265dfa2e195fc0a10b (diff)
treewide: reflect upstream dropping netbsd-openbsd alias
Diffstat (limited to 'pkgs/profpatsch')
-rw-r--r--pkgs/profpatsch/xdg-open/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/xdg-open/default.nix b/pkgs/profpatsch/xdg-open/default.nix
index 243f532d..c23adeb9 100644
--- a/pkgs/profpatsch/xdg-open/default.nix
+++ b/pkgs/profpatsch/xdg-open/default.nix
@@ -19,7 +19,7 @@ let
       // getBins pkgs.s6 [ "s6-ioconnect" ]
       // getBins pkgs.s6-portable-utils [ "s6-test" ]
       // getBins pkgs.s6-networking [ "s6-tcpclient" ]
-      // getBins pkgs.netcat-openbsd [ "nc" ]
+      // getBins pkgs.libressl.nc [ "nc" ]
       // getBins pkgs.dmenu [ "dmenu" "dmenu_path" ]
       # TODO: make sure these are the ones from the environment
       // getBins pkgs.emacs [ "emacsclient" ]